How to connect 10 DOF sensor on Arduino uno

Post Reply
Bully
Posts: 3
Joined: Wed Oct 10, 2012 6:51 pm

How to connect 10 DOF sensor on Arduino uno

Post 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

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: How to connect 10 DOF sensor on Arduino uno

Post 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.

Bully
Posts: 3
Joined: Wed Oct 10, 2012 6:51 pm

Re: How to connect 10 DOF sensor on Arduino uno

Post by Bully »

Thanks for help,
The other connection are right !?
5v AND 3,3v or only 3,3v

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: How to connect 10 DOF sensor on Arduino uno

Post by PatrikE »

One of them is enough...

Wilfrid70
Posts: 2
Joined: Mon Oct 08, 2012 7:19 pm

How to connect 10 DOF sensor on Arduino uno

Post 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)

Bully
Posts: 3
Joined: Wed Oct 10, 2012 6:51 pm

Re: How to connect 10 DOF sensor on Arduino uno

Post 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

Post Reply