I have a custom PCB and i have connected the MISO,MOSI,SCK,REQN and RDYN line from the nRF 8001 to Arduino. And uploaded your code of ble_uart_project.ino but nRF 8001 does not started advertising. When i debugged closely i came to know that nRF 8001 does not get reset as i am not getting any event from lib_aci_event_get() function. Sometimes i got error printed on Serial Monitor and i.e "Error in Setup" . I even tried Projects given by Red Bear Labs with their libraries, but still not able to get any event from nRF 8001 and it clearly means that nRF 8001 is not getting Reset.Because as soon as it get Reset i will get an event ACI_EVT_DEVICE_STARTED, but i am not getting this evt.
The custom PCB and the connection are absolutely right and i am powering nRF 8001 from 3.3V supply only.In the above setup i have not connected Reset pin from nRF 8001 to anu pin on Arduino? Do i need to connect this? Can you provide the code snippet which actually Resets the nRF 8001. I had even tried resetting through soft reset with the help of this function lib_aci_radio_reset() but again the same issue?
Help me over this!!