Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.97 KB

readme.md

File metadata and controls

30 lines (17 loc) · 1.97 KB

Del Sol Clock

This is a project to replace the clock in my car with an ESP32 and a small display.

The replacement clock screen will display time, the currently playing music, and iOS notifications.

Bluetooth low energy is used to communicate with a phone. Note, some services should support any BLE phone, for example the current time service. However the Apple Media Service and the notification service only support iOS.

Features

Apple Media Service

This displays the current playback information from the iPhone. It doesn't currently support playback controls (e.g. next/previous track).

Apple Documentation.

Special thanks to the following examples. As far as I can tell, this hasn't been implemented using the Arduino ESP32 board library before.

Current Time Service

This gets the current time.

Current Time Service Documentation

Note, the documentation is split over several PDFs. See CurrentTimeService.cpp for more documentation links.