Description
This kit as an advance kit for Arduino learning, it including RFID, RTC, Motor control and others. You'll learn through building more creative projects. The kit also includes a selection of the most common and useful electronic components.
What in the kit is listed below:
Arduino UNO board rev.3 Compatible
1pcs
Breadboard MB-102 (Color)
1pcs
Male to male jumper wires, 30pcs
1pcs
Red, green and yellow LED
5pcs each
RGB Color LED Module
1pcs
Tact switch with Cap
4pcs
7-Segment LED (1 digit)
1pcs
Buzzer (with oscillator circuit)
1pcs
Buzzer (without oscillator circuit)
1pcs
LM35 Temperature Sensor
1pcs
Male to female jumper wires, 10pcs
1pcs
HDX Vibration Sensor
2pcs
Mifare MFRC-522 RFID
1pcs
Infrared Remote Control
1pcs
ULN2003 Motor Driver Module
1pcs
DHT11 Temperature Sensor Module
1pcs
7-Segment LED (4 digit)
1pcs
9V battery connector with DC Plug
1pcs
Learning step by step
1. Basic
- BareMinimum: The bare minimum of code needed to start an Arduino sketch.
- Blink: Turn an LED on and off.
- DigitalReadSerial: Read a switch, print the state out to the Arduino Serial Monitor.
- AnalogReadSerial: Read a potentiometer, print it's state out to the Arduino Serial Monitor.
- Fade: Demonstrates the use of analog output to fade an LED.
- ReadAnalogVoltage : Reads an analog input and prints the voltage to the serial monitor
Resource
1 Visit Arduino Official Site.
2 Learn Arduino - Getting Started.
3 Download Arduino Software, it is free, open source, and available for Windows, Mac OS, and Linux.
4 The official Arduino multi-lingual forum is the place to start with questions ...