Replies: 6 comments 3 replies
-
yes, it does / should. But you need to use a positive value, e.g. 110 for threshold -110 rssi. |
Beta Was this translation helpful? Give feedback.
-
Ok. So I sent "01 42" as a remote command to set rssi limit to 50. I saw
the value on the oled screen change to -50 but it had no effect on the
number of Bluetooth devices detected. Any thoughts?
…On Wed, 16 Jun 2021, 5:11 pm Verkehrsrot, ***@***.***> wrote:
yes, it does / should. But you need to use a positive value, e.g. 110 for
threshold -110 rssi.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#817 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHEOZ7DPEB7ALV4DOVQW2FTTTBFDFANCNFSM46YX7QRQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Will do, thanks!
…On Wed, 16 Jun 2021, 5:43 pm Oliver Brandmüller, ***@***.***> wrote:
AFAIK is RSSI Limiting (as well as MAC Filtering) not (yet) implemented in
libpax - please open an discussion/issue at the
https://github.com/dbSuS/libpax project
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#817 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHEOZ7G6K2MQTTVUJCLJJOTTTBI3TANCNFSM46YX7QRQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I added the rssi feature to the libpax lib in the fork used for paxcounter. /cc @spmrider @wally2511 Could you please re-test, using current paxcounter software in master branch? Please make sure that a local copy of the libpax library is updated, this should happen automatically in platformio, if not, delete the lib from disk by hand before build the paxcounter code. |
Beta Was this translation helpful? Give feedback.
-
I downloaded the current software from the master branch (confirming the
new library was included). I did some testing but couldn't get the RSSI
filtering to work for BLE.
I couldn't work out how I was supposed to offically
define ble_rssi_threshold so tried several options but it didn't take
effect.
…On Tue, 20 Jul 2021 at 23:31, Verkehrsrot ***@***.***> wrote:
I added the rssi feature to the libpax lib in the fork used for
paxcounter. /cc @spmrider <https://github.com/spmrider>
@wally2511 <https://github.com/wally2511> Could you please re-test, using
current paxcounter software in master branch? Please make sure that a local
copy of the libpax library is updated, this should happen automatically in
platformio, if not, delete the lib from disk by hand before build the
paxcounter code.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#817 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHEOZ7HYYAHTRBZNLS7ATR3TYV3DTANCNFSM46YX7QRQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I did some testing this weekend and can confirm the RSSI limit is working.
Thank you and well done!
…On Wed, 21 Jul 2021 at 22:00, Verkehrsrot ***@***.***> wrote:
Threshold value is set by a remote command, sent as downlink over the
LORAWAN.
The command is 0x01 0x where is an positive integer value for (negative)
rssi threshold. It is applied as filter on Wifi and BLE signals.
Example: Set threshold -90 rssi (or better) -> rcommand 0x01 0x5A
If you want to make the threshold persistent, add command 0x21 to save
setting to NVRAM -> e.g. 0x01 0x05a 0x21
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#817 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHEOZ7EOMGOS4COHNC5F6QLTY2ZEDANCNFSM46YX7QRQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I tested the paxcounter at work today and had a huge number of bluetooth devices detect, this is because our standing desks are bluetooth enable. I want to limit the proximity of the devices detect so I fiddle with the RSSI limit value. I tried values from -40 to -110 but it didn't seem to change the number of bluetooth devices detect.
Does the RSSI limit parameter apply to bluetooth RF or only to Wifi?
Beta Was this translation helpful? Give feedback.
All reactions