lemariva / uPyLoRaWAN

ESP32 using MicroPython meets LoRa and LoRaWAN.
https://lemariva.com/blog/category/lora
Apache License 2.0
225 stars 55 forks source link

Is it compatible with any LoRaWAN gateway? #6

Closed sasilva1998 closed 4 years ago

sasilva1998 commented 4 years ago

I have been working with Heltec HTM01, using its ESP32 LoRa with arduino, but actually I would prefer to do it with uPy, is there a way I could migrate my project so that I can use this modules with HTM01?

Thanks in advance, it is a great work, tried doing something similar FunPython uPyLoRa, so that I could have an easier use of Weib modules, but lost track of it.

lemariva commented 4 years ago

Yes, it is compatible with every LoRaWAN gateway. Your device has an SX1276, therefore, you need to change pins in device_config in the config.py file to match your board and the board should connect to your gateway.

sasilva1998 commented 4 years ago

thank you! @lemariva