MAG3110 Magnetometer To Arduino Uno: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Mmusij moved page MAG3110 Magnetometer to MAG3110 Magnetometer To Arduino Uno) |
||
(3 intermediate revisions by the same user not shown) | |||
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" | |||
!MAG3110 | |||
!Arduino Uno | |||
|- | |||
|<code>VCC</code> | |||
|<code>3.3V</code> | |||
|- | |||
|<code>GND</code> | |||
|<code>GND</code> | |||
|- | |||
|<code>SCL</code> | |||
|<code>analogue pin A5</code> | |||
|- | |||
|<code>SDA</code> | |||
|<code>analogue pin A4</code> | |||
|- | |||
|<code>INT</code> | |||
|<code>Not Connected</code> | |||
|} | |||
==References== | ==References== |
Latest revision as of 05:14, 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:
Pin Connection Table
MAG3110 | Arduino Uno |
---|---|
VCC
|
3.3V
|
GND
|
GND
|
SCL
|
analogue pin A5
|
SDA
|
analogue pin A4
|
INT
|
Not Connected
|