Skip to content

lakshanwd/go-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Control your arduino with golang and feel multi-threading

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages