Search found 4 matches
- Sun Jan 06, 2019 2:06 pm
- Forum: ESP-MDF
- Topic: ESP-MDF RSSI Reading at specific node/Indoor Positioning
- Replies: 0
- Views: 3371
ESP-MDF RSSI Reading at specific node/Indoor Positioning
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. for (int i = 0; i < wifi_sta_list.num; i++) { MDF_LOGI...
- Fri Dec 28, 2018 5:15 am
- Forum: ESP-MDF
- Topic: ESP-MDF Broadcast from one node
- Replies: 4
- Views: 7634
Re: ESP-MDF Broadcast from one node
Hi ESP_LBB,
Yeah, that is for the parent RSSI. However, I would like to get the RSSI from the nonparent nodes or specific nodes (not the parent node).
Yeah, that is for the parent RSSI. However, I would like to get the RSSI from the nonparent nodes or specific nodes (not the parent node).
- Thu Dec 27, 2018 1:04 pm
- Forum: ESP-MDF
- Topic: ESP-MDF Broadcast from one node
- Replies: 4
- Views: 7634
Re: ESP-MDF Broadcast from one node
Thanks ESP_LBB.
Right now I would like to determine the RSSI from 1 node to another. Is that possible in the ESP-MDF? If so, what are the steps to be done?
Right now I would like to determine the RSSI from 1 node to another. Is that possible in the ESP-MDF? If so, what are the steps to be done?
- Fri Dec 21, 2018 6:44 am
- Forum: ESP-MDF
- Topic: ESP-MDF Broadcast from one node
- Replies: 4
- Views: 7634
ESP-MDF Broadcast from one node
How to broadcast in esp-mdf?
For example, in a circuit of 16 nodes then with a sensor/detector attached in each node. I want to send the data from the sensor/detector of node 1 to other 15 nodes if the value is changed.
For example, in a circuit of 16 nodes then with a sensor/detector attached in each node. I want to send the data from the sensor/detector of node 1 to other 15 nodes if the value is changed.