Evolwe Ring
Connected Health · Wearable
The constraint
A smart ring streams biometric data continuously, from a battery that cannot afford a chatty radio, to a phone that is often asleep, over a link that drops whenever the wearer walks into another room.
- Kotlin Multiplatform
- BLE
- PubNub
- Node.js
- Next.js
- TypeScript
Approach
BLE transport with reconnection and backfill built into the protocol rather than bolted on. Real-time fan-out to companion apps and dashboards, shared domain logic across Android and iOS so a firmware change lands once, and an AI layer over the resulting time-series.
What it demonstrates
Hardware-to-cloud ownership: firmware boundary, mobile runtime, realtime backend and the analytics on top, built as one system.