Hi, I hope someone can help me out here. I need NRF24 on SPI1, because I have an ethernet on SPI.
Below my code (simplified). From as soon as I add
RH_NRF24 nrf24(4,5,hardware_spi1);
I get tons of errors.
When I use
RH_NRF24 nrf24(4,5);
All works fine, but that is on SPI.
Other question...