kevinveld2001 / morce-code-iot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morse code blinker object

This object is connected to toto and will bink all letters sent using mqtt.

The code is written for the nano_33_iot. You can change this in the platformio.ini. The led's that blink are hardcoded in setup and setLeds functions.

To connect the object with wifi and with toto you need to copy the secrets.h.example to secrets.h and fill it in with the wifi name, password and toto credentials.

After that, you can send letters to the blinker using mqtt.

About


Languages

Language:C++ 67.7%Language:C 32.3%