Skip to content

vivekkj123/morse-flasher

Repository files navigation

Blinka Morse 🆘

Blinka Morse is a simple flutter application which will helps to convert your message into pulses of light.

Preview 😇

demo.mp4

Download Release ⏬

Head to releases page and install 🔥

Team Members 👫

  1. Vivek K J

Team Id 🔰

Flutter/152

Link to product walkthrough 📼

Click Me

How it Works ? ⚙️

  1. As the first step, the whole message is converted into Morse code. For that, a map of letters and corresponding morse letters is kept and for each letter, the morse symbol is replaced using a simple function.
  2. In step 2, the morse code needs to converted into light signals. The output obtained from step 1 will be an string array of dits(.) and dashes(-). For each symbols, the corresponding light signal is controlled using mobile flash light.

Libraries used 🛠️

How to configure and run ⛹️

  1. Configure flutter environment
  2. Clone the repo git clone https://github.com/vivekkj123/morse-flasher.git
  3. Install required dependencies flutter pub get
  4. Run the application flutter run