-
Notifications
You must be signed in to change notification settings - Fork 34
H6125 UART port #2
Copy link
Copy link
Open
Labels
EnhancementNew information regarding a productNew information regarding a productUndocumented ProductNeed to create a markdown file for this productNeed to create a markdown file for this product
Metadata
Metadata
Assignees
Labels
EnhancementNew information regarding a productNew information regarding a productUndocumented ProductNeed to create a markdown file for this productNeed to create a markdown file for this product
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).