Recovering device's internal clock
vulcainman opened this issue · comments
Thanks for your nice project, it gave me a lot of information about Omron devices' Bluetooth protocol. I would like to implement other features in relation with devices' internal clock (how to recover it, to reconfigure it, etc...) and I've several question :
- Do you have any information concerning devices' internal clock ?
- How did you get EEPROM address and data format for measurement information (official documentation reverse engineering, communication analysis, EEPROM diff analysis) ?
Thanks !
Hi @vulcainman,
on hem-7600 it should be a read around 0x276, and the first byte is the year+2000, the second byte the month and so on.
Deleted the comment to protect personal info, check your mail 😄, thanks for the info.
Best,
Benjamin
For future reference the clock sync is now included in the HEM-7322 driver in the current development branch
omblepy/deviceSpecific/hem-7322t.py
Lines 39 to 54 in dc64413