Compiling the firmware is not working // Error #99
Replies: 3 comments 6 replies
-
|
Hi |
Beta Was this translation helpful? Give feedback.
-
|
So, the firmware seems to be working; the multi-segments are functional. However, there is one thing I just can't wrap my head around. I have 296 LEDs mounted around my TV (covering all sides). Now, I want to set up a second instance to illuminate an additional 24 LEDs on the left and another 24 on the right. These LEDs should mirror the lighting effects from the TV setup—specifically, they should reflect roughly 50% of the TV image on both the left and right sides. So, I created a second instance in HyperHDR and configured the placement for these 48 additional LEDs. However, the LEDs aren't being driven. They only start lighting up if I increase the total LED count within the main instance (the one for the LG TV). It doesn't seem to matter where I add those extra LEDs within the main instance's configuration. Naturally, though, the colors then no longer match the TV image correctly. It seems to me as though there might be a hard-coded "total LED count" limit somewhere in the system. Perhaps someone else here has had a similar experience and can tell me where the bottleneck lies. This kind of stuff is driving me crazy! |
Beta Was this translation helpful? Give feedback.
-
|
Each instance uses its own LED driver, and the serial port driver cannot be shared. HyperSerialPico is heavily optimized for typical one- or two-segment setups, so to achieve a 3-segment solution like this, you need to 'crack' the configuration. It's possible, but it comes with some limitations and the configuration is difficult. BTW, HyperSerial USB is coming soon to Hyperk (if you want to test it I can provide you a current test firmware now). It allows you to manage 8 segments with a fairly low performance penalty - resulting from sharing resources with things like Wi-Fi - since the Pico has plenty of power to handle it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm desperately trying to compile HyperSerialPico. My hardware is as follows: RP2040 Scorpio, SK6812 RGBW on LG TV (HyperHDR newest release). When compiling, I keep getting "Error: Process completed with exit code 2". Can anyone tell me what I'm doing wrong? I followed the official guide (https://github.com/awawa-dev/HyperSerialPico/wiki). My modified CMakeLists.txt is attached.
Beta Was this translation helpful? Give feedback.
All reactions