ESP-NOW
-
- Posts: 8
- Joined: Mon Dec 30, 2019 4:20 am
ESP-NOW
In the esp-now user guide, it is mentioned that one can connect up to 10 encrypted pairs, but in esp_now.h "ESP_NOW_MAX_ENCRYPT_PEER_NUM" is defined as 6. Can someone please explain this, since I can't find enough documentation about ESP-NOW.
-
- Posts: 8
- Joined: Mon Dec 30, 2019 4:20 am
Re: ESP-NOW
Is there any way to get the rssi value using esp-now protocol?
-
- Posts: 8
- Joined: Mon Dec 30, 2019 4:20 am
Re: ESP-NOW
After some digging, I manage to get the RSSI value by enabling the promiscuous mode and implement filtering based on the frame control field of the mac header.
Re: ESP-NOW
Hi Mr Techtron,
I believe if you have only ESPNOW, you can have up to 10 encrypted pairs. If you are running both ESPNOW and have a wifi soft-AP, then you can only have 6 encrypted pairs.
I believe if you have only ESPNOW, you can have up to 10 encrypted pairs. If you are running both ESPNOW and have a wifi soft-AP, then you can only have 6 encrypted pairs.
-
- Posts: 8
- Joined: Mon Dec 30, 2019 4:20 am
Re: ESP-NOW
I'm using ESPNOW in WIFI_MODE_STA mode but can only add 6 peers.
In esp_now.h there is
#define ESP_NOW_MAX_ENCRYPT_PEER_NUM 6 /*!< Maximum number of ESPNOW encrypted peers */
I set it at 10 but I've got no success.
In esp_now.h there is
#define ESP_NOW_MAX_ENCRYPT_PEER_NUM 6 /*!< Maximum number of ESPNOW encrypted peers */
I set it at 10 but I've got no success.
Who is online
Users browsing this forum: No registered users and 55 guests