Data Sheet

16 : circuit 1a
Arduino File Edit Sketch Tools Help
About Arduino
Preferences
Services
Hide Arduino
Hide Others
Show All
Quit Arduino
Arduino
File Edit Sketch Tools Help
New
Open
Open Recent
Sketchbook
Examples
Close
Save
Save As
Page Setup
Print
01.Basics
02.Digital
03.Analog
04.Communication
05.Control
06.Sensors
07.Display
08.Strings
09.USB
10.Starter Kit
ArduinoISP
SIK_Guide-Code-v_4
SIK_Circuit_1A-Blink
SIK_Circuit_1A-Potentiometer
SIK_Circuit_1A-Photoresistor
SIK_Circuit_1A-RGBNightlight
SIK_Circuit_1A-Buzzer
SIK_Circuit_1A-DigitalTrumpet
SIK_Circuit_1A-SimonSays
WHAT YOU
SHOULD SEE
e LED will ash on for two seconds, then
o for two seconds. If it doesnt, make sure
you have assembled the circuit correctly
and veried and uploaded the code to your
board. See the Troubleshooting section at the
end of this circuit if that doesn’t work. One
of the best ways to understand the code you
uploaded is to change something and see
how it aects the behavior of your circuit.
What happens when you change the number
in one or both of the
delay(2000);
lines of code (try 100 or 5000)?
Open the Arduino IDE
Connect the RedBoard to a USB port on your computer.
Open the Sketch: File > Examples > SIK_Guide_Code-V_4 > CIRCUIT_A-BLINK
Select UPLOAD to program the sketch on the RedBoard.
SIK v4 Book Oct 13.indb 16 10/18/17 9:59 AM