-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ant-bms is compatible? ANT-BLE16S device name #4
Comments
Sorry, I have no idea. But I will leave this issue open and hopefully someone will answer you. |
I have found this repo that looks amazing there is any updates? |
@rdaguerre I'm trying to work it out myself with ESP32 and BLE. As far as I understand, you subscribe to the service and then write {0xDB, 0xDB, 0x00, 0x00, 0x00, 0x00}. You will get in the callback a series of bytes, it looks like this:
I'm now trying to unpack this and understand how it work, but I think you just need to add them all together. It just sends 7 notifications 20 bytes each so it's 140 bytes together. |
Look here: user manual.zip |
@gmbo Brilliant! thanks! |
Hi, I've been looking for information on ant-bms for a long time. I am needing to use the BLE to use with the micropython and esp32. The only thing I could get so far is to use the command 0xdbdb00000000 and send me 20bytes in response. In other ble app i can read few more bytes. Could you tell me if these commands work here? Because I tried a couple of status from here and I don't get any notification. Greetings and I hope someone knows. Greetings
The text was updated successfully, but these errors were encountered: