mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-27 01:57:32 +01:00
b44b0fec7e
Works: - notifications - call notification - set time - setting brightness - setting 24h/12h format - sending weather Note - this is implemented using using the classic bluetooth serial protocol, the device can do BLE, but I don't know how to use it, as I did not have the offical app to sniff. - The information about the protocol comes from here https://github.com/jfroehlich/node-p1x3lramen/blob/main/source/devices/pixoo.js TODO: - Enable beep? Possible? I heard it beep once at least when switching it on - Getting out of factory mode? Why does it always play animations even when I switch to the clock? - Implement switching modes (can be done with the button) - Implement sending own images and animations - Firmware update? - ...