Do I need to implement the IRQ on future PCBs for nodes?
Development
5
Posts
4
Posters
1.4k
Views
3
Watching
-
Hi,
the title say all...
I have fun designing PCB for nodes. But, as title, do I need to implement the IRQ for them?And, if yes, for the ATMEGA328 and NRF24 radio, what PIN are available for it? 'Cause, for example, I have a node very populated (interrupt, reset, tx leds, 2 sensors, 1 relay, etc etc) so many Atmega PINs are not available.
Thank you very much!
-
Probably good to have it routed. It's already possible to use the IRQ for RF24 by enabling MY_RX_MESSAGE_BUFFER_FEATURE (dev-branch)
-
for this specific usecase (radio irq), yes it is better to use D2/D3.