Morse Code
In this project, we will learn how to signal a message in
Morse Code. We will use a button and a buzzer to generate
the dots and dashes manually.
You can read more about Morse Code and check the translation table here
States
- Button not pressed: Buzzer OFF
- Button pressed: Buzzer ON for the duration of the button press
Initial project state
Wiring
Click on the link below and complete the wiring of the circuit.
Link: Part 1: Wiring
Calibration
Now, you can move on to start writing your program and testing your sensor. Click on the link below and complete the calibration and configuration of the circuit.
Link: Part 2: Calibration
Logic
Lastly, and most importantly, you have to create the logic to make your circuit behave as needed for the project. Click on the link below and complete the logic of the circuit.
Link: Part 3: Logic