Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.47 KB

m365charger

Friendly charger for m365. Reads BLE packets from battery status to stop charging as recommended charge level is 20%-80%.

Still a project to be developed. These are main ideas.

Requirements

[image] https://i2.wp.com/randomnerdtutorials.com/wp-content/uploads/2018/06/GATT-BLE-ESP32.png?w=750&ssl=1 https://circuitdigest.com/microcontroller-projects/esp32-ble-client-connecting-to-fitness-band-to-trigger-light

GATT: Profile->Service->Characteristic(Properties,Value,Descriptor)

There are services for Battery monitor, heart rate, ectc, ...

Characteristics are owned by a service. Properties inform about data accessing, value is raw data and descriptor is an uuid.

We will create a BLE client that will connect to m365 server.