Hi,
I'm trying to interface the nRF8001 using an MSP430 device (specifically Adafruit's breakout board and MSP430fg439) for sending analogue data from the sensor hosted by MSP430 out to a smartphone.
I have followed the example from this thread (devzone.nordicsemi.com/.../, the BLE Demo.zip), making adjustments to only to main.c, hardware.h, spi.c, and hal_aci_tl.c
I have been able to pair my device with Nordic's UART android app. However, I cannot receive/transmit after pairing, even though there was no indication of unpairing. I have tried to diagnose the problem using a logic analyser:
I suspect there should be some activity in the MOSI, REQ, RDY, and RST line after pairing for handshakes, but I don't see it here, and I cannot figure out how to sustain this connection for transmission of data.
Thank you very much.