-->
Page 2 of 3

Re: RSSI from promiscuous mode packets...

PostPosted: Wed Jan 21, 2015 3:39 pm
by jcmvbkbc
rozap wrote:I guess since it's in the preamble

It is not in the preamble, it's not in the packet at all.
It is measured by the hardware during preamble reception.

Re: RSSI from promiscuous mode packets...

PostPosted: Wed Jan 28, 2015 9:21 pm
by rozap
jcmvbkbc wrote:
rozap wrote:I guess since it's in the preamble

It is not in the preamble, it's not in the packet at all.
It is measured by the hardware during preamble reception.


I guess that makes more sense, and I'm assuming there's no way to get at that measured value unless exposed through the SDK. I don't see anything in the SDK that suggests it's possible. :(

Re: RSSI from promiscuous mode packets...

PostPosted: Thu Jun 25, 2015 7:33 am
by Lotus
It seems you can now pull up the RSSI of the packet received in promiscuous mode:

SDK Programming Guide v1.1.2 pg 141

struct RxControl {
signed rssi:8; // signal intensity of packet
.
.
.

Re: RSSI from promiscuous mode packets...

PostPosted: Sun Aug 16, 2015 11:53 am
by Brannon Dorsey
Has anyone had any luck with @Lotus's solution? Also, just to be clear, is this possible in Monitor mode vs. Promiscuous mode?