xreef / LoRa_E32_Series_Library

Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards). sx1278/sx1276
https://www.mischianti.org
Other
348 stars 72 forks source link

Can OPERATING_FREQUENCY support 923Mhz band? #52

Closed zachary-y-negawatt closed 1 year ago

zachary-y-negawatt commented 1 year ago

For my country, the legal LoRa band is 920 – 925 MHz. So I would like to know if it is possible to change the statesNaming.h to support 923Mhz.

xreef commented 1 year ago

Hi, you can use E32-900T20D model that support from 862 to 931MHz. Bye Renzo

zachary-y-negawatt commented 1 year ago

Oh, Thank you so much. I bought the hardware right now. But how can I set up the right channel configure for the program?

xreef commented 1 year ago

Hi, you can set the channel and read the console output on configuration read. Bye Renzo