Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.22 KB

MorseGate

Wemos D1 mini based Morse code message converter.

Attribution-NonCommercial 4.0 International License

Front-end part

Screenshot00 Screenshot01 Screenshot02 Screenshot03

Hardware Schema

Fritzing breadboard schema

How to use

On mobile devices connect to the Morse Gate WiFi network and choose Sign In option: the Morse Gate homepage will be opened.

Troubleshooting

If Sign in prompt is not shown you might need to open http://10.10.10.10.

If the page is not loading try to disable all other network connections.

curl

Sending message:

curl -i -v 'http://10.10.10.10/msg/send?msg=hello%20world'

Reading current status:

curl -i -v 'http://10.10.10.10/msg/status'