You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Florian! Awesome stuff!
I have implemented this with no issues using an arduino uno and the nrf24l01. I am hoping to use this to catch ble tags. The only info I need from the tag is major and minor. Are those contained within the packets of hex I am receiving from my ble tags? Or what does that payload contain?
I thank you in advance for your time.
Thank you!
Harvey
The text was updated successfully, but these errors were encountered:
The nRF24L01+ only can receive up to 24 bytes of data after the address, so a full iBeacon message won't fit in there, in particular major and minor number will be cut off. You'll only be able to see most of the UUID... (see also https://en.wikipedia.org/wiki/IBeacon#Technical_details).
Hello Florian! Awesome stuff!
I have implemented this with no issues using an arduino uno and the nrf24l01. I am hoping to use this to catch ble tags. The only info I need from the tag is major and minor. Are those contained within the packets of hex I am receiving from my ble tags? Or what does that payload contain?
I thank you in advance for your time.
Thank you!
Harvey
The text was updated successfully, but these errors were encountered: