is it possible to read the RSSI for each Advertising channel? Is this by the Bluetooth Low Energy S110/S120 stack supported?
is it possible to read the RSSI for each Advertising channel? Is this by the Bluetooth Low Energy S110/S120 stack supported?
With current S120, you get the RSSI for each advertising packet you receive, but you don't know which channel it was received on.
However, if you only need an Observer, it's actually pretty easy to implement this yourself, directly on top of the RADIO, in which case it would also be possible to get the RSSI fairly easily. You can refer to this question for another customer's Observer code.
May I ask what you intend to use this for? If you have a good use case where this feature would be needed, I can post a feature request internally. Please note that I can of course not promise that it will be implemented, but it can at least be considered for future releases.