Is there any way to monitor what is being sent to the WT-11 module via UART?
I'm trying to implement deep sleep on the WT-11 and can run the iWRAP "TEST DEEPSLEEP" command successfully but the deep sleep lasts for less than a minute. The iWRAP datasheet says that this command "Puts the module into deep-sleep after a delay of half a second until woken by a reset or activity on UART."
I don't think I'm doing anything that should end deep sleep. Is there something lower level on the ArduinoBT that may be interferring?
I also can't get the "SLEEP" command to work, this may be related.
(The code I'm running is here)