ESP-MDF RSSI Reading at specific node/Indoor Positioning
Posted: Sun Jan 06, 2019 2:06 pm
Hi,
I need help regarding in reading RSSI for distance computation. How to read the RSSI in a specific node? For example, A is the root then its children are B and C. B needs to read the RSSI of C.
This is the code for getting the children RSSI.
Is getting the RSSI for siblings possible?
or
when is the indoor positioning to be released?
I need help regarding in reading RSSI for distance computation. How to read the RSSI in a specific node? For example, A is the root then its children are B and C. B needs to read the RSSI of C.
This is the code for getting the children RSSI.
Code: Select all
for (int i = 0; i < wifi_sta_list.num; i++) {
MDF_LOGI("Child mac: " MACSTR " node rssi: %d", MAC2STR(wifi_sta_list.sta[i].mac), wifi_sta_list.sta[i].rssi);
}
or
when is the indoor positioning to be released?