Page 1 of 1

HTS21 / LPS25 / 8x8 LED matrix (SenseHAT)

Posted: Mon Aug 08, 2016 7:57 pm
by marfis
These are drivers for the sensors on the SenseHAT board (except the 9DOF sensor which I've posted here: http://forum.micropython.org/viewtopic.php?f=14&t=2235)

HTS21, I2C based temperature and humidity sensor: https://github.com/hoihu/projects/blob/ ... t/hts21.py
LPS25, I2C based temperature and pressure sensor: https://github.com/hoihu/projects/blob/ ... t/lps25.py
8x8 LED matrix and Joystick (controlled by an ATMEL controller...): https://github.com/hoihu/projects/blob/ ... t/atmel.py

The SenseHAT class that wraps those drivers:
https://github.com/hoihu/projects/blob/ ... ensehat.py

Have fun with your SenseHAT :)