-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H801 brightness level is not high enough #157
Comments
Do you think it's a firmware issue? Have you had the chance to test the H801 before flashing ESPurna on it? |
Original comment by azer (Bitbucket: zerros, GitHub: zerros): Sorry for my bad english. Hi, I'm have the same problem. I have 2 H801. One is flashed with h801-debug and ythe other one has the origin firmware. EDIT: But the leds do not shine as brightly as at startup when I plug the power. When I plug the power, all the leds are shining (even if the default switch status is off), and I have 0V everywhere. My power supply is a 12v 3a ** Second EDIT** |
These are common anode LED strips, so when at full power the voltage between a color channel and ground will be 0. That's OK. |
Original comment by azer (Bitbucket: zerros, GitHub: zerros): Hi, sorry for the time. I've done a video shared on youtube: The controller is running espurna 1.8.3. We can see that the led strip is ON at boot but the boot switch is "Always OFF", but the brightness is FULL. Hope that this video can illustrate the problem. |
Tested with the multimeter using latest ESPurna release and all channels look OK. Mind they are common anode so measure the voltage. |
Removing milestone: 1.8.4 (automated comment) |
Version 1.9.1 solves the issue in the boot status of the lights. The only cause of the drop in the voltage after 0.5s might be the trigger of saving data to the EEPROM (see #191). |
Apparently Espressif SDK has some limitations on PWM: /~https://github.com/StefanBruens/ESP8266_new_pwm |
ESP8266_new_pwm is now in the dev branch. It reaches 100% duty cycle and also fixes the flickering when saving to EEPROM. Will be released on 1.9.8 soon |
Released with 1.9.8 |
Removing milestone: 1.9.8 (automated comment) |
Originally reported by: Pete (Bitbucket: xbmcnut, GitHub: xbmcnut)
Hi there,
Love your work. Just flashed H801 with 1.8.1 (modified for RGB only) and when I replaced my MiLight LED controller, the wife immediately complained that the lights weren't bright enough. After growling a fair bit, I pulled it out yesterday and ran it in my lab with 12.8VDC. I noticed on power up that the output I was monitoring (blue) goes to 12.2 volts on boot but then settles to 8.23 volts after 0.5s. Sending 0,0,255 to max out the blue channel reveals the same; 8.23 volts blue, 1 volt green, 0 volts red.
Is there a way to increase this in code or is this somehow hardware related? Can anyone else measure the voltage output?
The text was updated successfully, but these errors were encountered: