You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I found your repo really useful, it mirrors what I'm seeing over the UART of my H6125. I believe they are based on the same protocol. My LED strip outputs a nicely formatted BLE packet over UART every time my phone sends it something and some others on boot. Its 115200 baud for anyone wondering.
You may notice the packets have weird characters and corrupted bits, thats because my UART connection is a bit shoddy and can't quite handle it. I may need a new UART to USB cable or to properly ground it. This is especially bad on the boot sequence!
I think this may prove very helpful when trying to understand more complicated patterns and things like the music audio connection (reactivity over bluetooth using the phone's microphone rather than the controller).
The text was updated successfully, but these errors were encountered:
Hi there! I found your repo really useful, it mirrors what I'm seeing over the UART of my H6125. I believe they are based on the same protocol. My LED strip outputs a nicely formatted BLE packet over UART every time my phone sends it something and some others on boot. Its 115200 baud for anyone wondering.
In the following gist I
https://gist.github.com/Possibly-Matt/dfe12776d3d725ae087bd08b6d14e896
You may notice the packets have weird characters and corrupted bits, thats because my UART connection is a bit shoddy and can't quite handle it. I may need a new UART to USB cable or to properly ground it. This is especially bad on the boot sequence!
I think this may prove very helpful when trying to understand more complicated patterns and things like the music audio connection (reactivity over bluetooth using the phone's microphone rather than the controller).
The text was updated successfully, but these errors were encountered: