Page 1 of 1

How to connect 10 DOF sensor on Arduino uno

Posted: Wed Oct 10, 2012 10:36 pm
by Bully
Newbie need help ...
I have to connect a 10 DOF sensor to an Arduino uno
This board combines
· L3G4200D three-axis digital gyroscope

· ADXL345 triaxial accelerometer

· BMP085 pressure sensor

· HMC5883L triple axis magnetometer
To find under Multiwii sketches under : #define PIPO// 9DOF board from erazz
I have find the pin for 5v, 3,3v and GND :D
I connect pin A4 to "SCL" and A5 to "SDA" correct ?
Witch pins on arduino for "INTG" "DRG" "INTM" on sensor ?
Thanks for help! Sorry for my poor English!
Merci d'avance

Re: How to connect 10 DOF sensor on Arduino uno

Posted: Wed Oct 10, 2012 11:03 pm
by PatrikE
Welcome to the forum... :D
Bully wrote:Witch pins on arduino for "INTG" "DRG" "INTM" on sensor ?

They are not used.
Leave unconnected.

Re: How to connect 10 DOF sensor on Arduino uno

Posted: Thu Oct 11, 2012 10:01 am
by Bully
Thanks for help,
The other connection are right !?
5v AND 3,3v or only 3,3v

Re: How to connect 10 DOF sensor on Arduino uno

Posted: Thu Oct 11, 2012 12:10 pm
by PatrikE
One of them is enough...

How to connect 10 DOF sensor on Arduino uno

Posted: Fri Oct 12, 2012 8:31 am
by Wilfrid70
Hello, I wonder if a4 and a5 should not be reversed (scl on a5 and sda on a4)...
Did you tried ? (No risks)

Re: How to connect 10 DOF sensor on Arduino uno

Posted: Fri Oct 12, 2012 4:53 pm
by Bully
Hello Wilfrid,
you're so right. Now I see lot of moving on MultiWiiConf .... :mrgreen:
Perhaps not the same way I move the sensor :o but now I can learn the next steps ...
Thanks a lot for this usefull tip