Skip to main content

Driver identification via BLE beacon/and/or smartphone

A smartphone can be used for driver registration. It can either serve directly as a registration source or be configured to act as a beacon. To achieve this, a third-party application called nRF Connect will be used.

Updated over 3 weeks ago

An iBeacon will be created based on the

Steps to Test the Solution

1. Install nRF Connect

Download and install the nRF Connect application.

2. Create an iBeacon

• Open the Advertiser tab and click the + button.

• Add a beacon name and click ADD RECORD

• Select Manufacturer Data.

Enter the company identifier and 16-byte data.

o Begin with the beacon type and data size.

and data (16 bytes):

o Start with beacon type and data size values:

o Add 16 bytes. This will serve as your unique ID number for the list of authorized IDs in the configurator.

• Add major and minor values.

So, you should end data with similar structure:

Your data structure should look like this:

• Blue: beacon type and data size

• Green: your created UUID

• Yellow: major and minor values

• Click OK.

• Your iBeacon will now appear in the advertiser list. Enable it by switching the toggle.

2. Prepare the configuration file:

• Use mandatory registration with the BLE beacon as the registration source.

• Add the UUID number you created earlier to the list of authorized IDs.

• Enable IO to monitor the BLE driver ID.

• Upload the configuration file to the device.

Once complete, you can verify in LiveIO that your beacon has been successfully detected.

Did this answer your question?