Hello,
I am using nrf51822 and I want to get RSSI values as much quick as possible(around 20 samples per second) .
Previousely I used MCP and decreased the scan interval to do that and then extracted the RSSI from the log file that MCP generates. But when using two or more sensor, it is not possible to use MCP for all of them. So how can I get the RSSI values of two or more sensor? I chose the title as serial connection beacause I think if I there is any way I can just have a serial connection for getting the RSSI values(not using MCP app on my PC) it will be possible to do that.
Any help would be appreciated. Thanks in advace.