xreef / EByte_LoRa_E220_Series_Library

Arduino LoRa EBYTE E220 LLCC68 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards)..
https://www.mischianti.org/category/my-libraries/lora-e220-llcc68-devices/
Other
80 stars 20 forks source link

Switching to 868MHz does not work #20

Closed WotoAOT closed 5 months ago

WotoAOT commented 5 months ago

Hello, I have the E220-900T22D module and when I query the transmission frequency via getChannelDescription(), I get 433Mhz. Via #define FREQUENCY_868 I want to set the transmission frequency to 868MHz. But this does not work. What could be the reason for this?

Best regards Woto

xreef commented 5 months ago

You can find some informations here. https://mischianti.org/forums/topic/esp8266-wemos-d1-mini-and-e220-900t30d-frequencies-problem-and-info/ Bye Renzo

WotoAOT commented 5 months ago

Hello Renzo, Thank you very much. It works now. Best regards, Woto