Using Go lang with Arduino to convert text to Morse code and transmit it with LEDs
This package has the following requirements:
- Gobot
go get -d -u gobot.io/x/gobot/...
- Firmata
- Morse code library by alwindoss
go get -u -v github.com/alwindoss/morse
- An arduino Nano/Uno/Compatible board
- Arduino IDE to upload Firmata sketch
- Download the required dependanices above
- This program assumes your LED is connected to Pin 13
- From your Aruino IDE, upload the already available standard Firmata sketch
- Then run this program
By contributing, you agree that your contributions will be licensed under its MIT License.