Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.34 KB

Lit-Go-Bot

Go Report Card

Purpose

Using Go lang with Arduino to convert text to Morse code and transmit it with LEDs

Project Picture

Int'l Morse Code

Presentation slides & Article Link

Morse Code

Medium Article Link

Install

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

How to use

  • 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

📝 License

By contributing, you agree that your contributions will be licensed under its MIT License.