Hello.
I use BLE Shield V.2.1 of RedBearLab.com for Arduino. The shield equipped nRF8001.
After about 62ms from reset nRF8001 by putting Low signal in Arduino pin 4 (set it on a reset pin), at first main board (NUCLEO-L053R8) recieve "0x00 0x82 0x40 0x01". And next, after about 510ms from avobe signal, main board recieve "0x01 0x04 0x81 0x02 0x00 0x02"(maybe "DeviceStartedEvent").
Is this behavior right?
I assume that it may be right to recieve "DeviceStartedEvent" first after reset.