Skip to content

A controller using arduino for analog Led Strip with interesting resources

License

Notifications You must be signed in to change notification settings

andresichelero/LedsGUI

 
 

Repository files navigation

LedsController

LEDsGUI is a simple LED strip controller designed to control two LED strips. A Digital LED strip and a Analog LED strip. It is written in C# using windows forms for GUI interfaces. it is designed to run on systray, start with system.

In order to get the job done, you will need an Arduino MEGA or superior and communicate through serial. The pins used can be modified on the Arduino sketch provided.

Supported modes:

There are seven analog modes implemented and sixteen digital ones. Some of these modes can be pointed out as special. Musical modes for analog and digital strips and custom palette. Each of these modes have special configurations. The musical ones consists on rhythm leds. They are adjusted to show low frequencies sounds a.k.a BASS Sounds. The custom palette modes have a special GUI in order to allow you to create custom color palettes for your digital strip.

Analog strip:

  • Real HSV Rainbow
  • Power Conscious Rainbow
  • Sine Wave Rainbow
  • Static Color
  • Breathing
  • Musical
  • Random Color
  • Deactivated

Digital strip:

  • Snake Rainbow
  • Real HSV Rainbow (Analog)
  • Power Conscious Rainbow (Analog)
  • Sine Wave Rainbow (Analog)
  • Static Color
  • Breathing
  • Musical
  • Deactivated
  • HSV Rainbow
  • HSV Rainbow Stripes
  • Cloud
  • Lava
  • Ocean
  • Forest
  • Party
  • Heat
  • Custom Pallete

It's time for screenshots!

Main Window:

LEDsGUI Main window

Visualization heavily based on CSCore Visualization sample:

Visualization

Digital visualization with some options available:

Digital Visualization

Window showing the used sketch:

Show Sketch Form

Digital Custom Palette Editor window:

Palette Editor

Special thanks for:

Windows side:

Arduino side:

About

A controller using arduino for analog Led Strip with interesting resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 82.3%
  • C++ 15.1%
  • Inno Setup 2.6%