Hi,
I am trying to setup the nrf8001 by sending the setup commands from my microcontroller. After I send the complete setup packet (21 commands) I receive, as expected, the ACI_TRANSACTION_COMPLETE command (0x02). At this point I am not sure what should happen. Looking at the datasheet I should receive a Device_Started_Event again (I am not sure if the nrf8001 module has to reset though) and the nrf8001 should be visible by the phone and connect it. The problem is that nothing happens after I receive the ACI_TRANSACTION_COMPLETE command (0x02). No device_started_event, no Reset, nothing. Do you have any clue?
Claudio