Open devnoname120 opened 4 months ago
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 checkNotifyData()
in the source code. Did I miss something?
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
.