BNNorman / CircuitPython-LoRaWAN

CircuitPython LoRaWAN code to work with the HopeRF RFM95
2 stars 0 forks source link

Is there anyone who port your lib to run with ESP32 and MicroPython? #1

Open m2mlorawan opened 1 month ago

m2mlorawan commented 1 month ago

It will be great if it can run on ESP32 and MicroPython.

BNNorman commented 1 month ago

Not that I am aware of. Maybe I'll look into that when I get time. With Arduinos I would normally use LMIC. Cheers.

m2mlorawan commented 1 month ago

Thank. Yes, I have been using MCCI Lib with C language but I prefer Python or MicroPython. Even, Testla still chooses Pytorch with their car.

BNNorman commented 1 month ago

I have modified the current dragino to run on Bookworm - once I get the repo updated I'll look at Micropython but it could be some time.

PyTorch sounds interesting.

m2mlorawan commented 3 weeks ago

Which product of Dragino that you use with Bookworm?

BNNorman commented 3 weeks ago

Its the Dragino Lora GPS HAT V1.4.

I have started looking at porting to Micropython but it's going to be a long job.