Wish List 0

Capacitor Touch Dimmer Constant Voltage Led Stepless Dimming Pwm Control Board

Rs. 47.00 Rs. 57.00

-The default function of the capacitor touch dimmer is a transfer, dimming, with brightness memories LED contact dimming.
-It will light slowly while turning on the lights, and come to be darkish slowly whilst flip off, which correctly keep away from the stimulation to eyes.

-The lamp brightness can be adjusted by using requirement, it's far very to perform.
-It can contact in medium protection, together with glass, acrylic, plastic, ceramics and so forth, which is very safe.

Using approach
-Click contact (touch period time is much less than 550ms) can manipulate the lamp.
-Click once, the lamp lighting fixtures; click once more, the lamp off.
-The preliminary brightness of lighting lit the constant for the entire brightness of ninety%.
-Press the contact at a long time (contact period time is more than 550ms), you could obtain step-less dimming the lights.
-Press long term once, mild stages regularly increase light ranges when launched after the discharge time parked in the corresponding brightness, long term if greater than three seconds, the light levels to achieve maximum brightness does no longer trade; once more lengthy press contact, light tiers steadily reduced to stop while you release the light tiers inside the corresponding brightness launch time, if a long term extra than three seconds, the mild stages after reaching the minimum brightness does not exchange.
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


//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

Write a review

Please login or register to review