just wanted to know what is the right way of doing a RGBW lamp:
https://hackaday.io/project/163672-esp3 ... led-panels
Started a project in Hackaday to make your own ESP-Mesh lamp and I'm using just the RGB PWM outputs. I though it would be possible to combine all Red, Green and Blue to make white, but I think white has it's own channel right :
```
11 | GPIO23 | O | PWM_BR output control
12 | GPIO19 | O | PWM_CT output control
```
My question is, should white be connected to GPIO19 ? Or what would be the best option to modify this and make it work with normal RGB Leds ?
Sorry if it's not such an interesting question, I wanted to create a project so electronic fans can create their own RGB Lamps with things that are already somewhere in their garage
Also last question, what is the default PWM frequency in the Light example ?
I guess it's possible to configure it editing the code. Thanks in advance
Doing a RGBW lamp, White channel PWM ?
Doing a RGBW lamp, White channel PWM ?
- Attachments
-
- self-made-RGB.jpg (95.18 KiB) Viewed 7519 times
epdiy collaborator | http://fasani.de Fan of Espressif MCUs and electronic design
Re: Doing a RGBW lamp, White channel PWM ?
I see now after getting in the Code, there is a PWM output for Warm white and another for Cold white, right ?
Now what I don't understand is, in the Colors wheel of the ESP-Mesh App you can only mix 2 colors. There is no possibility of having RGB at the same time right ?
Thanks in advance!
Now what I don't understand is, in the Colors wheel of the ESP-Mesh App you can only mix 2 colors. There is no possibility of having RGB at the same time right ?
Thanks in advance!
epdiy collaborator | http://fasani.de Fan of Espressif MCUs and electronic design
Re: Doing a RGBW lamp, White channel PWM ?
Hi Fasani,
There are two ways to generate white color, considering two different types of hardware:
If the hardware supports RGB color, then we can use these three GPIOs as example:
GPIO4 PWM_R output control
GPIO16 PWM_G output control
GPIO5 PWM_B output control
In the code we can set by HSV color model.
Another way, if the hardware supports only generate white and can modify color temperature, then we can use GPIO23 and GPIO19 as you mentioned. Then according to the hardware, there will be two different ways to control the brightness and color temperature.
1. GPIO23 + GPIO19 to generate the color temperature, GPIO23 + GPIO19 to generate the brightness. This is how our light configured.
2. One GPIO (for example GPIO23) to generate the temperature, another to generate the brightness. This requires more for the hardware design.
Hope I make myself clear by these two examples.
For our ESP-MeshKit-Light, RGB model and CT model are both supported but mutual excluded by the hardware.
The defaut PWM frequency is 1KHz, and it's modifiable.
There are two ways to generate white color, considering two different types of hardware:
If the hardware supports RGB color, then we can use these three GPIOs as example:
GPIO4 PWM_R output control
GPIO16 PWM_G output control
GPIO5 PWM_B output control
In the code we can set by HSV color model.
Another way, if the hardware supports only generate white and can modify color temperature, then we can use GPIO23 and GPIO19 as you mentioned. Then according to the hardware, there will be two different ways to control the brightness and color temperature.
1. GPIO23 + GPIO19 to generate the color temperature, GPIO23 + GPIO19 to generate the brightness. This is how our light configured.
2. One GPIO (for example GPIO23) to generate the temperature, another to generate the brightness. This requires more for the hardware design.
Hope I make myself clear by these two examples.
For our ESP-MeshKit-Light, RGB model and CT model are both supported but mutual excluded by the hardware.
The defaut PWM frequency is 1KHz, and it's modifiable.
- Attachments
-
- WechatIMG1081.png (219.74 KiB) Viewed 7341 times
Re: Doing a RGBW lamp, White channel PWM ?
Thanks ESP_LBB !
I saw this in the code but I had no idea how to set it up. It's not configurable from the make menuconfig right? From there you can just set the output GPIOs and the speed of transition for the example. But now I think with these details I can figure out.
Great information it will be very interesting to see how this RGB normal Leds generate white using the ESP-Mesh app. I really like to soldier my own lamps in the free time, got also a 6 pack of real Esp-Mesh Lights in China but they still did not arrived home
Great, can you indicate me exactly where is this configurable? Because I think there is an image that is not appearing in your post.In the code we can set by HSV color model.
I saw this in the code but I had no idea how to set it up. It's not configurable from the make menuconfig right? From there you can just set the output GPIOs and the speed of transition for the example. But now I think with these details I can figure out.
Great information it will be very interesting to see how this RGB normal Leds generate white using the ESP-Mesh app. I really like to soldier my own lamps in the free time, got also a 6 pack of real Esp-Mesh Lights in China but they still did not arrived home
epdiy collaborator | http://fasani.de Fan of Espressif MCUs and electronic design
Who is online
Users browsing this forum: No registered users and 36 guests