Search found 4 matches

by wthie
Sat Apr 30, 2022 12:05 am
Forum: ESP32 boards
Topic: LoRa on esp32 board?
Replies: 10
Views: 3454

Re: LoRa on esp32 board?

https://github.com/wthie/SX127x Seems that I have made a parallel port to micropython of the original Meyer Analytics Python driver. I mostly work on the LillyGO series boards and use the driver for base station implementation in farm sensory applications. The stability of the base station receivin...
by wthie
Sat Mar 06, 2021 8:41 pm
Forum: Programs, Libraries and Tools
Topic: MicroPython CAN bus for ESP32
Replies: 15
Views: 30498

Re: MicroPython CAN bus for ESP32

Just confirmed loopback testing ok (rx/tx IO4, IO0) with the file esp32_can.py present in the example folder of fork https://github.com/nos86/micropython Make sure to select branch 'esp32-can-driver-harmonization' in the fork mentioned above to get the proper versions of the relevant files. The bina...
by wthie
Thu Mar 04, 2021 1:42 am
Forum: Programs, Libraries and Tools
Topic: MicroPython CAN bus for ESP32
Replies: 15
Views: 30498

Re: MicroPython CAN bus for ESP32

Just brought the file machine_can.c from the fork https://github.com/nos86/micropython/tree/esp32-can-driver into the MicroPython V1.13 project compiled with esp-idf-v4.0.1. There were some minor adaptions to macro usage around error strings with MP_ERROR_TEXT necessary and I also changed the consta...
by wthie
Sun Feb 16, 2020 10:23 pm
Forum: ESP32 boards
Topic: ESP32 with Ublox NEO-6M
Replies: 9
Views: 9552

Re: ESP32 with Ublox NEO-6M

Maybe you can glean from the test code below, running just fine on a TTGO T-22-V1.7 with a NEO-6M. MicropyGPS still needs some work as it's not really coded to deal with erroneous NMEA strings. As you can see the T22 board has an additional cheap OLED display of the SSD1306 family connected to GPIO0...