Search found 4 matches

by ldaponte
Fri Jan 11, 2019 4:02 pm
Forum: Programs, Libraries and Tools
Topic: GY-45 MMA8451 Module Digital Triaxial Accelerometer
Replies: 2
Views: 2947

Re: GY-45 MMA8451 Module Digital Triaxial Accelerometer

Thanks for the response, I have a CircuitPython device coming to me and I'll use it to aid my port of the driver to MicroPython. Will reports my results here.

Thanks

Larry
by ldaponte
Mon Jan 07, 2019 8:06 am
Forum: Programs, Libraries and Tools
Topic: Driver for GY-45 MMA8451 Digital Triaxial Accelerometer
Replies: 1
Views: 2061

Driver for GY-45 MMA8451 Digital Triaxial Accelerometer

I’m looking for a MicroPython driver for the GY-45 MMA8451 Digital Triaxial Accelerometer. Something that would work with an ESP8266. I’ve found a CircuitPython driver so I will port this to MicroPython if needed, assuming it is a fairly straight forward procedure. Any guides on differences between ...
by ldaponte
Mon Jan 07, 2019 7:57 am
Forum: Programs, Libraries and Tools
Topic: GY-45 MMA8451 Module Digital Triaxial Accelerometer
Replies: 2
Views: 2947

GY-45 MMA8451 Module Digital Triaxial Accelerometer

I have found a CircuitPython driver but no MicroPython driver for the GY-45 MMA8451 Digital Accelerometer. Can someone point me to a MicroPython driver? If not, I’ll try to port the CircuitPython version, is there a guide for the differences in the two versions of Python that would help me in such a...
by ldaponte
Sun Dec 16, 2018 10:16 pm
Forum: ESP32 boards
Topic: Lolin D32 Pro with an ST7735S 1.4 128x128 SPI TFT display
Replies: 3
Views: 5577

Lolin D32 Pro with an ST7735S 1.4 128x128 SPI TFT display

I've been unable to get the ST7735S TFT display to work with the D32 Pro board. I've found a few ST7735 python drivers but none of them seem to work. Last driver I've tried is https://bitbucket.org/thesheep/micropython-ili9341/src/tip/st7735.py. from machine import Pin, SPI import st7735 display = s...