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

RedBearLab BLE shield + arduino + nrf24l01 module

Hello,

I'm using thhe BLE shied, which uses the nRF8001 chip, with arduino Mega.

I'm trying to connect the Rf module nRF24l01 to receive data from another arduino and send them via bluetooth to mobile APP. I'm having troubles with the SPI communication between the devices, it seems that they doesn't share the SPI communication bus.

I'm using the NR24 library, and when I upload the code in arduino, the bluetooth becomes unvailable.

I've searched a lot how to do that, does anybody know how to set the SS pins of devices, and how to communicate the codes with both working? BLE shield with the nRF24l01?

Thanks a lot!

Related