ASSIGNMENT
Connect an LED and resistor to the Arduino breadboard and create a custom blinking pattern by modifying the "Blink" example code.
MATERIALS USED
LED, 220 ohm resistor
ARDUINO CODE
Description
Use the Arduino to let a Light Emitting Diode (LED) blink according to a morse code.
If one would include a switch and a battery, then the device could to transmit a preset message to the person pressing the switch. Unfortunately we didn’t get a switch or button with the kit.
Any input text can be transformed to morse code using the website: http://morsecode.scphillips.com/jtranslator.html
Components Used
Here is my code which implements a SOS morse code blinker:
Modify LED Blink code.
LED, 220Ω resistor.
// Ian Leighton
Use the Arduino to control a light emitting diode and t
I created the LED to blink 3 times: one long, and two short, like a waltz.
Components used:
Blue LED
220 ohm resistor
Source code:
Goal: Use the Arduino to control a blue light emitting diode and make it blink at an interval of 777ms.
Components: Light Emitting Diode (LED), Resistor