This is the prototype of my dimmer, which actually works quite well. It fades smoothly between different brightness settings. It gets MQTT messages from homebridge, so it can be controlled via Apples Homekit.

    • plantsandtrees@feddit.deOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Yes it is a led light bulb working on 230 ac. This works like any other triac phase dimmer, but it was indeed a fun project to try for yourself! Basically I build a another shelly device, but for far less money ;)

      • Rolldach@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Cool, I had to look triac up as I didn’t know how it works. I thought dimming would just reduce the voltage. How did you implement it? Is it all done by the esp? (So I read that triac dimming is done by switching the currant on and off very quickly, is that correct? What frequency are you using?)

        • plantsandtrees@feddit.deOP
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          Yes exactly. The idea is basically the same as PWM, but in this case the frequency is given through the 50Hz of the power grid. You just control how much of each half wave you turn the light on. As our eyes are slow we just conceive it as an overall lower brightness.