renatobo / bonogps

A GPS setup to log your track lap times, based on ESP32, with the ability to interface with several mobile phone apps that log your speed and position via Bluetooth Low Energy, Bluetooth or WiFi
MIT License
57 stars 18 forks source link

first BLE connection fails #23

Closed renatobo closed 3 years ago

renatobo commented 3 years ago

Device name is not recognized correctly until a connection with another BLE client is performed (e.g. LightBlue) E.g. device shows up as either Nimble or a shorter version of its name

renatobo commented 3 years ago

This seems to be due to iOS caching of previous identifiers - while it is still a problem if you re-use a previously used ESP32, there is no solution at the moment