so im building a finger sensor scanner. ive set the code up so that after three attempts there is an error code that comes up on the LCD screen and then it will send the message to a remote location with another arduino to get it. im using the NRF24L01 as my transmitter and receiver. my issues is that in my void setup the line of code "radio.begin()" causes all text on my LCD screen to scroll continuously until there is nothing left. does any one know how to solve that issue?
thank you and stay clean out there
ive also attached my code so you can see what it looks like, transmitter portion commented out in the setup as well as the function called void transmitter()
test_6.1.ino (10.5 KB)