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

How many separate AC channels #40

Closed NikolaPU closed 1 year ago

NikolaPU commented 1 year ago

Hi there, can you please answer?

How many separate AC channels can be controlled on arduino mega? And how many separate AC channels can be controlled on ESP32?

Thanks in advance. Best regards.

fabianoriccardi commented 1 year ago

Hi, I have tested up to 8 independent AC loads, but you should be able to increase that limit by changing a constant in thyristor.h

radzikr commented 1 year ago

I built an esp32 test pcb with 16 channels.

I'm currently assembling, I have 16 channels in the program, but currently 2 are soldered.

I think all 16 will work without any problem

fabianoriccardi commented 1 year ago

Great! When you will finish, if you can, may you share a photo of the setup?