Quick update about my Pixel Watch projectProgress so far:Wear OS and Android appsStable and reliable Bluetooth connection between these twoBasic Flask backend serverPostgresql for data persistenceThe Wear OS app runs the Bluetooth server to which the Android app connects to. After a lot of troubleshooting and testing, i've managed to make it work. Even though i'm not sure why. Google claims that the Wearable Data Layer API is the only communication one can use. They even explicitly state that you cannot open a low level socket.I will now start building my own wearable API via the existing Bluetooth implementation. I'm very proud of the progress so far. I wasn't sure if this project will be possible.I will also try to reproduce the setup process so that one can setup the watch without needing to install the official Pixel Watch app even once.#google #pixel #pixelwatch #bluetooth #api #googleplay #googleplayservices #wearable #coding #dev #backend #development #privacy