SENSOR-T


A very easy to use TCN75 temperature chip



 Final sensorT with case:


Address Configuration table:

                  0x48 000
                  0x49 001
                  0x50 011

pi@raspberrypi ~ $ i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 4f
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi ~ $ i2cget -y 1 0x4f
0x1f


bcm2835_i2c_setSlaveAddress(0x4f);
uint8_t buf[]={0x4f};
uint8_t data;
data = bcm2835_i2c_read(buf, 1);


No comments:

Post a Comment