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
352 stars 72 forks source link

Serial mode during MODE_3_SLEEP #7

Closed kind3r closed 4 years ago

kind3r commented 4 years ago

As per the docs 9600 8N1 is required in mode 3 for programming, regardles of the normal operation communication settings. I put this here for future reference, not that you would really need to change the baud rate in normal mode unless you want to save a tiny bit of power while sending your data to the module.

xreef commented 4 years ago

Thanks for your information, do you think that It's a good idea to check if there is a correct Serial baudrate and config and return a specified error when mode 3 is activated? (I must add to the documentation in red also)

Thanks again Renzo

kind3r commented 4 years ago

As a quick fix yes, so others don't run into issue. For me this is not a problem.

xreef commented 4 years ago

I add the control. Thanks again bye Renzo