fbiego / ESP32_OLED_BLE

Receive Android notifications on ESP32 with an OLED screen via Bluetooth LE. Also functions as a clock, time is set automatically via BLE when connected to the app.
MIT License
27 stars 9 forks source link
android arduino bluetooth-low-energy clock esp32 esp32-arduino esp32-internal-rtc notification oled smartwatch watch

ESP32_OLED_BLE

Receive Android notifications on ESP32 with an OLED screen via Bluetooth LE.

Also functions as a clock, the time is set automatically via BLE when connected to the app.

Videos

Features

1

Android app

Chronos

Download Chronos

Setup

Libraries

Download ChronosESP32 library from Arduino Library Manager or ChronosESP32

Extract the OLED_I2C & ChronosESP32 library to your Arduino libraries folder

The OLED_I2C library has been modified to include the flipMode() function