HTS21 / LPS25 / 8x8 LED matrix (SenseHAT)

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
marfis
Posts: 215
Joined: Fri Oct 31, 2014 10:29 am
Location: Zurich / Switzerland

HTS21 / LPS25 / 8x8 LED matrix (SenseHAT)

Post by marfis » Mon Aug 08, 2016 7:57 pm

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 :)

Post Reply