Search found 4 matches

by JeanPinhal
Mon Nov 15, 2021 5:29 pm
Forum: General Discussion
Topic: How can I get MAC related to RSSI on multiple ESPNOW?
Replies: 0
Views: 1185

How can I get MAC related to RSSI on multiple ESPNOW?

How can I get MAC related to RSSI on multiple ESPNOW?
I'm creating a project that I need to know RSSi and MAC together. I've already used the post code:
viewtopic.php?t=13889

But I can't exactly know which slave I'm measuring.

Need help
by JeanPinhal
Thu Nov 04, 2021 2:32 pm
Forum: General Discussion
Topic: ESP-NOW protocol measure receiver power strength of signal strength
Replies: 6
Views: 15283

Re: ESP-NOW protocol measure receiver power strength of signal strength

How can I get MAC related to RSSI on multiple ESPNOW?
by JeanPinhal
Thu Sep 16, 2021 3:01 pm
Forum: ESP32 Arduino
Topic: how can I get wifi rssi at faster rate
Replies: 6
Views: 13810

Re: how can I get wifi rssi at faster rate

A simpler and easier solution is to go to the WifiScan.h file and change the value of

Code: Select all

uint32_t max_ms_per_chan
[/b] which defaults to 300, change it to 80 which is an acceptable value. :D