This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

blend micro SPI

I want to access an SPI-only sensor device from a Blend Micro.

There is a need to avoid collisions between the two uses of the SPI port for the sensor and the nRF chip. I tried testing ble_busy() to see if I could avoid the conflict that way. However, that always comes back with true.

Is there a way to briefly use the SPI port without disabling BLE completely? If not I don't know why the Blend Micro brings out 4 pins for SPI.

This did not get an answer from RedBearLab other than to suggest use of ble_busy(). See redbearlab.zendesk.com/.../68357923-SPI-interference-with-BLE-connection

Related