Arduino BreadBoard Advance Kit User Guide v2.1 r2
Arduino BreadBoard Advance Kit User Guide v2.1 r2
Arduino BreadBoard Advance Kit User Guide v2.1 r2
cc
www.makerstudio.cc
www.makerstudio.cc
When asked Can Windows connect to Windows Update to search for software? select No, not
this time. Click next.
Select Install from a list or specified location (Advanced) and click next.
Make sure that Search for the best driver in these locations is checked; uncheck Search removable
media; check Include this location in the search and browse to the drivers/FTDI USB Drivers
directory of the Arduino distribution. Click next.
The wizard will search for the driver and then tell you that a "USB Serial Converter" was found. Click
finish.
The new hardware wizard will appear again. Go through the same steps and select the same options
and location to search. This time, a "USB Serial Port" will be found.
You can check that the drivers have been installed by opening the Windows Device Mananger (in the
Hardware tab of System control panel). Look for a "USB Serial Port" in the Ports section; that's the
Arduino board.
www.makerstudio.cc
www.makerstudio.cc
Hardware Connection
www.makerstudio.cc
Click Open from the menu, and chose ArduinoBreadboardAdvancedKit ->p01_Blink
Click Tools->SerialPort, and choose the right com port, which will list after the driver successfully installed
www.makerstudio.cc
Click Upload, the code will be compiled and uploaded to the board and shows the following information
if it is success.
www.makerstudio.cc
www.makerstudio.cc
Hardware Connection
Open Arduino skecth Arduino Code p03_MomentaryButtonControlLED.ino and upload it the Arduino.
If uploading is success, the state of the LED will be kept when the hand left the pressed button.
www.makerstudio.cc
Hardware Connection
10
www.makerstudio.cc
When hiding the senor by hand, the output value decreases, from which we can tell theres little light
sensed.
11
www.makerstudio.cc
Hardware Connection
Open Arduino sketch p05_LightControlLED.ino and upload the code to the Arduino. When hiding the
light senor by hand, the LED will turn on; When the hand moves, the LED will turn off.
12
www.makerstudio.cc
analogWrite()
Hardware Connection
13
www.makerstudio.cc
Hardware Connection
Open Arduino Code p07_RGBLED.ino and upload it to the Arduino. The LED will change the color and the
brightness.
14
www.makerstudio.cc
Hardware Connection
Open the Arduino sketch p08_DigitalLED.ino, and upload it to the Arduino. The digital LED will display
number from 0 to 9 and the dot.
15
www.makerstudio.cc
Hardware Connection
Open the Arduino the sketch p09_1602LCD.ino and upload it the Arduino. The LCD will display the time
passed in second.
16
www.makerstudio.cc
Hardware Connection
Open the Arduino sketch p10_HumAndTempSensor.ino and upload it to the Arduino. Open the Serial
Monitor, it will display the temperature and humidity.
17
www.makerstudio.cc
Hardware Connection
Open Arduino sketch p11_IRRemote.ino and upload it to the Arduino. Open the Serial Monitor, press the
key of remote controller, and the code will display.
Note: The controller uses CR2025 Cell. It is not shipped with the Kit to some countries because of security
checking problems. If so please buy it in your local store.
18
www.makerstudio.cc
Hardware Connection
Open the Arduino sketch p12_PIRMotionSensor.ino and upload it to the Arduino. If there is people
moving around, the LED on the Arduino board will turn on. The LED will keep the state for a while and
turn off if moving stops.
19
www.makerstudio.cc
Hardware Connection
Open Arduino sketch p13_TiltSensor.ino and upload it to the Arduino. Tilt the Sensor in one direction, the
LED will turn on.
Note: The sensor only works in one direction.
20
www.makerstudio.cc
Hardware Connection
Open the Arduino sketch p14_Ultrasonic.ino and upload it to the Arduino. Open the Serial Monitor, it will
show the distance measured.
21
www.makerstudio.cc
Experiment 15 - Buzzer
Use Arduino and Buzzer to make sound.
Hardware Connection
Open the Arduino sketch p15_Buzzer.ino and upload it to the Arduino. The buzzer will make sound in
different ways.
22
www.makerstudio.cc
Recommending Links
Arduino functions
Arduino Breadboard Advanced Kit
Arduino Electronic Bricks Advanced Kit
23