I’m getting multiple devices for the UUID of my Android Companion app. I just started using iBeacons, with the goal of just using it as an overall device tracker to see if I am home (along with GPS and wifi). But the device for the device_tracker keeps changing.
Do I have something configured wrong that is making the app send a new device with four random alphanumeric characters at the end (like 3E24)?
you can ignore the parts that are Apple specific. I skipped all those without problem. The super short version is to flash an esp32 with some custom firmware that will let you phone pair via Bluetooth, and when it pairs, it will spit out the IRK into the serial output. You can then use the IRK from there to add your device via Private BLE device integration.