natsnudasoft / RgbLedSequencer

RGB LED Sequencer PICAXE electronics project, and C#.NET Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RGB LED Sequencer and C#.NET Library

GitHub tag AppVeyor master Coveralls master license

RGB LED Sequencer

The RGB LED Sequencer (RgbLedS) is a 5 RGB LED electronic circuit, controlled by a PICAXE 18M2, which allows up to 10 user programmed light sequences to be saved and played back. Sequences are sent to the device via serial communication and each sequence may have up to 770 steps each with its' own specified delay time before the next step. A user may press a button on the device which will cycle between the 10 currently programmed sequences; holding this button down for more than ~2.5 seconds will send the device into sleep (low power) mode - pressing the button again or receiving a command signal via serial will wake the device again.

RGB LED Sequencer Breadboard Prototype

RGB LED Sequencer Library RgbLedSequencerLibrary NuGet

The RGB LED Sequencer Library (RgbLedSLi) is a C#.NET Class Library which provides an easy to use interface to communicate with the RGB LED Sequencer via COM Port (for the PICAXE, this is usually achieved using an AXE027 cable).

About

RGB LED Sequencer PICAXE electronics project, and C#.NET Library

License:Apache License 2.0


Languages

Language:C# 88.3%Language:Visual Basic 11.7%