Hi,
As has been explained numerous times in posts on this forum and many others, mapping RSSI to a distance measurement is notoriously difficult and inaccurate. I was hoping to implement a machine learning algorithm (such as a classifier) trained with a set of data collected in the specific environment the system will be used in. The system is 2+ nRF52832's picking up each other's advertisements and mapping the RSSI values to distances using the ML classifier.
My question is, will this actually work as implemented using the boards' MCU's alone (does the nRF52832 have enough processing power, will it draw too much energy, etc...)? Will I need to send information to a central processing unit to do the energy intensive calculations? Or do you recommend we ditch the ML altogether and go for a more classical algorithmic approach?
Thanks!