I have 20 HATs, many of these are VERY useful. 1 of the best to purchase first is the SenseHAT. It has lots of sensors!
The SenseHAT does look very interesting. I'm wondering if it would be useful on the DB1 robot.
Pat Wicker (Portland, OR, USA)
The SenseHAT does look very interesting. I'm wondering if it would be useful on the DB1 robot.
Only if a Pi is controlling it since there are so many I2C connections. If the DB1 has this support, then YES, it should work, and you know how to program in Python3.
Thanks for you reply. Yes i will have pi on the robot because I am setting it up to run ROS.
Pat Wicker (Portland, OR, USA)
@starnovice - With the SenseHAT plugged in, and your at the command line, Enter: i2cdetect -y 1
That will show you ALL of the HEX values being used by the SenseHAT.
Ted