The company from which you bought the beacon DOES offer an APP (for both iOS and Android) which will allow you to configure the UUID and all the other parameters available in the beacon:
iOS: https://itunes.apple.com/es/app/ibks-config-tool/id929525388?mt=8
Android: https://play.google.com/store/apps/details?id=com.accent_systems.ibks_config_tool&hl=es
Also, in the support website, you can find enough information to help you implement your own application to configure the UUID (or everything you need). The connection with the beacon is made using the default BluetoothAdapter
and BluetoothGatt
in Android, and for iOS, using the default CoreBluetooth
framework. Once you connect and you know and understand the GATT structure, it is easy to modify the parameters and transmitted values.
Even more, there is an SDK for Android and some code exmple APP for iOS.
Check everything here:
https://accent-systems.com/support/
Or write a support ticket. WE will answer in less than 24 hours.
BR,