Replies: 1 comment 1 reply
-
@jolitti Yes, there are a range of different implementations of drivers for the various LoRa chips (e.g. SX126x, SX127x), including one in development in micropython-lib -- micropython/micropython-lib#501. I can't tell from the product page what chip your board uses. If you're after LoRaWAN support rather than just direct LoRA then there are other third-party libraries available for this too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After working for some time on an expressif ESP32, I formed a preference for micropython over C++ for low-intensity processing. Now I just received a couple of Heltec LoRa 32 V3 boards and I wanted to know if it's possible to use its LoRa capabilities with micropython.
Thanks for the attention
Beta Was this translation helpful? Give feedback.
All reactions