Skip to content

ddrager/go-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-pi

This repository is a playground for my Go-Raspberry Pi activities. I use Raspbian.

LED Strip Control

One of the items I have attached to my Pi via GPIO is this LED RGB Strip. I followed @popoklopsi's tutorial here for wiring. The circuit looks like this:

Wiring diagram for Raspberry Pi LEDs

Image credit Mitchtech

Installation & Run

  • Install Go on the Raspberry pI.
  • Install pi-blaster, a C driver for PWM management on the Raspberry Pi
  • Fetch: go get -v github.com/ddrager/go-pi Error is normal here.
  • Run: go run web-led.go to run web server.

Other resources

Other useful resources if you are interested in getting into this type of thing:

About

Raspberry Pi-Golang playground.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published