All Projects → alexellis → Blinkt_go_examples

alexellis / Blinkt_go_examples

The beginning of Blinkt examples programs in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Blinkt go examples

Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (+954.05%)
Mutual labels:  raspberry-pi, raspberrypi
Pi Builder
Extensible tool to build Arch Linux ARM for Raspberry Pi on x86_64 host using Docker
Stars: ✭ 31 (-16.22%)
Mutual labels:  raspberry-pi, raspberrypi
Pibooth
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
Stars: ✭ 398 (+975.68%)
Mutual labels:  raspberry-pi, raspberrypi
Balena Electronjs
electronJS-based resin application template
Stars: ✭ 348 (+840.54%)
Mutual labels:  raspberry-pi, raspberrypi
Signalbox
DCC Project
Stars: ✭ 17 (-54.05%)
Mutual labels:  raspberry-pi, raspberrypi
Pisdr Image
🥧 The SDR Linux Distro for the Raspberry Pi and other SBC. Compatible out of the box with multiple SDR.
Stars: ✭ 346 (+835.14%)
Mutual labels:  raspberry-pi, raspberrypi
Ustreamer
µStreamer - Lightweight and fast MJPG-HTTP streamer
Stars: ✭ 533 (+1340.54%)
Mutual labels:  raspberry-pi, raspberrypi
Rpisurv
Raspberry Pi surveillance
Stars: ✭ 293 (+691.89%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Debian Builder
Build your own Debian image for Raspberry Pi
Stars: ✭ 6 (-83.78%)
Mutual labels:  raspberry-pi, raspberrypi
Diy Ipmi
A DIY IPMI / IP KVM system utilizing the Raspberry Pi
Stars: ✭ 730 (+1872.97%)
Mutual labels:  raspberry-pi, raspberrypi
Sireprat
Remote Command Execution as SYSTEM on Windows IoT Core (releases available for Python2.7 & Python3)
Stars: ✭ 326 (+781.08%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Monitor
Real time monitoring for embedded devices
Stars: ✭ 883 (+2286.49%)
Mutual labels:  raspberry-pi, raspberrypi
Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (+770.27%)
Mutual labels:  raspberry-pi, raspberrypi
Balena Wpe
Fullscreen WebKit browser with hardware accelerated CSS, WebGL, and HTML5 video for the RaspberryPi 3.
Stars: ✭ 353 (+854.05%)
Mutual labels:  raspberry-pi, raspberrypi
Pifmadv
Advanced Raspberry Pi FM transmitter with RDS encoding
Stars: ✭ 316 (+754.05%)
Mutual labels:  raspberry-pi, raspberrypi
Rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
Stars: ✭ 463 (+1151.35%)
Mutual labels:  raspberry-pi, raspberrypi
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+9043.24%)
Mutual labels:  raspberry-pi, raspberrypi
Pisugar
PiSugar is a battery module for Raspberry Pi zero / zero W / zero WH
Stars: ✭ 287 (+675.68%)
Mutual labels:  raspberry-pi, raspberrypi
Freenos
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
Stars: ✭ 683 (+1745.95%)
Mutual labels:  raspberry-pi, raspberrypi
Raspberrypi exporter
Prometheus exporter for Raspberry Pi metrics
Stars: ✭ 18 (-51.35%)
Mutual labels:  raspberry-pi, raspberrypi

blinkt_go_examples

These examples go with the Blinkt_go library

The Pimoroni Blinkt! is an 8x RGB LED add-on for the Raspberry Pi.

Running one of the examples:

export GOPATH=$HOME/go/
mkdir -p /home/pi/go/src/github.com/alexellis/
git clone https://github.com/alexellis/blinkt_go_examples

cd progress
go get
sudo -E go run app.go

The Pimoroni Python examples are available here:

https://github.com/pimoroni/blinkt/tree/master/examples

PRs are welcome to port examples across to Go.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].