alexanderlavrushko / BLE-HUD-navigation-ESP32

Shows navigation instructions received from the phone (e.g. "After 200m turn right")
75 stars 23 forks source link

From/to table for data meaning #28

Open aleonnet opened 7 months ago

aleonnet commented 7 months ago

Hi @alexanderlavrushko awesome job! Contratulations! It's a pity other Apps doesn't support BLE HUD like Sygic, even though it's iOS only.

How can we get the table for data meaning? perhaps beyond the basic data, like... it'll be nice do have the distance and time remaining.

<< Data example: 0x01320A3335306D, meaning: basic data (0x01), current speed limit is 50km/h (0x32), turn right (0x0A) in 350m (0x3335306D, not null-terminated string)

alexanderlavrushko commented 7 months ago

Hi @aleonnet, thank you! Currently there are no more data from the app, so it just doesn't send distance and time remaining.