MAG3110 Magnetometer To Arduino Uno: Difference between revisions

From AgileMe
Jump to navigation Jump to search
Line 8: Line 8:
[[File:MAG3110 and Arduino Uno bb.png|500px|Connecting The MAG3110 To The Arduino Uno]]
[[File:MAG3110 and Arduino Uno bb.png|500px|Connecting The MAG3110 To The Arduino Uno]]


===Pin Connection Table===
{| class="wikitable"
{| class="wikitable"
!From MAG3110
!MAG3110
!To Arduino Uno
!Arduino Uno
|-
|-
|<code>VCC</code>
|<code>VCC</code>

Revision as of 02:29, 7 March 2020


This page refers to using an Arduino Uno and a MAG3110 magnetometer to receive analogue data relating to the direction and attitude of the magnetometer.

Connection

Connecting the working Arduino Uno with the MAG3110 device:

Connecting The MAG3110 To The Arduino Uno

Pin Connection Table

MAG3110 Arduino Uno
VCC 3.3V
GND GND
SCL analogue pin A5
SDA analogue pin A4
INT Not Connected

References

See Also