The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
I am working with your AC Light Dimmer Module and the RBDDimmer.h library. I am also using a Arduino Due to control the power send to a heating cartbridge from classic voltage (220V) as source.
But I can't succeed to make work your example SimpleToggleDimmer.ino. I followed your tutorial, connecting :
Module = PWM (output) / 12 (digital PWM 12) = Arduino.
When I turn on the power, the cartbridge heat by itself and if in the Arduino code I add some functions to set the power of the module, there is no modification of the variation of the cartbridge (which I check with a temperature sensor), as if the setPower function was not functionning (or maybe I am using a wrong pin of the Arduino).
I thank you in advance if you can help me to understand why even your simple example does not work. Maybe I have to configure some pin as output with the pinMode function ?
Best regards.
Hello,
I am working with your AC Light Dimmer Module and the RBDDimmer.h library. I am also using a Arduino Due to control the power send to a heating cartbridge from classic voltage (220V) as source. But I can't succeed to make work your example SimpleToggleDimmer.ino. I followed your tutorial, connecting :
My Arduino code?
I thank you in advance if you can help me to understand why even your simple example does not work. Maybe I have to configure some pin as output with the pinMode function ? Best regards.