Lora-net / lr1110_evk_demo_app

Demonstration application for LR1110 EVK - compatible with transceiver and LoRa Basics Modem-E
17 stars 10 forks source link

Increase frequency range on EVK interface #2

Closed syedkarim closed 3 years ago

syedkarim commented 4 years ago

The UI on the EVK limits the input frequency to 999999999 MHz. How can this be changed to allow for bench testing above 1 GHz?

syedkarim commented 4 years ago

Is it simply a matter of changing the value on Line 59 after "Frequency (Hz)" from the current 9 to a value of 10? And then compiling and flash.

matthieuantoine commented 4 years ago

The LR1110 is not supposed to work with frequency above 960MHz (see FRRXLF in table 3-12 of the datasheet).

The limit you see is just the maximum number of digits allowed for this parameter. As you suggested, you can increase this maximum number but I do remind that this value is not supported by the chip.