Skip to content

estshorter/MHO-C303-timesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sync the time of MHO-C303

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published