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

nrf24l01 + mcu

Hello, you great people! I'm working on a simple project where a transmitter wakes up a receiver and it's working just fine. Currently working with NRF24LE1 modules. The Receiver is in Register retention mode and when an interrupt occurs from the Transmitter, two LED's start blinking on the Receiver side. No ACK needed, simple, one way notification system.

The setback is, that I really do need a higher range so the idea is to use a NRF24LE1 as a receiver and an NRF24L01 +PA + LNA as a transmitter.

Are there any suggestions on what MCU to use with the NRF24L01+? As the size of the MCU is important, I'm thinking about MCU's like PIC18, PIC16 and AT89.

Any advice on what MCU would fit better to this project?

Many thanks, M.

Related