So I'm tasked with creating a wheeled robotics kit that minimizes the amount of components that are used, utilizing the Arduino Uno. I currently have two servo motors controlled using 2 ports, 2 grounds and the 5v and 3.3v ports on the board. Eventually, the robot will be powered from a 9V battery. I want to add an Ultrasonic Sensor to perform simple obstacle avoidance. Is there away the I can attach the ultrasonic sensor to the Arduino directly without using a breadboard and any other components?
So I just want to use jumper wires to go directly from the ultrasonic senor tot the Arduino board itself without adding extra components but I do not know how to set up the configuration with out the incorporation of a bread board.