Sorry for the basic question. This is my first project for real world application.
I'm using a JSN-SR04T 2.0 with ESP32 on Arduino IDE to make a system for monitoring water level in multiple tanks and automatically fill them when empty. On the breadboard everything seems to be working perfectly. It is now time to design and get the PCB printed.
In real world application the distance between the microcontroller and the water tank is about 40-50 feet. Whereas the ultrasonic sensor came with a cable length of 5 feet. I'm planning on cutting the cable and extending it between the sensor and the breakout board that comes with it. Breakout board will be directly connected to PCB at a distance of 50 feet from the actual sensor.
My question is- is there anything I need to keep in mind like supplying higher voltage to the sensor or add anything extra to the PCB in order to compensate for this distance?
Thanks in advance