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
357 stars 73 forks source link

Corrupted message #64

Closed cRaZy92 closed 4 months ago

cRaZy92 commented 7 months ago

Hello, I have an issue for a pretty long time now, I have tried so many things so creating an issue on github is probably my last resort.

I have Arduino Uno (also tried with ESP8266 and ESP32) and Arduino Mega, They are set to exactly the same configuration.

This is the config from Arduino Mega with the corrupted message from the node: image

This is the config from Arduino Uno with the correct message from the Arduino Mega: image

I don't know what else to provide since everything else works nicely, it's just that the message is partially corrupted. Please let me know if there is something else that I can provide.

Thank you!

Edit: So I found out that the issue has something to do with the FastLED library since when I initialize LEDs on the Arduino Mega, the messages received are corrupted, I tried initializing LEDs on totally different pins that don't have LEDs connected, and still does the corrupted messages, so I am kind of weirded out by this

xreef commented 4 months ago

thanks for the feedback.