-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] Example OLED_LoRa_Sender do not work on T-Beam V1_2 #60
Comments
ArduinoLoRa |
@lewisxhe I am using T-Beam v1.2, Semtech SX1276, 433MHz |
were you able to solve the problem? |
Sorry, I didn't reply in time. I just realized that you are not running the example https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/ArduinoLoRa. https://github.com/LilyGO/TTGO-T-Beam/blob/master/OLED_LoRa_Sender/OLED_LoRa_Sender.ino |
It didn't work for me |
@bcaceres96 https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/ArduinoLoRa This only supports sX1276/78, are you using this? Or SX1262? |
I have tried to run the following example https://github.com/LilyGO/TTGO-T-Beam/blob/master/OLED_LoRa_Sender/OLED_LoRa_Sender.ino but on
LoRa.endPacket();
program stuck ...I have deep dive that figured out that it spinning in while loop inside
endPacket
method:The text was updated successfully, but these errors were encountered: