Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Whandall
#45635 If you have an esp8266 with spi pins and two or three additional pins, a NRF library running on the ESP and the glue code to support/inject the NRF communication then you could make it work. If you have a solution, I would be interested.
User avatar
By elRey
#53989
Whandall wrote:If you have an esp8266 with spi pins and two or three additional pins, a NRF library running on the ESP and the glue code to support/inject the NRF communication then you could make it work. If you have a solution, I would be interested.


Why would you need those pins? Wouldn't it be all internal? Or are you suggesting have the MCU output to gpio pins that are then connected back to the module? I.e. the 12e/f have the radio pins exposed I believe.

I would be nice to have the old arduino + nrf24 replace by the esp + nrf24 now replaced by just an esp. And that esp can toggle between nrf24 mode to collect data and wifi gateway mode to push it.

Thanks,
Rey