Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What data is contained in the payload using recv file? #8

Closed
hm50 opened this issue Mar 5, 2016 · 1 comment
Closed

What data is contained in the payload using recv file? #8

hm50 opened this issue Mar 5, 2016 · 1 comment

Comments

@hm50
Copy link

hm50 commented Mar 5, 2016

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

@floe
Copy link
Owner

floe commented Mar 6, 2016

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).

@floe floe closed this as completed Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants