ChrisKheder/OBDApp

Unable to get name and unit values

Neham-13 opened this issue · 1 comments

Uploading IMG_91877721BD07-1.jpeg…

I cant get name and unit values. Always getting "No name" and "No Unit"

Hello,

The app reads the UUIDs of the services and characteristics and assigns predetermined values and names depending on the UUID.

The file CharacteristicDictionaries inside the Store map contains all the UUIDs with corresponding unit values and names as dictionaries. These dictionaries are then used to fetch the correct name and unit values. I would advise you to check the characteristic UUID that is being sent from the BLE peripheral, and then update the dictionary with the correct UUID.

Additionally, I've included more links related to this project, with one containing the code for the BLE peripheral. Where the UUIDs are configured.

Let me know if you need further clarification or assistance.