fabianoriccardi / dimmable-light

Arduino library to manage dimmers compatible with AVR, ESP8266, ESP32, SAMD, and RP2040 platforms.
GNU Lesser General Public License v2.1
97 stars 29 forks source link

problem with running on esp32 #41

Closed radzikr closed 11 months ago

radzikr commented 1 year ago

Hi. the library works fine on esp8266, I haven't noticed any problems.

I wanted to use esp32 now, but it doesn't run on esp32. ESP keeps resetting when I connect ZC to any defined gpio.

fabianoriccardi commented 11 months ago

Theoretically you can use more that 8 channels, but I never tested it and, unfortunately, it seems there are few problems, look at https://github.com/fabianoriccardi/dimmable-light/issues/24 for more info.

I close this issue since the main topic is solved.