Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 634 Bytes

Gobot

go-arduino

Control your arduino with golang

As long as arduino is not supporting multi threading, we can use gobot to perform IO operations and handle multi threading functionality with golang.

prerequisites

  • go
  • arduino

setup

  • Install Firmata

    • Remove all attached components from Arduino UNO
    • Open Arduino IDE
    • Go to File > Examples > Firmata > StandardFirmata
  • Setup Circuit

    • Create following Circuit

    Image

  • execute following

    • go run arduino.go