Hello
I plan to use two Bluefruit LE Micro devices that contain the nrf51822 as BLE beacons. I also plan to use a BLE receiver (on another arduino) to receive the beacons and also be the home automation hub. for my application, I need the BLE beacons to transmit very fast (about 20-50 times a second) and ONLY upon user request (since I want to synchronize them both not to transmit on the same time) so i need something like : wait 10 msec, ask beacon1 to transmit, wait 10 msec, ask beacon2 to transmit, wait 10 msec, ask beacon1 to transmit, and so on...
can this be done with nrf51822 ? what is the easiest way to achieve this?
Thanks a lot Okmi