Skip to content

lankabhedi/morser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morser

Text/Voice to Morse Signals in Python 3

Making an Python Based API to convert human speech through Google Assistant into Morse Code using Bolt IoT Wi-Fi module and an API

Application available on:

Project documentation on:

You need to put your API requests in the following format.

http://morser-app.herokuapp.com/api?api_key=5bbf44a6&device_id=BOLT135&message=<your message>

When the code is successfully executed, you will get the following JSON response.

{
    "device_status": "online",
    "message_passed": "yes",
    "morse_code": "<your message> "
}

Hardware Requirements

  1. Bolt Wi-Fi Module
  2. 330 ohm Resistor
  3. Wires
  4. Buzzer
  5. LED

PS. Software requirements are metioned in the requirements.txt file

Circuit Diagram

image

Project is licensed under MIT license. Basically, just give me due credits if you reuse this.

Special thanks to Geeks-for-Geeks and Stack Overflow.

About

Making an Python Based API to convert my speech through Google Assistant into Morse Code using Bolt IoT Wi-Fi module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published