-2
pi@raspberrypi:~ $ sudo i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- 1c -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- 46 -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- 5c -- -- 5f 
60: -- -- -- -- -- -- -- -- -- -- 6a -- -- -- -- -- 
70: -- -- -- -- -- -- -- --  
joan
  • 71,852
  • 5
  • 76
  • 108
laith
  • 1

1 Answers1

3

I think your HAT is working for an interface and hardware point of view. The sensors are normally found at:

  • 1C / 6A is the LSM9DS1 - Accelerometer and Magnetometer
  • 46 is the Screen / Joystick
  • 5C is the LPS25H Pressure / Temperature chip
  • 5F is the HTS221 Humidity / Temperature chip

The latest version of the software for Python can be found on GIHUB here and the hardware diagram is here