Limits to adding components to an Arduino Uno

I am using an Arduino Uno, it used to work perfectly until I added my Ultrasonic sensor.
Previously, I had used:
4 digit,7 segment display(Common anode,no transistors)
Red LED
Push button
DHT 11

After I added my ultrasonic sensor, the laptop didn't even show that I had connected my arduino to it.The arduino started heating a lot even though green LED was off.After I removed the ultrasonic sensor, everyting worked perfectly, so I beleive that the Arduino was trying to pull more current than it could handle.(pls correct me if I am wrong)

So, is there a way that I could safely add an ultrasonic sensor and a buzzer without risking my arduino without transistors.
Thanks in advance

I hope this is the right category for the question.

If you have another Ultrsonic Sensor, try with that one.

1 Like

Post your current schematic and sketch.

I dont have another ultrasonic sensor but thanks for the suggestion.
I also make sure that i dont risk my arduino at all.

Sure. It will take some time but I will post it

Either the sensor is bad or you had it connected backwards, which several people have done.

If you are talking about HC-SR04 kind of sensor, it's not adding your current draw a lot, maybe 10-20mA, so there is no problem. Either it's broken or more likely what @jim-p wrote above

Which one? Which buzzer?

Thanks!!! It works
I made a silly mistake :sweat_smile:
I somehow re wired the thing but still made the same mistake

You are not the first.
Glad it's working.
Have a nice day!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.