This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF51 Dongle and SPI

Hi,

are the GPIO pins broken out on the nRF51 Dongle configurable and can be used for SPI Slave tests? I have a running system powered by a ARM Cortex 4 (Teensy 3.1) and want to ad bluetooth.

My idea is to let the nRF51822 chip do everything regarding bluetooth and let the Teensy just send data via SPI to the nRF51822. As I am running a measurement with 1000Hz sampling on the Teensy I have no room to do more on the Teensy then send some values via SPI to the nRF51822.

I tried the nRF8001 but it seems like the Teensy has to do a lot of bluetooth management when running with the nRF8001 and the SPi connection is oftentimes blocked a couple of cycles from the nRF8001 (like in starting up or something....)

So basically I want to bye a nRF51 Dongle now and write the code of being a SPI slave just getting like 10 float values with like 50Hz and do all the bluetooth management (hope there is some sample code out delivered with the SDK). Then I want to bye the InsightSiP chip ISP130301 and use this one in my final prototype.

Is this possible? Is the nRF8001 maybe capable of doing the same and I'm missing something right now?

Best regards

Related