HyperHDR won´t connect to HyperSerial via USB/adalight #97
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 75 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
OK, I wish I had ask some days earlier . . . it´s a CP2102 Chip. So I will order another. |
Beta Was this translation helpful? Give feedback.
-
ESP8266 wemos D1 mini CH340G works fine. I use it with my setup. It's a bit a pain to provide a system driver for Windows and older macOS but under Linux it works out of box. |
Beta Was this translation helpful? Give feedback.
-
Back from holidays and in the meantime my "ESP8266-12F WLAN Module CH340G" has arrived. I flashed it with "WLED_0.13.0-b2_ESP8266.bin". By the way: in Wifi-Mode the ESP´s web interface is not reachable while HyperHDR is accessing it ("Connection to light failed!"). Is that correct? With my former ESP (CP2102 Chip) the web interface stays accessible. |
Beta Was this translation helpful? Give feedback.
-
If you flashed it with the official WLED release then you can't use 2MB awa protocol. You can use only 115200 adalight with disabled awa protocol. Make sure that it works first with such settings. |
Beta Was this translation helpful? Give feedback.
-
You should stay with the official WLED as you've already flashed it first and as I suggested. It's not a normal behavior for ESP device, maybe something is wrong with the flash procedure or in the flash memory itself..sometimes WLED-AP doesn't not appear after an upgrade because it remembers some things and the device www panel IP/address name depends then on the router assignment. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
You've probably searched for that: https://github.com/awawa-dev/HyperSerialWLED/releases/tag/v3.0.0.0 |
Beta Was this translation helpful? Give feedback.
-
OK, there are two different solution to have 2Mb transmission if you have capable ESP with CH340G:
Just to avoid the confusion because I don't know what are your settings now ... Please first test your setup with the original WLED 0.13 to verify that everything is working OK. Flash nodemcuv2_ESP8266.bin from https://github.com/awawa-dev/HyperSerialWLED/releases/tag/v3.0.0.0 |
Beta Was this translation helpful? Give feedback.
-
Here are some logs: By the way, the colors are not all wrong, some of them seem to be correct. |
Beta Was this translation helpful? Give feedback.
-
Setting static color from HyperHDR works (even with 300 LEDs), all LEDs same color, no flickering Reducing to 100 LEDs: |
Beta Was this translation helpful? Give feedback.
-
device path /dev/ttyUSB0 will change if I choose another USB port? |
Beta Was this translation helpful? Give feedback.
-
Device path should remain the same if you switch to other USB port. I run 270 leds using adalight at 2000000 speed (before switching to HyperSPI) so this is not a problem as you have ch340g now. Now as you have a working setup for the 100 LEDs try to flash nodemcuv2_ESP8266.bin from https://github.com/awawa-dev/HyperSerialWLED/releases/tag/v3.0.0.0 |
Beta Was this translation helpful? Give feedback.
Hi
In 99% of cases it turns out that ESP doesn't have 2Mb capable chip onboard (for example cp2104, CH340G ...it's written in the requirements). So first thing you should do is to verify it on your board. One chip should have similar marking. If it's popular cp2102 it won't work as it's only 1Mb capable.
Regards
Awawa