Giter Club home page Giter Club logo

arudinorgbcontroller's Introduction

Arudino Rgb(w) Project Collection

This repository contains a bunch of projects that I've created over the years for controlling various RGB (and sometimes RGBW) LED projects using arduinos uno's/teensy's. I have primarily been using the Eclipse-based Sloeber Arduino IDE which makes programming in C++ for the arduino platform much eaiser (especially if you're used to Eclipse).

Main Projects:

  • ArudinoRgbController: This contains the original Atmega328 arduino (duo/uno) code that was used on a project to control some RGB LEDs (the simple four-lead ones) based on the time from a real-time clock (RTC) input.

    The idea was to be a 'Visual Alarm', inasmuch that the LEDs would change color based on the time during the day. For this project, I also designed a circuit board with all the necessary RTC inputs and power for the LEDs which can be found on OSH Park here (images of the circuit board below).

    Visual Alarm Rev3 Visual Alarm Rev3

  • RgbControllerWithIR: This is an extension of the above ArudinoRgbController project that adds in the IRremote library in order to control the colors a little easier.

    A big note: it was necessary to move the output pin for the blue RGB from pin 11 to pin 5 because of a conflict with the internal timer libraries and the IRremote (see issue here). This change required me to physically ripup the connection between pin 11 and the blue led transistor and then white wire a new connection to pin 5. Then the IR receiver was added to pin 2.

    Circuit board ripped up and IR added

Testing & Prototyping Projects:

NeoPixel (WS2812B/SK6812, specifically RGBW strips)

  • NeoPixelTesting: This project plays around with the NeoPixel RGBW LED strips. I initially bought the AdaFruit stick of eight but eventually bought a roll of them off ebay (5m of 30LEDs/m).
  • MultiSegmentTesting: This is an extension of the NeoPixelTesting project that adds in the ability to split up the strip into differnt arbitrary-length segments.

RTC (DS1307)

  • RTC_SetTime: Set/initialize the time of the DS1307 to the time at compile.
  • RTC_ReadTime: Read back the time on the DS1307 with the ability to add in extra seconds with a button press.
  • RTC_AlarmTesting: Test the TimeAlarm library with the DS1307.

Other/Misc

  • IrRemoteTesting: Test the incorporation of an IR receiver on an arduino.
  • ButtonTesting: Test the use of the AIN0 comparator on the atmega328 for use as a button.
  • HsiColor: Establishes the 'HSI' colorspace (from here) instead of direct RGB, making it easier to do crossfading (used in the ArduinoRgbController project).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.