What is PWM used for with LEDs? PWM stands for Pulse Width Modulation and it’s used to dim LEDs, unlike with other type of lighting you can’t just change the voltage the LED receives since this can negatively impact it’s color, efficiency and other attributes. The solution is turning on and off the LED real […]
How to dim an LED! Why is PWM used to dim and LED and what does it actually do? Let’s find out in this article! It will help you understand better why some things are as they are and we need good quality PWM dimmers to control our LED lighting. A bit of history Incandescent […]
QuinLED-Hybrid-Hexa ESPhome Example configs WORK IN PROGRESS substitutions: esphome_name: preprod-anhybrid-1 esphome: name: ${esphome_name} esp32: board: mhetesp32devkit #framework: # type: esp-idf # version: latest ethernet: type: LAN8720 mdc_pin: GPIO23 mdio_pin: GPIO18 clk_mode: GPIO17_OUT phy_addr: 0 use_address: 10.10.128.101 #power_pin: GPIO5 #manual_ip: # Set this to the IP of the ESP #static_ip: 10.10.128.123 # Set this to the […]
QuinLED-An-DecaPenta ESPhome Example configs WORK IN PROGRESS! substitutions: esphome_name: preprod-decapenta-1 esphome: name: ${esphome_name} esp32: board: mhetesp32devkit #framework: # type: esp-idf # version: latest # variant: ESP32C3 wifi: ssid: !secret wifi_ssid password: !secret wifi_password use_address: 10.24.1.126 web_server: #Disable logging/UART logger: # level: NONE baud_rate: 0 i2c: sda: 15 scl: 16 #frequency: 50kHz scan: true api: reboot_timeout: […]
QuinLED-Hybrid-Hexa pinout guide Back to QuinLED-Hybrid-Hexa index To be able to configure the QuinLED-Hybrid-Hexa in your software of choice (like WLED or ESPhome) you are going to need to know what is connected to what pins. In the below table you can see exactly how all the hardware is connected internally. Ethernet configuration In WLED […]
