Libreria sbagliata: RBDdimmer invece di rbdimmerESP32 su ESP32 26 feb 2026 0 32 TL;DR: For ESP32 you need rbdimmerESP32 — not the old RBDdimmer . The old library was written for Arduino AVR: no IRAM_ATTR , no core pinning, no race condition protection. On ESP32 it causes Guru Med... Arduino ESP32 ac-dimmer troubleshooting Leggi di più
Surriscaldamento del TRIAC: il dimmer AC si scalda o si brucia 26 feb 2026 0 28 TL;DR: A TRIAC is an active device with a voltage drop of ~1.2V. At load currents above 2A it dissipates several watts as heat. Without thermal management: overheating, thermal protection triggering, ... Arduino TRIAC ac-dimmer troubleshooting Leggi di più
ESP32-S2/C3/H2: il dimmer AC non funziona su ESP32 single-core 26 feb 2026 0 34 TL;DR: rbdimmerESP32 is designed for dual-core ESP32 (original and S3). ESP32-S2, C3, C6, and H2 are single-core. The library tries to isolate the dimmer task on a dedicated core — which is impossible... ESP32 ac-dimmer dimmerlink troubleshooting Leggi di più
ESP32 + dimmer AC: Guru Meditation Error e IRAM_ATTR — cause e soluzione 26 feb 2026 0 32 TL;DR: If your ESP32 with an AC dimmer crashes ("Guru Meditation Error" or "Cache disabled but cached memory region accessed"), the cause is that the zero-cross ISR handler is not marked with IRAM_ATT... ESP32 IRAM_ATTR WiFi ac-dimmer troubleshooting Leggi di più
Il dimmer AC TRIAC non è PWM: come funziona la dimmerizzazione con taglio di fase 26 feb 2026 0 38 TL;DR: analogWrite() and PWM don't work with an AC TRIAC dimmer. A TRIAC is not a resistor or a DC transistor. It regulates power using phase-cut control : it opens at a precisely calculated moment ea... Arduino ESP32 TRIAC ac-dimmer troubleshooting Leggi di più
Lampadine LED con dimmer AC: TRIAC o MOSFET — guida alla compatibilità 26 feb 2026 0 59 Short answer: There are two types of AC dimmers: TRIAC (leading edge — for incandescent bulbs, halogen, heaters) and MOSFET AC dimmer (trailing edge — purpose-built for LED lamps). If an LED lamp flic... Arduino LED MOSFET TRIAC ac-dimmer trailing-edge tutorial Leggi di più
Trailing Edge vs Leading Edge: quale metodo di dimmerizzazione scegliere 26 feb 2026 0 50 Short answer: Leading edge is the standard TRIAC dimmer — it opens the load in the second half of each AC half-cycle (best for incandescent bulbs and heaters). Trailing edge is a MOSFET dimmer — it op... Arduino LED MOSFET TRIAC ac-dimmer leading-edge trailing-edge tutorial Leggi di più
Sfarfallio LED con dimmer AC: TRIAC o MOSFET — cause e soluzioni 26 feb 2026 0 58 In breve: Lo sfarfallio LED con un dimmer AC ha tre cause distinte. I Tipi 1 e 2 sono causati da incompatibilità architettonica dei dimmer AC TRIAC con le lampadine LED — la soluzione hardware è un di... Arduino ESP32 LED MOSFET TRIAC ac-dimmer flicker tutorial Leggi di più