Capacitor Touch Dimmer Constant Voltage Led Stepless Dimming Pwm Control Board
Rs. 44.00 Rs. 53.00
- Brand: https://www.sigmachip.com/standard-features-touch-sensor-control
- Product Code: SEN-TOUCH
- SKU -
- Availability: In Stock
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
SPECIFICATIONS: | |
Operating Voltage Range | 2.4 – 4.5 |
Aperture | (mm)16 |
OVERVIEW:
-It can control LED module, light and so on. It is available for indoor LED, lighting lamp, DIY automotive lights dimming refit.
-With Single touch, using the principle of capacitance touch.
-The default function is a switch, dimming, with brightness memories LED touch dimming.
-It will light slowly when turning on the lights, and become dark slowly when turn off, which effectively avoid the stimulation to eyes.
PACKAGE INCLUDES:
1 PCS x Capacitor Touch Dimmer Constant Voltage Led Stepless Dimming Pwm Control Board
https://www.sigmachip.com/standard-features-touch-sensor-controller/
//SOURCE CODE TAKEN FROM BELOW LINK
//https://create.arduino.cc/projecthub/arcaegecengiz/how-to-use-a-touch-sensor-81b7f4
void setup() {
pinMode(2, INPUT);
Serial.begin(9600);
}
void loop() {
if (digitalRead(2) == HIGH);
Serial.println("Sensor is touched");
delay(500);
}
15 days