Inspiration
Morse code requires some time to learn, but it helps to communicate in a secret language with others which is lot of fun. So Instead of learning it, I thought of making a circuit for it
What it does
It simply takes text input and converts it into a morse signal shows.
How I built it
I made it with the help of Arduino ide, Arduino. First I created a small array that stores all the data of morse code for each letter. Then I have used the ASCII values of the letters to move through the array instead of the if-else statements
Challenges I ran into
As I have very little idea on C++ which gave a problem while making logics in the code. And it took some time to figure out:- how to take inputs from the user ?.
Accomplishments that I'm proud of
After attending a few hackathons I am slowly able to come up with ideas for projects.
What I learned
Gained some experience how to work with Arduino
What's next for -- --- .-. ... .
Adding functionality that takes an input of the morse code with the help of a touch or LDR sensor and displays text


Log in or sign up for Devpost to join the conversation.