hello
I would like to print RSSI between transmitter and reciever, but without establishing BLE connection
is that possible? if so then how?
hello
I would like to print RSSI between transmitter and reciever, but without establishing BLE connection
is that possible? if so then how?
If you are not in a connection, it should be possible to get RSSI value of the advertisement and scan request between peripheral and central.
For instance RSSI should be part of the advertisement event and scan request events from the softdevice.
When scanning, and a peripheral send an advertisment:
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/structble__gap__evt__adv__report__t.html
When advertising, and a central send a scan request:
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/structble__gap__evt__scan__req__report__t.html
Though you may need to enable RSSI reports by calling:
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s332.api.v5.0.0/unionble__gap__opt__t.html?cp=2_3_4_0_0_2_2_4_58