I am using an Adafruit Feather Bluefruit 32u4 and I am aware that when you are paired and connected with your phone you can get the RSSI using the command AT+BLEGETRSSI which has to be typed into the serial monitor, but does anyone have any idea how to get the RSSI within the code, like for example stored in a variable or even to check using an if statement if the RSSI value is below a certain number, e.x. -80?
Thanks