Can the GL-C-618WL use HyperSerial over USB with Hyperk? #1589
Replies: 5 comments 5 replies
|
Hi, |
|
Thank you! I am powering the GL-C-618WL from its normal DC supply, with USB-C connected to the TV. I also tried with the LEDs disconnected and get the same result. I noticed the case warning says “Type-C Power: 5V 3A Max (USB wall adapter, not PC USB)”. Is that the warning you mean? The TV now detects the CH341 as "/dev/ttyUSB0", HyperHDR opens it at 2M baud, and Serial is enabled in HyperK, but the lights don't respond. Is there anything else I need to enable in HyperK for HyperSerial to work, or could it just be the adapter? |
|
If you connect the power supply directly to the LED strip instead of through the Gledopto, it should be fine. The Gledopto would then be powered via USB-C, with HyperSerial working properly. From the Gledopto, you just need to connect the data wire and a ground wire to the LEDs to provide a common ground. |
|
Yes, that's the release note I'm following. Hyperk has HyperSerial enabled, and in HyperHDR I'm using the Adalight driver with: AWA high-speed serial enabled The latest log confirms all of these settings. However, HyperHDR reports: Could not detect HyperSerialEsp8266/HyperSerialESP32/HyperSerialPico device It can open /dev/ttyUSB0, and the board is detected as VID 1a86, PID 7522, but after running for a while it eventually reports: Timeout after 1000ms followed by: Hyperk itself works and the LEDs respond to static colour commands from hyperk.local. So it seems the USB serial device is detected, but HyperSerial handshake/data communication isn't completing |
|
Does Hyperk reset itself when you start HyperSerial connection? You can try lower speed both in Hyperk and HyperHDR |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to confirm whether the GLEDOPTO GL-C-618WL can be used with HyperSerial over USB.
I have Hyperk installed on the GL-C-618WL and Serial is enabled in Hyperk. The controller has a CH340K USB-UART interface.
My LG webOS TV detects the controller as:
1a86:7522
I've installed the matching ch341 kernel module on the TV, and the controller now appears as:
/dev/ttyUSB0
HyperHDR can successfully open /dev/ttyUSB0 at 2,000,000 baud. I've also configured Adalight with AWA and the HyperSerial options, but the SK6812 RGBW LEDs don't respond.
The normal Hyperk network/Wi-Fi connection works correctly.
My question is: Is the USB-C port on the GL-C-618WL actually supported for HyperSerial with Hyperk, or is the USB-C port only intended for firmware/programming on this particular controller?
If USB HyperSerial is supported, is there a specific Hyperk firmware/build or configuration required for the GL-C-618WL?
Thanks!
All reactions