Hi
I am trying to use the Arduino UNO Wifi Rev2 in order to collect to multiple BLE beacons simultaneously and get the respective RSSI value with a given frequency in order to collect data.
I am able to connect with one beacon at a time but is it possible to do for multiple beacons simultaneously?
If so, any suggestions on how to do so?
You can do nothing "simultaneously", as radios on the same channel can interfere with each other, and a single processor can handle only one radio on one channel at a time.
For helpful suggestions please phrase the problem more realistically.
On the other hand, you will, like most people, almost certainly find the RSSI values to be useless for any practical purpose, especially for distance estimation.
I just want an approx distance, that's why data from multiple beacons is desired to improve reliability.
Is there no way run a script such that I can move around my test setup with the chip on board and get the RSSI values at specific time intervals?
(similar to how one would get IMU values)
Sure there is, just not simultaneously from several beacons. Do one thing at a time, cycling through the possibilities.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.