MS5607 and Adafruit Data Logger
sinjinmanta
Posts: 1
Hi,
I'm trying to use the Adafruit Data Logger Shield to record data from the MS5607 Altimeter Sensor. I am able to successfully use TMP36, Ping, and Photocell sensors with the data logger, but as soon as I add the MS5607, the serial output becomes gibberish. I started researching the data logger and the MS5607 and realized that both are attempting to use Analog pins 4 and 5. The data logger uses 4 and 5 for the Real Time Clock, and seems fixed. The MS5607 is shown using A4 and A5 in the diagram (http://learn.parallax.com/KickStart/29124), but I can't find anywhere in the code which specifies those two pins.
Is anyone aware of a way to change the MS5607 to use pins 2 and 3 instead of 4 and 5?
Thank you!
I'm trying to use the Adafruit Data Logger Shield to record data from the MS5607 Altimeter Sensor. I am able to successfully use TMP36, Ping, and Photocell sensors with the data logger, but as soon as I add the MS5607, the serial output becomes gibberish. I started researching the data logger and the MS5607 and realized that both are attempting to use Analog pins 4 and 5. The data logger uses 4 and 5 for the Real Time Clock, and seems fixed. The MS5607 is shown using A4 and A5 in the diagram (http://learn.parallax.com/KickStart/29124), but I can't find anywhere in the code which specifies those two pins.
Is anyone aware of a way to change the MS5607 to use pins 2 and 3 instead of 4 and 5?
Thank you!
Comments