-
Notifications
You must be signed in to change notification settings - Fork 5
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
Read UUID,RSSI value? #1
Comments
Hi vivekalways. As you can see, the app only shows the payload of advertisements and doesn't show another data like RSSI. However, we are going to study this proposal in order to add it in the future. Anyway, you can try something. If you look at line 85-89 of main.c, you will see the following:
The function "ble_evt_handler" is responsible of show the payload of the advertisement. This function receives this parameter:
And the structure p_ble_evt has the following field (uint8_t):
So probably, you can add this:
I can't test this by now, but i hope this helps. |
thanks a lot... |
Hi, I am trying the same as @vivekalways but I don't really know how to do it. Did you finally get the RSSI and UUID? Thanks! |
Hi, |
Hi martatracktio, We are working on this. We will release a new version with this suggestion implemented the following days. |
Hi manumonti, |
hi ,
i m new to this NRF52840...i m using this code to scan beacon value from NRF52840..while m running this Beacon scanner, i can read packets of beacon data..how should i split that data to read RSSI value?
please help me out..Thanks in advance
The text was updated successfully, but these errors were encountered: