Arduino + BlueSMiRF

Hi all,

I am playing with Arduino Uno + BlueSMiRF module. My goal is to detect if the Bluetooth connection is on or off. While the connection is off, I would like to stop some sensing operations and stop writing serial port on the Arduino side. Is there any method to pull out the Bluetooth connection status?

Thanks in advance.

Have you looked into the GET commands for the BlueSmirf?

I think "GK" might point you in the right direction which shows either a 1 or 0 depending on bluetooth connection state.