Hi all,
I want to connect a Nodemcu Lolin V3 to a nRF24L01+. I'm using the library RF24-master.
I tested the circuit with 2 Arduino Nanos and all was Ok (1 button on a Nano and 1 led on second Nano lighting when button is pressed).
But when I try to make same circuit changing Nano's to Nodemcu nothing works.
Presumably if the NodeMCU can do SPI it can communicate with an nRF24.
But it seems a strange combination and I wonder if having a WiFi transceiver and an nRF24 transceiver in close proximity (both working in the 2.4GHz band) would cause problems.