ESP-MDF RSSI Reading at specific node/Indoor Positioning

fjalonzo
Posts: 4
Joined: Mon Oct 29, 2018 2:06 pm

ESP-MDF RSSI Reading at specific node/Indoor Positioning

Postby fjalonzo » 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.

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);
    }
Is getting the RSSI for siblings possible?

or

when is the indoor positioning to be released?

Who is online

Users browsing this forum: No registered users and 24 guests