hi, i want to use two sensors in Arduino nano 33 sense
i know how to use serial1 port, but i can't find other way to use another sensor with digital pins
nano 33 don't support SoftwareSerial.h
how can i use two sensor at the same time
nano 33 don't support SoftwareSerial.h
But it supports hardware serial interfaces on almost all pins.
thank you, I need to look for more information.