Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.01 KB

File metadata and controls

23 lines (15 loc) · 1.01 KB

Bidirectional Morse Code Translator

A solo embedded systems project built for Cisco Hack Camp 2025. The translator runs on an ESP32 and converts between text and Morse code in real time.

What it does

  • Supports visual, keyboard, and tap-based input
  • Translates in both directions between text and Morse code
  • Uses C++ for the embedded application and translation logic
  • Adds WebSocket communication for networked interaction
  • Presents the result through a custom embedded user interface

Recognition

Cisco mentors and employees selected the project as the camp's top presentation. The project also led to an invitation to return as a student mentor.

Repository contents

Morse Code Translator Preview