Search found 1 match
- Sat Aug 24, 2024 6:38 pm
- Forum: Sample Code
- Topic: Calculating RSSI value while using ESP_NOW protocol
- Replies: 0
- Views: 5411
Calculating RSSI value while using ESP_NOW protocol
Hi, I have been using ESP_NOW protocol to create a many to one network with my ESP32 wroom, I want to check the RSSI value of to calculate the distance between 2 ESP32. Below is the Reciever code, but it Outputs a constant value of -93. #include <stdio.h> #include <string.h> #include <esp_log.h> #in...