Arduino/Morse Code Circuit: Difference between revisions
From charlesreid1
(Created page with "=Overview= Here's the rundown on this project: the hardware: * There will not be an input potentiometer. * There will be an output to an I2C LCD display * There will be an o...") |
No edit summary |
||
| Line 16: | Line 16: | ||
* send character | * send character | ||
* update scrolling LCD text | * update scrolling LCD text | ||
[[Category:Arduino]] | |||
Revision as of 14:39, 19 July 2015
Overview
Here's the rundown on this project:
the hardware:
- There will not be an input potentiometer.
- There will be an output to an I2C LCD display
- There will be an output to a piezo speaker.
The software:
- Start: need libraries, pin settings
- Setup: populate character array
- read speed potentiometer
- set CW speed
- randomly select character
- send character
- update scrolling LCD text