You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ MIT license, all text above must be included in any redistribution.
23
23
24
24
## Connections
25
25
### Power supply
26
-
| Arduino |MagAlpha|
27
-
| -------- | -------- |
28
-
| GND | GND |
26
+
| Arduino |MagVector|
27
+
| -------- | ---------|
28
+
| GND | GND |
29
29
|**+3.3V** (Not 5V)| VDD |
30
30
31
31
| Warning |
32
32
| :-------: |
33
-
| Unlike some Arduino & Genuino boards, the **MagAlpha runs at 3.3V**. Even if the I/O can tolerate 5V, check that the voltage applied to VDD is at 3.3V. **Applying a voltages higher than 3.3V to the VDD pin could damage the sensor**.|
33
+
| Unlike some Arduino & Genuino boards, the **MagVector runs at 3.3V**. Even if the I/O can tolerate 5V, check that the voltage applied to VDD is at 3.3V. **Applying a voltages higher than 3.3V to the VDD pin could damage the sensor**.|
34
34
35
35
### Serial communication
36
36
MagVector sensors have different communication interfaces available. The MV300 is available with either a I2C or a SPI communication interface.
@@ -44,19 +44,19 @@ MagVector sensors have different communication interfaces available. The MV300 i
44
44
Do not forget to connect SA1 and SA2 pins to define the I2C device address.
45
45
46
46
#### SPI (4-wire interface)
47
-
| Arduino |MagAlpha|
48
-
| --------------- | -------- |
49
-
| COPI (aka MOSI) | COPI |
50
-
| CIPO (aka MISO) | CIPO |
51
-
| SCK | SCLK |
47
+
| Arduino |MagVector|
48
+
| --------------- | ---------|
49
+
| COPI (aka MOSI) | COPI |
50
+
| CIPO (aka MISO) | CIPO |
51
+
| SCK | SCLK |
52
52
| any available digital pin (default: pin 7) | /CS |
53
53
54
54
## Setup
55
55
Install the library directly from within the Arduino IDE by using the Library Manager (Sketch => Include Library => Manage Libraries...).
56
56
57
57
It is also possible to import the library Zip file (check release tab) from the Arduino IDE (Sketch => Include Library => Add .ZIP Library...).
58
58
59
-
The library can also be manually installed by copying the MagAlpha library folder in your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE to see the library.
59
+
The library can also be manually installed by copying the MagVector library folder in your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE to see the library.
60
60
61
61
Check this tutorial on Arduino library installation for more information:
62
62
*[All About Arduino Libraries](http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use)
0 commit comments