Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H6125 UART port #2

Open
possibly-not opened this issue Aug 13, 2021 · 1 comment
Open

H6125 UART port #2

possibly-not opened this issue Aug 13, 2021 · 1 comment
Labels
Enhancement New information regarding a product Undocumented Product Need to create a markdown file for this product

Comments

@possibly-not
Copy link

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

  • powered on the strip
  • connected my phone
  • changed brightness from 1% to 100%
  • changed colours to red
  • changed colours to green
  • changed colours to blue

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).

@egold555
Copy link
Owner

Awesome! Thanks for this. Apologies for the late reply, I've been swamped with school.

Going to leave this issue open until I find some time to turn this into a markdown document

@egold555 egold555 added Enhancement New information regarding a product Undocumented Product Need to create a markdown file for this product labels Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New information regarding a product Undocumented Product Need to create a markdown file for this product
Projects
None yet
Development

No branches or pull requests

2 participants