MHO-C303-timesync icon indicating copy to clipboard operation
MHO-C303-timesync copied to clipboard

Sync the time of MHO-C303

MHO-C303-timesync

This software synchronizes the time of the system with that of MHO-C303. Tested with GCC 10 on Ubuntu 21.04 on Raspberry Pi 4 Model B. This should work for lywsd02 too.

mho-c303

(image from ble-monitor)

Dependencies

How to build

cmake -B build -S .
cmake --build build

release build

cmake -DCMAKE_BUILD_TYPE=Release -B build -S . -GNinja
cd build && sudo ninja install

References