I am extremely worried about my voltage regulator failing short and frying my electronics see: AMS1117 short circuit protection not working
Some context: I'm a beginner at electronics I want to power a handful of 5V electronics - some passive infra red sensors which draw only 100-200 uA each, as well as some active radars which may draw around 100mA each.
Maximum current draw will be less than 300mA.
The datasheet on my PIR sensors say that a stabilized power supply is needed so I think I do need a voltage regulator to regulate the already-regulated output of my wall wart. Now I'm wondering which voltage regulator I should get and whether I should get a 6V or 7.5V wall wart.
The advantage of the 6V wall wart is that even if the voltage regulator fails short, it won't fry my components (which can tolerate up to 6V), whereas if voltage regulator fails short with the 7.5V power supply then the 7.5V input may fry my sensors.
But the advantage of the 7.5V power supply is that it allows me to chain two voltage regulators - maybe one LDO to step it down from 7.5V to 6V, and then another LDO to step it down from 6V to 5V? That sounds more complicated but it should result in a less noisy power supply? And also, having two voltage regulators provides some redundancy in case one of them fails short?
Originally I was thinking of using an Arduino Uno for powering my electronics but I've read many reports of the AMS1117 failing short so now I'm worried about buying an Arduino Uno since the Arduino Uno internally uses one of those AMS1117 voltage regulators and if that fails then my precious electronic components will be fried.
My next thought was to buy a breadboard power supply like the DFRobot DFR0140 but I saw that one also has a reputation for failing short and internally it also uses the AMS1117 voltage regulator.
I've seen many people online saying that the 7805 voltage regulator will not fail short but some other people have said that it is possible that even the 7805 can also fail short.
Other people have said that the OFFICIAL AMS1117 should have built-in over-current protection and thermal shutdown and thus all of those online horror stories are due to people using Chinese AMS1117s. But aren't most electronic components made in China now? And DFRobot is a reputable company, it presumably uses properly sourced components including the AMS1117 - surely DFRobot is not using the fake AMS1117s. Plus, there have been reports of the Arduino's voltage regulator failing too - surely not all of the failed Arduinos were also using the fake AMS1117s??
I see many people online saying that the 7805 is "bulletproof" and "indestructible" but it has quite a large voltage dropout - 2 volts - compared to modern LDO voltage regulators which means it has to dissipate a lot of heat, so I'm worried that it will overheat with 300mA from 7.5V voltage (2.5V * 0.3A = 0.75W which is quite a lot).
If I instead buy a 6V wall wart and then use a low dropout voltage regulator then the voltage regulator won't have to dissipate as much heat (1V * 0.3A = 0.3W which is much less) so maybe I won't need a heat sink in that case?
But I have only seen online comments about the 7805 and how bulletproof and indestructible it is. I can't find online comments about the modern low dropout voltage regulators so I don't know how reliable these are. Are they as bulletproof and indestructible as the 7805/LM340A?
I also thought of buying some automotive-grade voltage regulators. Reading the datasheets, it sounds like those should be even more indestructible than the 7805, but those have so many pins and look really complicated to wire up. Also I couldn't find online comments about the reliability of those things either.
What is the most indestructible voltage regulator that I can get so that I won't have to worry about it failing short and frying my electronics? And should I get a 7.5V or 6V wall wart?
Thanks a lot!