I would like to connect the NRF24L01+ transceiver module to a Raspberry Pi 2 Model B V1.1 and create a network connection between other NRF24L01+ modules.
There are many how-to's on the internet explaining how to connect the NRF24L01+ to an Arduino, but only a few of them explain connecting the NRF24L01+ to a Raspberry Pi. Unfortunately, I could only find how-to's dedicated to older Raspberry Pi versions than the Raspberry Pi 2 Model B V1.1. Those lead to code compilation errors and problems with the different processors (ARMv6 and ARMv7).
Does anyone know a tutorial / how-to / step-by-step-instruction in how to connect a NRF24L01+ to a Raspberry Pi 2 Model B V1.1?