MS5611 - How to connect?

Post Reply
jessestr
Posts: 86
Joined: Tue Dec 27, 2011 8:49 pm

MS5611 - How to connect?

Post by jessestr »

Hi there

I'm a bit confused on what to do with my barometer..
Connect, VDD, GND, SDA & SCL = ok.. but what's with the pads for the I2C..

What addresses do I need for multiwi..

(I use Drotek 6DOF V2 Gyro & Accel.. if that helps in any case..)

http://www.drotek.fr/shop/en/44-ms5611-pressure-barometric-board.html
Image

So what do I have to solder exactly ?

Thanks

kalle123
Posts: 106
Joined: Sun Oct 09, 2011 10:07 am

Re: MS5611 - How to connect?

Post by kalle123 »

In sensors.ino you find

#if !defined(MS561101BA_ADDRESS)
#define MS561101BA_ADDRESS 0xEE //CBR=0 0xEE I2C address when pin CSB is connected to LOW (GND)
//#define MS561101BA_ADDRESS 0xEC //CBR=1 0xEC I2C address when pin CSB is connected to HIGH (VCC)
#endif


0x76 -> 0xEC

0x77 -> 0xEE

jessestr
Posts: 86
Joined: Tue Dec 27, 2011 8:49 pm

Re: MS5611 - How to connect?

Post by jessestr »

Thanks.. :)!

Should resolder it very soon and try again..

Post Reply