All Projects → pimoroni → Blinkt

pimoroni / Blinkt

Licence: mit
Python Library for Blinkt; 8 APA102 LEDs for your Raspberry Pi

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Blinkt

Storagesystem
🗒️ Personal Stock Control System
Stars: ✭ 236 (-8.53%)
Mutual labels:  raspberry-pi
Rdbox
RDBOX is an advanced IT platform for robotics and IoT developers that highly integrates cloud-native and edge computing technologies.
Stars: ✭ 246 (-4.65%)
Mutual labels:  raspberry-pi
Raspberry Pi Installer Scripts
Stars: ✭ 252 (-2.33%)
Mutual labels:  raspberry-pi
Mt32 Pi
🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.
Stars: ✭ 231 (-10.47%)
Mutual labels:  raspberry-pi
Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (-5.43%)
Mutual labels:  raspberry-pi
Drowsiness detection
Stars: ✭ 250 (-3.1%)
Mutual labels:  raspberry-pi
Raspi Cluster
Notes and scripts for setting up (yet another) Raspberry Pi computing cluster
Stars: ✭ 235 (-8.91%)
Mutual labels:  raspberry-pi
Starrtc Android Demo
🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:
Stars: ✭ 3,038 (+1077.52%)
Mutual labels:  raspberry-pi
Reef Pi
An opensource reef tank controller based on Raspberry Pi
Stars: ✭ 245 (-5.04%)
Mutual labels:  raspberry-pi
Fontedit
A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
Stars: ✭ 251 (-2.71%)
Mutual labels:  raspberry-pi
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (-6.2%)
Mutual labels:  raspberry-pi
Watney
Watney is a low-cost 3D-printable FPV rover
Stars: ✭ 242 (-6.2%)
Mutual labels:  raspberry-pi
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (-3.49%)
Mutual labels:  raspberry-pi
Smart Mirror
The fairest of them all. A DIY voice controlled smart mirror with IoT integration.
Stars: ✭ 2,668 (+934.11%)
Mutual labels:  raspberry-pi
I2c Bus
I2C serial bus access with Node.js
Stars: ✭ 253 (-1.94%)
Mutual labels:  raspberry-pi
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-8.53%)
Mutual labels:  raspberry-pi
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (-3.1%)
Mutual labels:  raspberry-pi
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+0%)
Mutual labels:  raspberry-pi
Arozos
General purposed Web Desktop Operating Platform / OS for Raspberry Pis, Now written in Go!
Stars: ✭ 252 (-2.33%)
Mutual labels:  raspberry-pi
Hue Dashboard
A web interface for monitoring and controlling Philips Hue lights
Stars: ✭ 251 (-2.71%)
Mutual labels:  raspberry-pi

Blinkt!

Build Status Coverage Status PyPi Package Python Versions

https://shop.pimoroni.com/products/blinkt

Eight super-bright RGB LED indicators, ideal for adding visual notifications to your Raspberry Pi on their own or on a pHAT stacking header.

Installing

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your Blinkt! up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:

Finding the terminal

In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:

curl https://get.pimoroni.com/blinkt | bash

Alternatively, on Raspbian, you can download the pimoroni-dashboard and install your product by browsing to the relevant entry:

sudo apt-get install pimoroni

(you will find the Dashboard under 'Accessories' too, in the Pi menu - or just run pimoroni-dashboard at the command line)

If you choose to download examples you'll find them in /home/pi/Pimoroni/blinkt/.

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-blinkt

other environments:

sudo pip3 install blinkt

Library install for Python 2:

on Raspbian:

sudo apt-get install python-blinkt

other environments:

sudo pip2 install blinkt

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

Documentation & Support

Unofficial / Third-party libraries

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].