MAG3110 Magnetometer To Arduino Uno: Difference between revisions
Jump to navigation
Jump to search
m (Mmusij moved page MAG3110 Magnetometer to MAG3110 Magnetometer To Arduino Uno) |
|||
(One intermediate revision 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" | {| class="wikitable" | ||
! | !MAG3110 | ||
! | !Arduino Uno | ||
|- | |- | ||
|<code>VCC</code> | |<code>VCC</code> |
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
|