I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think I am not regeresting and ACI Events. I then added a Serial.println("Loop Complete") to the end of the sketch as so:
// No event in the ACI Event queue // Arduino can go to sleep now // Wakeup from sleep from the RDYN line Serial.println("Loop Complete");
Now when I run this after the nRF8001 Reset done message all I get is the Loop Complete message in the serial monitor. Please help me on where to start looking for this issue with my setup.