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
88 stars 22 forks source link

Receive with RSSI bug #1

Closed xulioc closed 2 years ago

xulioc commented 2 years ago

https://github.com/xreef/EByte_LoRa_E220_Series_Library/blob/4e3a13e87cf0e098ff831974f17c094f37b7bee8/LoRa_E220.cpp#L745

Arduino substring is exclusive for the second argument, so should be: rc.data = tmpData.substring(0, tmpData.length());

xreef commented 2 years ago

Hi @xulioc, yes, we noticed that problem some days ago, but now I'm not at home, so I think I retest all in the following weeks.

https://www.mischianti.org/forums/topic/bug-when-sending-number-with-lora_e220-sendmessage/

Thanks for the alert, bye Renzo

xreef commented 2 years ago

Hi @xulioc, I can't replicate the problem.

can you explain better what happened for you and with Arduino you use.

I tested RSSI with Arduino Nano 33 IoT and an STM32F103, and all worked correctly.

Bye Renzo