I have a lots ibeacons. I want to parse ibecon signals with nrf24. I use arduino uno. I know nrf24 detect ibeacon signals (i see this with arduino) but i cant parse them. Is it possible? Are there any exapmle like this?
xmafx:
I have a lots ibeacons. I want to parse ibecon signals with nrf24. I use arduino uno. I know nrf24 detect ibeacon signals (i see this with arduino) but i cant parse them. Is it possible? Are there any exapmle like this?
A quick google search yields this and this. The second link is based on the first one.
A quick skim of the test says you cannot accept connections as the nRF24L01+ can only read 32 byte packets and the iBeacon sends at least 37 bytes.
Thanks for answer. When wait receive data , i must set pipe address. I don't know, how know i find ibeacon's pipe address? or Have Ibeacons a pipe address? or Can i read data without pipe address?
I wanna scan 2 or 26 or 80 channel. Then i wanna parse signal data from coming this channels. Is it possible?