https://github.com/dansl/led-capacitive-lamp
12v RGBW LED Strip controlled via Arduino and Capacitive Touch Sensor Library
https://github.com/dansl/led-capacitive-lamp
arduino capacitive lamp led rgbw touch
Last synced: about 1 month ago
JSON representation
12v RGBW LED Strip controlled via Arduino and Capacitive Touch Sensor Library
- Host: GitHub
- URL: https://github.com/dansl/led-capacitive-lamp
- Owner: dansl
- Created: 2015-12-01T17:26:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T04:47:07.000Z (3 months ago)
- Last Synced: 2025-04-01T22:57:49.472Z (about 1 month ago)
- Topics: arduino, capacitive, lamp, led, rgbw, touch
- Language: C++
- Homepage:
- Size: 337 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LED Capacitive Lamp #
12v RGBW LED Strip controlled via Arduino and Capacitive Touch Sensor Library
### How do I get set up? ###
* Arduino Uno or Equivalent
* [Arduino Software](http://arduino.cc/en/Main/Software)
* [CapacitiveSensor Library](https://github.com/PaulStoffregen/CapacitiveSensor)
* 1 x 12v RGBW LED Strip
* 1 x 12v DC Wall Adaptor
* 4 x NPN TIP120 Transistor
* 1 x 1K Resistor### How it works ###
* Once the hardware is all built and the Arduino is loaded with project, the lamp will start to cycle colors, starting with Blue then slowly transitioning into Green then Red.
* A single tap to the Capacitive Sensor will make the White LEDs brighter, on a scale of 5 levels of Brightnesses.
* A Double Tap the Cap Sensor will make the color cycle stop rotating and will stop on the current color. The lights will briefly blink showing that you successfully stopped the cycling. Double Tap again to continue the Color Cycling.
* Tap and Hold for 1 second will cause the Lamp to shut all lights ON/OFF.More info about the Cap Sensor library can also be found [Here](http://playground.arduino.cc/Main/CapacitiveSensor?from=Main.CapSense)
