Module for reading from MPL115A2 pressure sensor

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
randomhuman
Posts: 19
Joined: Mon Jun 09, 2014 1:54 pm

Module for reading from MPL115A2 pressure sensor

Post by randomhuman » Sun Jun 15, 2014 12:58 pm

I put together a module for reading from a Freescale MPL115A2 barometric pressure sensor:

https://github.com/khoulihan/micropython-mpl115a2

Adafruit sell a breakout for this sensor, and the code owes a lot to their Arduino library:

https://www.adafruit.com/products/992
https://github.com/adafruit/Adafruit_MPL115A2

Post Reply