Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
Morse code Machine
The objective of this assignment is to utilize the output and serial portstoemulate a Morse Code terminal using FRDM KL25Z development board. The output is used to visualise the Morse code in the form of a blinking LED. Any arbitrary message is inserted in the C/C++ code and proper algorithm steps are used to convert the message to the corresponding Morse code. This assignment has two phases.
1. A FRDM KL25Z development board with USB cable
2. PC with Keil MDK v5, uVision 5, access to mbed online compiler
1- Turn on LED for one-unit delay
2- Create a one-unit delay
3- Turn on LED for three-unit delay
4- Create a three-unit delay
5- Turn on LED for three-unit delay
You need to find the best delay unit period to make it easy to observe the blinking.
In the final step, the C/C++ programming code should be changed in a way that if the message sent to the embedded system contains non-alphabet and non-digit letters, the error LED is turned on.
Each group is given a uniqe message and colour for LEDs.