Skip to content

A RGB Blinking Led Light which can be controlled via the internet by port forwarding

License

Notifications You must be signed in to change notification settings

chyke007/randomcolourblinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A RGB Blinking Led light with NodeJs and the RaspberryPi

Description

A RGB Blinking Led Light which can be controlled via the internet by port forwarding

Technology

The project was developed using:

Project components

Hardware

var Gpio = require("onoff").Gpio;
var LED1 = new Gpio(2, "out");
var LED2 = new Gpio(4, "out");
var LED3 = new Gpio(17, "out");
  • Raspberry Pi

    • I used Model B+ with Raspbian - any model should be Ok, just be careful with the Gpio configuration pin mappings, they can differ
  • Led

    • I used a RGB Led

About

A RGB Blinking Led Light which can be controlled via the internet by port forwarding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published