Hi Guys,
I'm working with nRF8001 BLE with PIC18F microcontroller, well i have succesfully completed my project but their one last thing i have to add i.e sleep and wakeup i have followed nRF8001 PRoduct specification and even checked source code. Now my doubt is how do i call sleep and wakeup. As is their any specific API their, if not how do i implement one. i have checked they have declared sleep with code 0x04 and wakeup with 0x05 in aci_cmd_opcode_t.
NOTE: I have to call sleep when my microcontroller is about to go in power saving mode. once microcontroller wakeup i have to wakeup nRF8001.