0x7231636b / drink-smart

Project for a smart scale mainly designed to keep track of drinking volume during the day
GNU General Public License v3.0
0 stars 0 forks source link

Implement Bluetooth support on microcontroller #5

Open liglig99 opened 5 months ago

liglig99 commented 5 months ago

To connect to the esp32 without the need for connecting with a wifi, we need to have Bluetooth support.

The Bluetooth connection can be used with the iOS / Android app. After the in app pairing process we can setup a wifi connection or use the smart scale detections with bluetooth only. The "offline" feature is not recommended, though, because the app has to be open all the time atm.

0x7231636b commented 4 months ago

This guide can be used to setup ble quickly: https://blog.octoco.ltd/building-a-live-data-feed-ble-application-with-react-native-and-esp32-6815b8c6dd43