RobotDynOfficial / RBDDimmer

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.
228 stars 104 forks source link

ESP32 dimmer #13

Closed ageurtse closed 5 years ago

ageurtse commented 5 years ago

Hello is it possible to run the dimming stuf on core 2 of an ESP32 so core 1 could be used for MQTT tasks and all other kind of stuff.

Know i use a esp8266 for the main sketch and a attiny85 for dimming, so it is a dedicated procesor i have no issue with flickering on LED light. As far as i have tested, IKEA led light won't dimm. Philips an som cheap ones from oure local store work great.

ageurtse commented 5 years ago

Build the dimmer with a ESP-WROOM-32 and it run's fine. So no need to alter the software.

thanks for the good work.