This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

iOS iBeacon proximityUUID

I'm looking to use the nRF51822 as an iBeacon transmitter for iOS, reading the docs it appears that I need to know the proximityUUID of the sensor that I can set the OS to tell my app when the OS reads this specific sensors. So far I have been unable to find the proximityUUID of the sensor. From what I've read this should be something read-only on the device, so my question is how can I read this? Any thoughts or suggestions?

Thanks

iOS details developer.apple.com/.../Reference.html

Parents
  • I am trying to build iBeacon profile based on the above mentioned code. I have few doubts. Is it possible just initialize all the above mentioned parameters in the main loop and just run the softdevice forever. I would like to advertise indefinitely. so I am using BLE_GAP_ADV_TIMEOUT_GENERAL_UNLIMITED in non connectable mode.My main loop looks something like this and I am not waiting for any event. Just broadcasting id and my application does not run forever but just initializes softdevice.

    ......

    << above example code>>

    int main(void) { ble_stack_init(); radio_notification_init(); gap_params_init(); advertising_init(); sec_params_init(); advertising_start();

    }

    Does the softdevice run forever after this. I would like to power optimize it. Does device goes to sleep between advertising events. I would like to advertise 3 times per second. Is this the best way to do it? I would like to know how can disable all other functions except broadcasting to optimize for power. How can I do it?

  • Hi AJ,

    Were you able to make your Nordic device iBeacon Firmware discovered by an iOS application? We're currently planning on writing this firmware for a solutions.

    Thanks! -Eric

Reply Children
No Data
Related