Hello guys,
I've been working on a project where I try to interrupt arduino's serial port with C++ and send some byte array. Then I parse this byte array on arduino and send some data over nrf24l01+. I have managed to this somehow, however I am facing some issues like delays. My question is that if it is possible to connect nrf24l01+ to serial1 of mega.
Thanks