ManoDaSilva / ESP32-Pocsag-Pager

Proof-of-concept Pager using a TTGO dev board. Will be merged with the "Waffle" project someday.
GNU General Public License v3.0
13 stars 6 forks source link

OFFSET #4

Closed ct1esj closed 7 months ago

ct1esj commented 1 year ago

Good afternoon. The project is very good. Now a question: Where do I put the offset value in the structure, it says in RIC, but I'm not really understanding where. I can't receive anything, the Lora isn't listening to the mmdvm, it's out of frequency. Another question, is it really necessary to join pins DIO1 and 2 with pins 34 and 35? Can you identify the pins? Thank you, I'll follow the evolution of the project because I really liked it. Best regards CT1ESJ - Henrique

ManoDaSilva commented 1 year ago

Olá! Sorry about the delay!

The offset is to be set in config.h (in src/ dir). I'm currently implementing a "test Tx" feature to make things easier and measure the offset with an RTL-SDR or anything else :)

As for the DIO pins, yes, you need to bridge them as you need a "direct input" for 2FSK decoding. They're labeled LORA1 and LORA2 on most boards. Again, I'll clarify this on the README.md file.

Comprimentos, Manoel