I want to know that is it possible to use Software Serial in Arduino UNO R4 Wifi as it doesnt have AVR actually trying to connect DFRobot Gr10 30 gesture sensor with it in UART mode
1 Like
The R4 core includes a SoftwareSerial library.
But using the hardware Serial1 object first is always the go to option.
And the rest of that run on sentence makes no sense whatsoever to me.
Welcome to the forum
How many serial ports do you need ?
Do you know that the R4 WiFi has a second hardware Serial named Serial1 on pins 0 and 1 ?
Did you try it?
I agree with @van_der_decken that using a hardware serial port is the preferred way.