-
Notifications
You must be signed in to change notification settings - Fork 19
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
BLE commands and services #13
Comments
Open
Hey, these CMDs where already reverse engineered and some are implemented in the WebFlasher for simple use :) |
@atc1441 Are they documented somewhere? |
The source from the https://atc1441.github.io/ATC_RF03_Writer.html is pretty good readable for that matter :) |
@atc1441 I only see a few commands documented in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: this basic implementation looks pretty interesting: https://github.com/tahnok/ATC_RF03_Ring/blob/python_client/python_client/client.py
Edit 2: and the corresponding blog articles:
cc @tahnok
I did some reverse engineering and here are my findings:
List of services:
List of commands:
You can see how these commands are used in
com.oudmon.ble.base.communication.req
and how the responses are parsed incom.oudmon.ble.base.communication.rsp
.The text was updated successfully, but these errors were encountered: