Replies: 11 comments 42 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I'm using latest release v6.0.0.0 cause i've got the options 2 and 4mb but they both don't work. found this one on wich pins does my clock and data goes |
Beta Was this translation helpful? Give feedback.
-
Well, you are lucky and ws2801 is low density strip but for typical APA102 setup it's causing massive headache if not SPI hardware pins are selected on esp8266. Or you set your smoothing conservative, because above 30FPS WLED (in normal circumstance with correct setup 100-200FPS is possible) may become unresponsive. |
Beta Was this translation helpful? Give feedback.
-
So i got my ESP today and started playing with it... Final thoughts... things arent so easy to port to the NodeMCU. |
Beta Was this translation helpful? Give feedback.
-
So having Hyperserial flashed... but HyperHDR isn't sending any signal. got no response on my leds and in hyperhdr cannot change source under remote control. Btw i power esp32 with external power supply and connected with usb to pi without the power line. here is my log:
|
Beta Was this translation helpful? Give feedback.
-
Very weird problem here though. Did some troubleshooting. Conclusion i don't know whats going on. |
Beta Was this translation helpful? Give feedback.
-
After all got a myself some 74AHCT125 level shifters and made a build works... but only till 2 MB |
Beta Was this translation helpful? Give feedback.
-
OK, so ESP->LED is working and no blinking? Then I guess 2 MB limit hits the serial communication between WLED and RPI via USB? First you must examine if you have CH9102X or CP2104 because often sellers of ESP32 boards they don't know what version they've got on the stack and these two chips are often mixed up, they look similar and have similar design. CP2104 is capable of 2Mb and is being replaced by cheaper and more capable CH9102X with almost no change to the ESP32 board design. |
Beta Was this translation helpful? Give feedback.
-
Yes, it's CH9102X and it looks like mine. And it's should work at 4Mb: confirmed in the spec and in the practice. |
Beta Was this translation helpful? Give feedback.
-
Wich SBC you use for running HyperHDR on ? As of now I use a Raspberry Pi 4 wich does its job... but i'm thinking to upgrade te get a smoother capture experience and therefore a better ambilight experience . |
Beta Was this translation helpful? Give feedback.
-
Rpi4 is fine. Especially if you are using the latest version of v18beta: it comes with some improvements and Rpi is able to process 1080p120 stream without any size/framerate decimation (v17 can't handle that). Well, nobody is using 1080p120 for our purposes, but it shows that there are tons of free resources for regular video processing. My experience with different TVs has taught me that a USB3.0 efficient driver and a stable operating system are an extremely important thing. And Rpi4 has both of them. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm using very satisfied your project, but i'm only able to use it at 1,5 Mb using HyperserialWLED.
As i took a look at the chip there isn't any info on it so my bet is its a cp chip
Fixing a 340 chip ;solves the issue?
Beta Was this translation helpful? Give feedback.
All reactions