Devlog 1 - Figuring out what to do
I’m trying to make a Morse code decoder with a pressure sensor. I’ve seen some other Arduino Morse code decoders, but they were all very similar and used tactile buttons and were sound focused. I want to use a pressure sensor for mine, as it’s smoother to use, and I also want to see how small I can make this thing as a fun little challenge for myself.
Off to a somewhat bad start, but a start, I just made a basic circuit with an LED and pressure sensor that gets the LED to light up whenever you hit the pressure sensor. I guess this is theoretically a basic morse code display. I mainly did this just to learn how to use the pressure sensor and how it inputs. I also just learned how to wire and LCD with probably the most basic tutorial, and just learned how it works and how it displays.
The main focus now is to really figure out how to transfer pressure sensor data into morse code, then the morse code into English. This project is more of a software project as its a weak point for me, so I’ll have fun figuring it out.