MAKEVMA304
V. 01 – 07/11/2017
3
4.
What is Arduino
®
Arduino
®
is an open-source prototyping platform based in easy-to-use hardware and software. Arduino
®
boards
are able to read inputs – light-on sensor, a finger on a button or a Twitter message – and turn it into an output –
activating of a motor, turning on an LED, publishing something online. You can tell your board what to do by
sending a set of instructions to the microcontroller on the board. To do so, you use the Arduino programming
language (based on Wiring) and the Arduino
®
software IDE (based on Processing).
5.
Overview
Most Arduino
®
boards have limited onboard memory storage. The SD card logging shield allows expanding the
storage to up to 2 GB.
If you have a project with any audio, video, graphics, data logging, etc. in it, you will find that having a
removable storage option is essential. Most microcontrollers have extremely limited built-in storage. For
example, even the Arduino
®
ATmega2560 has a mere 4k bytes of EEPROM storage. There is more flash (256k)
but you cannot write to it as easily and you have to be careful if you want to store information in flash that
you do not overwrite the programme itself!
Connection to Arduino
®
Uno
Arduino
®
MAKEVMA304
10
CS
11
DI
12
DO
13
CLK
GND
GND
+5 V
5 V
Connection to Arduino
®
Mega
Arduino
®
MAKEVMA304
50
DO
51
DI
52
CLK
53
CS
GND
GND
+5 V
5 V
voltage ............................................................................................................. 3.3-5 VDC
dimensions ............................................................................................. 52 x 30 x 12 mm
weight ........................................................................................................................ 8 g
protocol ..................................................................................................................... SPI
required library ......................................................................................................... SD.h
© COPYRIGHT NOTICE
All worldwide rights reserved.
No part of this manual may be copied, reproduced, translated or reduced to
any electronic medium or otherwise without the prior written consent of the copyright holder.