-
Hallo is this Code compatible with heltec lora esp32 v3 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
In theory, it should work with any esp32 board supported by platformio and sx127x, sx126x modules as long as lora pins are correctly declared in config.h. |
Beta Was this translation helpful? Give feedback.
-
the board has a ESP32-S3 soc, i managed to get your code to work by disabling all the bluetooth related code, as this board uses bluetooth 5. i do not know much about bluetooth so would be really cool if you could figure out how to get it to build on this board with bluetooth. otherwise all other code is unchanged, just all the api's for the bluetooth is different! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
It uses nimBLE instead of Bluedroid library (only for this platform)
Regards |
Beta Was this translation helpful? Give feedback.
In theory, it should work with any esp32 board supported by platformio and sx127x, sx126x modules as long as lora pins are correctly declared in config.h.