Using SPI Bridge with HyperSerialWLED #219
Replies: 2 comments 1 reply
-
Hi
One ESP device could not handle both SPI and adalight serial communication so 2 ESP devices are needed (one for SPI and the other for HyperSerialEsp8266 or HyperSerialEsp32). While I haven't tested the exact same setup, I don't see any reason why it shouldn't work: just create 2 instances in HyperHDR. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response! Can I also just pick your brain to see what
the real world performance impact of using the 921600 speed vs 2000000
speed serial driver would be? Will I see any major performance difference
using hyperSPI vs HyperSerialEsp8266?
…On Sun, Feb 20, 2022 at 11:36 AM Awawa ***@***.***> wrote:
Hi
You may be right about the reason why HyperSerialEsp8266 didn't work. In
HyperSerialWLED you can find special release using slower speed
(special_version_speed_921600_only_HyperSerialWLED_ESP8266) than should
work on 921600 instead of 2Mb: that speed should be also set in HyperHDR
Adalight driver for that release. Usually that version works fine on some
problematic ESP boards. You can also modify and compile HyperSerialEsp8266
for 921600 if it works.
Is there any way to continue to use the SPI connection (non-USB), but also
HyperSerialWLED flashed on the esp8266? I could not find anything related
to this in your documentation, but if I missed something I apologize.
One ESP device could not handle both SPI and adalight serial communication
so 2 ESP devices are needed (one for SPI and the other for
HyperSerialEsp8266 or HyperSerialEsp32). While I haven't tested the exact
same setup, I don't see any reason why it shouldn't work: just create 2
instances in HyperHDR.
—
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXSIX5KSUFP5UPZSZNCPC3U4EJ7ZANCNFSM5O4RZ3HA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello! I have a working setup with HyperHDR, and I have a question for you if you don't mind! My setup is below:
I was not able to get this esp8266 working with HyperSerialEsp8266. I was able to get this esp8266 working with HyperSerialWLED (WLED protocol ONLY, not adalight protocol). Finally wiring the pi/esp8266 for SPI and flashing with HyperSPI worked. Reading through some of the discussions and issues in your github repos I believe that I have counterfeit esp8266 from amazon that does not support 2M bandwidth.
Is there any way to continue to use the SPI connection (non-USB), but also HyperSerialWLED flashed on the esp8266? I could not find anything related to this in your documentation, but if I missed something I apologize.
Thank you for all the great work you've done on these projects, it is truly amazing!
Beta Was this translation helpful? Give feedback.
All reactions