- This topic has 1 reply, 2 voices, and was last updated 7 months, 1 week ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e220 UART devices LLCC68 › Adjusting Frequency by 0.2 MHz
Dear Renzo Mischianti,
I am developing a product using the E220-900t22s LoRa module, and I have been greatly benefiting from your writings. Thank you for your continuous help.
I need to use frequencies such as 922.1 MHz, 922.3 MHz, 922.5 MHz, etc., but it seems that the current program only allows setting frequencies like 922.125 MHz, 923.125 MHz, 924.125 MHz, and so on. Is there a way to perform more detailed frequency adjustments?
#define DEVICE_CHAN (72) // Communication channel 0x48(72) 850.125 + 72 = 922.125 MHz
Hi Lucas,
Thanks for your words. No, the protocol allows only step of 1, so you can’t do that.
Bye Renzo
More