I need your help to identify a barometer sensor how looks like the BMP180 from Bosch (picture in attachment)
I googled the numbers on the sensor (1244 u317 124) and also the number on the ship (KB33 or K833) but found nothing, and searched Sensortec web site for help.
Also I tried to run the sample sketch from Sparkfun's lib for the BMP180, but the program return after trying to read the sensor registers.
Wiring :
Sensor Arduino uno r3
3.3 3.3v
GND GND
SDA SDA first time, A4 second time
SCL SCL first time, A5 second time
Vcc unconnected (wasn't sure what to do with it)
The BMP180 is a 3V3 device. I don't think it's digital lines (SDA etc.) are 5 volt tolerant so you may not be able to use it connected directly to the UNO.
Be careful out there
It's the right size/shape and port hole position. The number 244 on the module also appears to be consistent with the BMP180. If you read register 0xD0 it should return a chip ID of 0x55.