New ESP8266 Voltage Regulator Design

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2024
  • Support the It Kinda Works Patreon (And help keep IKW going!!!): / itkindaworks
    Join the IKW forums today and join the conversation!
    itkindaworks.com/forum
    Y'know a lot of you have taken issue with the regulator being right next/touching the capacitor... I've had zero issues with this. Sure if you are trying to drop from 12V to 3.3 this may be an issue but 90% of the time I just want to go from 5V (or even 4 on a LiPo) to 3.3. The heat generated at this voltage is minimal and does not seem to affect the cap in any way. Also side note - this is not meant as a regulator for a production product - this is a regulator for prototyping/medium term projects, so any issues that could arise from 50k hours of use is not exactly something that I would consider a problem for this build. If you came here looking for a long term/production ready regulator solution then take another look at the channel name... And with that, on with the show!
    A while ago I showed all of you how to build a quick voltage regulator for the ESP8266 microcontroller that was based on the LM1117. Although that works well in general, I've been tipped off to a new regulator that is much smaller and has a low dropout voltage (9mV!). This new regulator design is based on the HT7333-A.
    Link to the HT7333-A datasheet: www.angeladvance.com/HT73xx.pdf
    Support the It Kinda Works Patreon (And help keep IKW going!!!): / itkindaworks
    Subscribe for more weekly videos!
    Follow me on Twitter @itkindaworksinc
    My site with even more tutorials is itkindaworks.com!
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 224

  • @ItKindaWorks
    @ItKindaWorks  6 ปีที่แล้ว

    Got a question or something to add to this video? Check out the IKW forums at itkindaworks.com/forum/

    • @rakeshthottathil9577
      @rakeshthottathil9577 6 ปีที่แล้ว +1

      hi i am extremely new to esp8266. could you please direct me to a wiring diagram for the above connection? also what is the input voltage? thanks in advance :)

    • @MrBobWareham
      @MrBobWareham 3 ปีที่แล้ว

      @@rakeshthottathil9577 Try looking for the datasheet then you will have all the information

  • @Trans_Lator
    @Trans_Lator 7 ปีที่แล้ว +172

    Mr. ItKindaWorks, your knowledge of electronics also "kinda works"!
    Here are some facts and additional information for people who asked:
    1. The main difference between the 2 regulators is their Package. The package dictates the maximum Power-Dissipation that the regulator can take. The power dissipation is the voltage drop on the regulator (input voltage, minus output voltage), multiplied by the current through it. This power dissipation causes heat that must be "cleared off" into the air. The smaller regulator is not as good at this as the large one. So, if your input voltage is really just a little bit above the 3.3V and the current is not too high, you can use the small one. Otherwise, you need to calculate. a TO-220 package device (like the LM1117) can usually take up to 1W of power without an external heat-sink (at normal room temperature).
    2. If you really want to use a battery for your application and want to "squeeze" as much out of it as you possibly can, using a drop regulator like these is NOT what you want to do.The drop regulator is converting all the extra voltage just into HEAT! This heat is not really helping anybody to achieve any goal and is just wasting the battery charge faster. What you want to do is to use a Switching Regulator which can work with wide range input voltage and at high efficiency.
    3. The 1000uF capacitor is required mainly due to the resistances of conducting wires and the internal resistance of the used power source (before the regulator). As others have said about the ESP8266, it's a good practice to use such a large value.
    4. The small capacitor mentioned in the video is meant to deal with a technology problem of the large capacitor. The large capacitor is an Electrolytic Capacitor. It's internal structure is long strips of foil rolled into a cylinder. Due to this structure there's also a significant amount of Inductance that this device can demonstrate. The Capacitance and Inductance (and some resistance) are connected together into an equivalent resonance circuit. At low frequencies the Inductance is too small to have any practical meaning. But at high frequencies the inductance starts being much more influential than the capacitance and we get an Inductor instead of a Capacitor. Theoretically the 1000uF value does not reflect this, but the technology isn't always perfect. This is where the small capacitor with different technology comes in. This technology does not allow making very large capacitors, but it has VERY little inductance even in very high frequencies. The two capacitors combined together can give a full spectrum filtration.
    5. Having said what I've said in #4, it should be mentioned that adding the small capacitor on the regulator itself is probably meaningless. Electricity at high frequencies is slightly more complicated than DC or Audio frequencies. When the wave-length of the signal is much shorted than length of the conducting wires (high frequency), you no longer can assume that the voltage on each point of the conductive wire is the SAME voltage at any given time. You might have some noise signal on the leads of the ESP8266 chip, but slightly further away, on the regulator, that noise would not exist. The wire resistance increases this phenomena even more. This is why the small capacitor should be AS CLOSE AS POSSIBLE to the source of the noise, where it can be the most effective. This is also why systems always have so many of these capacitors, next to EACH noise source.
    5. Just as a general note, the large capacitor is mainly required in order to make sure the voltage supply (from Ground to VCC/VDD) doesn't drop below the minimum operating voltage. The small capacitor is doing this too, but it also takes care of another issue, called "Ground Bouncing". When "noise" occurs on power supply lines, the VCC voltage drops a little bit towards the GND voltage, but you might also say that the GND voltage RISES a bit towards the VCC. If this happens at low frequency, the problem is not so big, as at any point in time the GND voltage across the entire application would be the SAME. But at high noise frequency, it's possible that the GND pin of the ESP8266 rises a little bit above the GND level of another chip. If that other chip is sending a data signal to the ESP8266 and the voltage on that data signal is just slightly above the logic HIGH level of VCC/2 = 1.65V (this is called: "low noise-margin"), then if the ESP8266 GND level goes slightly higher, it might start thinking that this data line is actually at LOW level instead of HIGH.
    Hope this helps.

    • @JoshKaufmanstuff
      @JoshKaufmanstuff 6 ปีที่แล้ว +21

      many thanks for your insight on this.
      I'm never quite sure how these Pro level guys find interest in remedial videos like this one,
      but I'm glad they drop in and add their 2 cents ;)

    • @kduhtdkzrt
      @kduhtdkzrt 6 ปีที่แล้ว +2

      Trans Lator +1 What this guys says. tldr: Dropper regulators turn the excess voltage into heat, which sucks for pretty much all use cases. Use buck regulators instead. They are a buck a piece on eBay.

    • @jamest.5001
      @jamest.5001 6 ปีที่แล้ว

      kduhtdkzrt
      yea that's what I was planning on doing. with my next project. I don't want any extra heat. since its a batt powered device. and its in the house. I need it to stay as cool as I can get it. I need 3.3 & 5 volts. I have seen buck converters with multiple outputs. looks to be a good idea to have most logic level voltages on a single converter.

    • @joshuarosen6242
      @joshuarosen6242 6 ปีที่แล้ว

      Thank you. This was a very useful contribution.

    • @hemanthkumarHere
      @hemanthkumarHere 6 ปีที่แล้ว

      True, thats how linear regulators work, now there are cheap swith mode regulators for 3.3v, havent tried this yet. any thoughts on this ?
      www.aliexpress.com/item/mini-2-in-1-DC-Step-Down-Step-Up-Converter-1-8V-5V-to-3-3V/32814821312.html?spm=a2g0s.13010208.99999999.269.j26uw0

  • @willofirony
    @willofirony 7 ปีที่แล้ว +1

    Awesome. An excellent solution to low current PSs. I note from the Datasheet that The 7333 has a 5v cousin, as well as a number of niche lower voltage brethren. Thanks for the heads up and the minimalist design.

  • @obviate-io5621
    @obviate-io5621 6 ปีที่แล้ว +2

    This is an excellent tutorial. I recently procured the parts for this from Aliexpress and can build 100 of these regulators for $22 total (with shipping) or $0.22 each. Really excited to use them on some of my Wemos D1 based projects.

  • @cabeloDoPardal2
    @cabeloDoPardal2 6 ปีที่แล้ว +13

    7:44 thousand microfarad capacitor
    9:30 hundred nanofarad capacitor

  • @dsvilko
    @dsvilko 7 ปีที่แล้ว +9

    I've recently started using these wonderful regulators for my ESP8266 projects. Not only does it have a very low dropout voltage but also has a very low quescent current and that makes them usable for battery powered projects (LM1117 is terrible).

  • @xyloidify
    @xyloidify 7 ปีที่แล้ว +6

    Good idea! Thanks for sharing.

  • @sej7278
    @sej7278 6 ปีที่แล้ว +1

    Brilliant! Just done the same with a MCP1700

  • @BADALICE
    @BADALICE 4 ปีที่แล้ว

    I like it, I think it's a nice perfectly compact useful little unit. Easy to understand why you like it better than the old one. Boom plug it in; for battery operated devices, you want to get some run time out of, it's essential;
    making up some right now.
    Very good.
    I like to solder. parts together in sort of natutal geometrical patterns, that make a small simplified pattern that can be memorized and repeated without requiring a considered amount of thought. The finished product is displayable. That's what you have here nice little finished product that looks like a finished product.
    Very Nice

  • @sylvainlazare1114
    @sylvainlazare1114 7 ปีที่แล้ว

    Thanks! as I pointed out in your last video by using smd capacitors it could be even smaller build!

  • @DiyintheGhetto
    @DiyintheGhetto 6 ปีที่แล้ว

    That is awesome man. I have a question is it possible use a smd cap instead of of the large cap? Reason why I'm asking is because if I'm making a battery project with my esp then I'm trying to keep it as small as i can get?). Is there a 1000uf 16v and cap?

  • @tforgo
    @tforgo 7 ปีที่แล้ว

    I just got charge pump from ebay. It's super small, cheap and outputs fixed 3.3V (150mA continiuous). Input is between 1.8 and 5V. Its basicly boost buck converter without need for bulky electrolitic capacitors. It's powering my esp8266 without any problems. Power consumption without load is 0.36mA at 4.2V.

  • @sotisgotevas8122
    @sotisgotevas8122 7 ปีที่แล้ว +1

    Excellent idea and god work there.

  • @Shadowcruise99
    @Shadowcruise99 6 ปีที่แล้ว +1

    Trans Lator made some very good points. Additionally, mounting an electrolytic capacitor right next to or touching a heat source (a voltage regulator), will significantly decrease the lifespan of the capacitor.

  • @UpcycleElectronics
    @UpcycleElectronics 7 ปีที่แล้ว

    I just had an idea for you regarding these little composite regs your building. You could use a small bit of rigid plastic tubing about the diameter of the electrolytic cap. I believe most home improvement stores have tubing like this in the lawn sprinkler section. Cut it to the height of the gap between the bottom of the cap and base of the board. This would allow you to use a bit of silicone or hot glue to firmly secure the assembly to prevent stress and fatigue on the leads. I'd also drill a few holes for air circulation in the sides.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      That is a good idea - I think I even have some tubing of roughly the right diameter laying around to try it out. Thanks!

  • @robrat5162
    @robrat5162 6 ปีที่แล้ว +2

    As the datasheet describes. Do you need capacitor across input to ground?

  • @HanungMerahbara
    @HanungMerahbara 7 ปีที่แล้ว

    I'm new to electronics and IoT and I don't understand it yet, but someday this video will be usefull for me. Thumbs up.

  • @Ravewayvideos
    @Ravewayvideos 7 ปีที่แล้ว +1

    Nice to meet you. New fan =)

  • @cheynehayworth1884
    @cheynehayworth1884 6 ปีที่แล้ว +1

    Great package style

  • @jonasgilje1645
    @jonasgilje1645 7 ปีที่แล้ว

    Fantastic! I was just about to buy another kind of 3.3v LDO, but this is much cheaper and can supply 250 mA!

  • @heaventouchasmr8293
    @heaventouchasmr8293 5 ปีที่แล้ว

    I love your channel. Thank you!!!

  • @phantom349uj
    @phantom349uj 7 ปีที่แล้ว

    that's an interesting sound design. the only thing that I would say is that the capacitor and the regulator both get warm and capacitors don't like heat. I would also say that it's easier two design a small circuit board and use the surface mount version and a 6 volt 1000 microfarad capacitor which be even smaller

  • @kabeerahmed7132
    @kabeerahmed7132 ปีที่แล้ว

    Its really smart idea - I appreciate your technical skill-👍

  • @DrZipZwan
    @DrZipZwan 3 ปีที่แล้ว

    I like those tiny StepDown, they are so usefull and so handy.
    I myself use AMS1117 3.3v or 5v (Which is also super tiny & handle 800mA, not bad). combined with 2 capacitors, for IN & for OUT.
    PS: I used once APL1117 which is also a good choice!!
    Why did you add the second capacitor (orange one?? sorry dont know well its name and purpose here).
    Thx

  • @simonem8899
    @simonem8899 7 ปีที่แล้ว +1

    Thanks @itKindaWorks , great video and I'm glad I helped you.

  • @okitai
    @okitai 7 ปีที่แล้ว +2

    I don't get the final circuit. You've soldered both capacitors between the VOUT leg and the GND leg. The most basic voltage regulator circuit is a capacitor between VIN and GND and another between VOUT and GND so both capacitors and the GND leg are linked but each VIN and VOUT legs have one capacitor soldered to them.
    Where am I wrong? Please correct/help me understand. Thank you.

  • @charlesklein7232
    @charlesklein7232 4 ปีที่แล้ว

    NEAT! never seen anything like this.

  • @michalchoma6112
    @michalchoma6112 6 ปีที่แล้ว

    hello, thanks for nice video. I have couple of questions:
    1. what should be quescient current (current consumption with no load, when esp sleep) of your regulator? HT regulators have microAmpers, but when you attach caps, I predict some higher quescient current.
    2. I know that esp when connect to wifi, and send values to internet, in peak, drain around 700 mA. HT has only 250 mA current. Are capacitors for that, to allow esp drain for very short time higher current?
    3. Normally application circuit for HT regulators are with two capacitors, 2x 10 microFarads. Do you use also these two caps in normal circuits? So totally I need 4 capacitors? Thanks for advices.

  • @SarangS-bw5rl
    @SarangS-bw5rl ปีที่แล้ว

    Very informative for beginners like me. Thanks for sharing your experience
    Can we use same capacitor for Output 1.8v and 3.0v?
    Kindly guide me.
    Thanks

  • @badandyg
    @badandyg 6 ปีที่แล้ว

    Have you tested this with 12 volts? I just tried and it seems to work ok but I wanted to know your thoughts on reliability.

  • @TheSalesEngineer
    @TheSalesEngineer 7 ปีที่แล้ว +8

    LM1117-3.3 dropout voltage (Vin - Vout) is from 1.1v@100ma Iout to 1.3v@800ma Iout (see: www.ti.com/lit/ds/symlink/lm1117.pdf). Note that the max operating current of the 1117-3.3 is 800ma.
    The HT7333, on the other hand, has a listed Vdrop of 90mv, but only regulating from 4.3vIN. They give max current a weird way, saying 250ma-but whilst giving only 2.97vOUT. In fact, they seem to draw your attention away from the fact that the chip only meets true specs when the Vdropout is actually 1.0vdc.
    In fact, if you look at that charts for all the other ranges, specs are for Vin of output + 1.0v, which kind of says it all. The fact that they don't come out and say what it is (though the top line description is "LDO", makes me suspect marketing left it ambiguous intentionally, letting them fall back on "LDO refers to current!" (see: www.angeladvance.com/HT73xx.pdf). They do this to make side-by-side with competitors more difficult.
    There is another thing to consider when using this chip instead of a beefier one... Odds are you are not running JUST an ESP8266 all by itself. Alone it will run at 150ma, which leaves ZERO wiggle room for anything else (HT73333 Imax = 180ma)-and that is at 3% tolerance! (see: download.arduino.org/products/UNOWIFI/0A-ESP8266-Datasheet-EN-v4.3.pdf)
    This means you are at the point of clipping all LEDs and other loads and going commando. And the specs for the ESP8266 are for JUST THE CHIP, not _any_ GPIO load. As long as you don't do much, you won't be burning out your regulator, or worse burning off heat (power) due to overloading the tiny regulator. Should you be adding a protection diode to your design?
    Finally, the manufacturer has clearly avoided any mention of the H73XX being a Linear Voltage Regulator. This is a huge consideration for battery powered stuff. Linear regulators are very inefficient, typically at 60% efficiency. This means they burn off a lot of battery power as heat, as a linear regulator is just a fancy resistor bridge. The up side of this inefficiency is that it does not 'switch' on & off like a Switched Voltage Regulator (efficiency typically above 95%).
    So what do you get in exchange for faster battery drain? Almost zero noise, as switching regulators (if you have a DC-DC buck, you have one) switch on and off in the range of MHz. Linear regulators are most efficient (as you can imagine in any resistor bridge) when the input & output voltages are as close to the dropout, which is infered as 1.0v, or in your case 4.3vIN. This is because the only loss will be the 1.0vdc to run the regulator itself.
    The difference you are no doubt seeing has nothing to do with the huge (expensive) capacitor, but the fact that it's a linear regulator, and switching regulators cause ripple on the Vin that can be annoying to the ESP8266-especially the clones. That is where the big honking cap will come in handy! I did a video where I pimped out an 8266 with one, putting it on the card itself, which is where the MFG says it will do best.
    Oh, and if you want to see some amazing specs for a regulator for remote sensors that will do 200ma (compared to the 180ma of the H7333), check this little critter out. A true 250mv Vdropout and a staggering 1ua typical power consumption!
    www.sunrom.com/p/xc6206p332mr-662k

    • @sang84119
      @sang84119 6 ปีที่แล้ว +1

      The Sales Engineer wow! Really much info in your comment, Thanks a lot!

    • @PatTrainor
      @PatTrainor 6 ปีที่แล้ว +3

      Thanks! I'm _really_ digging into regulators lately. It seems the ones on the RAW pin on the clones are not high performance (go figure), and I am finding extremely efficient regulators in a SOT23 package that my tests show are amazing. I just did a video comparing 3 regulators, and one on eBay for $0.02/each has a 40mv dropout voltage both open (no load) and driving a Pro-Mini!
      I like work like that on this video, as it is so useful and convenient on breadboards. Also, if for some reason you were under insane size/volume constraints, this would avoid a larger PCB. Of course, being a fatalist, I see the problems once a component needs replacing, or even troubleshooting...
      This video has inspired me to find a way to attach a SOT23 regulator (3mm on the long side!) to a cap with 2.54mm pitch for breadboarding. Such a great idea, @ItKindaWorks !

  • @BR.
    @BR. 6 ปีที่แล้ว +1

    Cute, but if you like smaller choose 6.3V 560uF capacitor. It will be as big as the regulator and properly sized for what you want to use it.

  • @grahampowell7348
    @grahampowell7348 6 ปีที่แล้ว +2

    Aren't both caps on the OUTPUT? I thought you wanted one on the input and one on the output. Thanks.

  • @mongke12
    @mongke12 2 ปีที่แล้ว

    Nice tutorial. Why do we need 100 nano farad capacitor? Thanks!

  • @henninb
    @henninb 3 ปีที่แล้ว

    I made one of these to power an esp32 I am powering my ftdi from my computer and using the 5V line to the regulator to step it down to 3.3V before going to my esp32. I am seeing some of my programs causing brown outs on the esp32. Is there a way to beaf up the regulator or the FTDI module as to prevent these brown outs? Thanks for the great video.

  • @ryancasler
    @ryancasler 4 ปีที่แล้ว +1

    I have a question....the max current draw at boot of an ESP8266 is 320mA. So, how would these not burn out on boot? Also, the drop-out voltage according to the spec sheet is 4.3v. That's 900mV, not 90 mV. How is this going to work?

  • @sampathkumarspace9162
    @sampathkumarspace9162 3 ปีที่แล้ว +1

    Hope you can help me , where I face issue
    I given 5v DC external powers supply for nodemcu and 4 channel relay.
    Which works fine but not all time because when power fails or change over to genset board which does boots up but not able to communicate or not able to operate properly may be voltage or current are low , so how to fix this but fyi I found ac volt is always 230 in mains and genset even other electronic devices work fine.
    Would be great if you suggest solution for my issue.
    Note : I kept powersupply module , wifi module and relay module in switch box Junction which has 3 different pcbs. It's really much difficult to reset nodemcu means I need to remove screws in switch Junction every time.

  • @madrian_hello
    @madrian_hello 5 ปีที่แล้ว +1

    What happens if I don't use capacitor at all? I want to turn on esp8266 (running from batteries) from a physical button, If I connect capacitor does it have enough time to charge up in a millisec?

  • @PetrasL_1976
    @PetrasL_1976 6 ปีที่แล้ว

    Do you have similar nice solution for cp9v to 5v? Or it is better to use stepdown buck converter in this situation? Thanks!

  • @Len02013
    @Len02013 7 ปีที่แล้ว

    Thanks, will give it ago

  • @RobertShaverOfAustin
    @RobertShaverOfAustin 7 ปีที่แล้ว

    This is a neat design. I notice that there is no filter on the input power, which is recommended in the the spec sheet I looked at for the L78L33ACZ from STmicro. I can't imagine any input power glitches if the source is a battery, to maybe no need for input filter, right?

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      What do you mean by filter? The caps are placed on the output (3.3V) side of the regulator which does filter and clean up a lot of the output power signal.

    • @RobertShaverOfAustin
      @RobertShaverOfAustin 7 ปีที่แล้ว

      Yeah - oops. I changed my comment when I notices my mistake about which was input and which was output. I was hoping my change was soon enough so you wouldn't notice my faux pas :( The spec sheet shows a cap on both the input and the output, with the larger one on the input. Still, as I put in my revised comment, if the source is the battery then noise on the input is unlikely. I do love your projects.

  • @user-eq3mq2hh8n
    @user-eq3mq2hh8n 2 ปีที่แล้ว

    Good Evening! Thanks for the very helpful videos.
    I have a question:
    What voltage will I have at the output if the input voltage is below 3 volts? I want to power an esp32 from a battery that changes the voltage from 3.6 - 2.9 volts. Will it always be constant at 3.3?

  • @viru4505
    @viru4505 6 ปีที่แล้ว

    How much input voltage and current u are giving and output voltage and current??

  • @prashantgoswami4298
    @prashantgoswami4298 3 ปีที่แล้ว

    which regulator you use plz help me

  • @istvanj.2538
    @istvanj.2538 3 ปีที่แล้ว

    What will happen if the battery voltage drops to lets say 2.8V? What voltage will the LDO forward to the board?

  • @kaconkmaniajember8821
    @kaconkmaniajember8821 ปีที่แล้ว

    are you sure the circuit is correct? I've seen on Google that 1uf should go to input and ground, and elko which is 16v 1000uf goes to output and ground

  • @UpcycleElectronics
    @UpcycleElectronics 7 ปีที่แล้ว +14

    Interesting. I'd probably bend the legs of the cap and mount the reg beside it. Heat rises and the vent of the cap is on the bottom. Electrolytic caps don't like heat. I bet that little reg gets a bit warm because it doesn't have much surface area.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +3

      A couple other people have noted similar things about the reg placement but so far I haven't felt it get anything above a what i'd call room temp. If I notice them get hot though I might just do something like that in future builds. I probably wouldn't use this design on anything that needs to be regulated from anything over 5V though so in general it should be ok.

    • @UpcycleElectronics
      @UpcycleElectronics 7 ปีที่แล้ว +5

      If your ever into upcycled electronics, most wireless keyboards and mice use a very efficient Buck-Boost topology switch mode circuit. They can grind a couple of batteries into dust by the time they are done. The circuits are usually very simple and easy to cut out and repurpose as a stand alone module.
      I'm a slow gimp, with a bad back, so it takes me ages to finish projects. I plan on doing a tutorial soon on how to upcycle tiny switch mode supplies, like the little buck-boost, to reuse in other projects.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +1

      Thanks for the tip! I just subscribed to your channel, I'd love to see the tutorial whenever you end up doing it!

    • @UpcycleElectronics
      @UpcycleElectronics 7 ปีที่แล้ว +4

      ItKindaWorks
      Thanks. I subbed to yours as well. I have an old ESP8266 laying around somewhere around here. I'm simply in need of project motivation. Looks like I found a good source of that here ;)

    • @MichaelPhipps01
      @MichaelPhipps01 7 ปีที่แล้ว +1

      Upcycle Electronics

  • @iampyre2016
    @iampyre2016 5 ปีที่แล้ว

    I have a problem that, when using batteries as the power supply, an IC such as an atmega, and placing the regulator in between, the voltage from the regulator drops or current is highly limited. It only does this if an IC is my load, if I simply use a resistor, the output is perfect.

  • @satheeshbabub9762
    @satheeshbabub9762 4 ปีที่แล้ว

    Thank you..cn you point out me a video where it explains how to power esp-01 and connections to boot the chip and execute the upploaded program? All in the internet i am seeing is to test the uploaded program with UART programmer..i am trying to deploy the module with a power source directly with esp-01 without programmer adapter and need to to know the connections from power source to esp-01 pins..i thought ony powering esp-01 to vcc and GND will work but it dont work since everyone hint to add voltage to CH_PD and all..Can you please help with a beginner level tutorials?

  • @htcheroportugal
    @htcheroportugal 7 ปีที่แล้ว

    @itkindaworks if i use 9v cell, how long time on operation i can get? i would like a door sensor with reed switch. can i get 2 weeks 24h using it? or more?

  • @murraymadness4674
    @murraymadness4674 2 ปีที่แล้ว

    I would add that the electrolic caps wear/dry out after 1-5 years. See Andreas for how he uses a tantalum cap instead that doesn't wear out

  • @nathanw851
    @nathanw851 6 ปีที่แล้ว +2

    Having an electrolytic capacitor act as a heat sink isn't the best approach if you want it to last for a long time. The heat will help dry the cap. It's an interesting little design though.

    • @ItKindaWorks
      @ItKindaWorks  6 ปีที่แล้ว +2

      Meh I'm drawing so little current through these that they rarely get warm to the touch at all let alone hot. The caps aren't any worse off than if they were just sitting around on a circuit board in a small enclosure with passive cooling. Also half of the time I have these regulators upside down or on their sides anyways so the heat isn't going up into the cap. Been running these on projects for a long time now and haven't had any issues at all.

    • @nathanw851
      @nathanw851 6 ปีที่แล้ว +2

      Fair enough. If it works for your use case, then all is good, but it won't for everybody. Dropping 12v to 3.3, for example, or running it at near max current is going to get it hot. I know this because I built an NMEA to wifi bridge, and it worked perfectly on 5v during development, but when I ran it for real on a 12v system, I ended up having to redesign the power supply. :(

  • @mdijkens
    @mdijkens 7 ปีที่แล้ว +1

    Nice
    I do the same with an 6032 Tantalum Capacitor SMD 6.3V 220UF
    Just as good and easy but even smaller

  • @blazrepas8709
    @blazrepas8709 7 ปีที่แล้ว

    A word of caution: the regulator tends to heat up during operation and placing it close to the electrolytic capacitor will in turn heat up the capacitor and speed up the degradation of the cap (it tends to dry up and then it swells, might even pop). It is not something to notice now, but after continued use the capacitor might loose its properies and you might start noticing problems with resets or similar. But nonetheless an inovative design of the part!

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      Thanks for the tip! I havent noticed any heating (maybe a couple of degrees but nothing I'd call "hot" by any means) since I started using them but it's something I'll keep an eye on

  • @amsunaakage
    @amsunaakage ปีที่แล้ว

    Thank you

  • @leluch5197
    @leluch5197 4 หลายเดือนก่อน

    what power supply u used?

  • @kesterbelgrove818
    @kesterbelgrove818 5 ปีที่แล้ว

    I know I'm a while late here. But I've noticed that you connected both capacitors to the Vout. I believe you were supposed to connect the smaller one from ground to Vin. Please correct me if I'm wrong. Nb by connecting both to Vout you actually reduce your capacitance, since now you have 2 capacitors in parallel.

    • @rusty0101
      @rusty0101 5 ปีที่แล้ว

      In case you missed the explanation earlier, the idea here is for them both to be on vout, with the expectation that there is other regulation done to the vin. These two capacitors both supply power to the high transient load that the ESP8266 can put on the ckt. The ceramic supplies power for the initial spike, with the higher capacity electrolitic providing power as the ceramic finished dumping it's capacitance. The normal 'idle' power draw for the esp8266 is 70 ma, but during the boot phase as the network comes up, that load can hit substantially more than the linear regulator can supply, and that's where these capacitors kick in. Then as those spikes in current draw fall off back below the level the regulator can handle, the capacitors re=charge.
      Others have also noted that there are coding issues that people have made with ESP8266 processors in the normal code. Essentially the esp8266 needs clock cycles to perform houskeeping duties that a lot of code doesn't release back to the chip. The microcontroller may be significantly faster than an atmega microcontroller, but that doesn't mean that you can't end up causing a blocking condition that the chip will watchdog out and reset on you. A good practice would be that any time you have a delay in your main loop, or in heavy processing functions, some time should be released to the CPU. It needs to do things like make sure that the network interfaces are still functional, and other related things.

    • @mikescott58
      @mikescott58 5 ปีที่แล้ว

      Capacitance is added when caps are in parallel, but that is not the reason for the smaller cap.
      Its purpose is to provide a low ESR for high frequency signals the electrolytic won't see.
      That said, I would think that the bulk decoupling capacitor is more effective on the input side.
      If Vin is stable, the regulator can take care of current fluctuations in the output.
      I have seen spec sheets for the HT7333 showing two 10uF caps (one on input another on output).

  • @gene4000
    @gene4000 3 ปีที่แล้ว

    Can I use capacitors 6.3V 1000uF or 6.3V 1200uF ? There is only 3.3v?

  • @henninb
    @henninb 7 ปีที่แล้ว

    where is a good place to purchase the 1000 mF capacitors? What is a good price?

    • @boggisthecat
      @boggisthecat 7 ปีที่แล้ว

      Brian Henning
      You can buy cheap stuff from Alliexpress or even eBay. Try Mouser or Digikey for better quality items.

  • @N0AGI
    @N0AGI 6 ปีที่แล้ว

    good idea!!

  • @zaprodk
    @zaprodk 7 ปีที่แล้ว +5

    I think you got the part about dropout voltage wrong. It's 90mV at 40mA output current. At 250mA it's not stated, but it's a helluva lot more.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +4

      You might be right about that. But in general the ESP doesnt draw much more than ~80-100mA and when it spikes its for very short times that the caps should be able to handle. So far I've had multiple of these running for a couple months now without any recharging so I'm not complaining haha.

    • @miniwarrior7
      @miniwarrior7 7 ปีที่แล้ว +1

      zaprodk it kinda works

    • @zaprodk
      @zaprodk 7 ปีที่แล้ว +2

      The coding? it's just reading the datasheet and see that it says "90" instead of "9"

    • @petersocial2590
      @petersocial2590 6 ปีที่แล้ว +1

      Hey, WannaDuino, or you are too jealous to admit that it is a nice project or you are too dumb to do something better. so, what is it? Choose one option... both options if you want to... Do us a favor: shut up or say something constructive and worthy of being said. if you're looking for rocket science chances are you landed at the wrong place. Here we are all appreciative of IKW projects. What about if you show us what you are capable of... give us some good advice on how to make this project better and more effecient... help the community... DON'T SCREW IT UP, "BRO".
      BTW: Great job IKW...

    • @PitagorasRibeiro
      @PitagorasRibeiro 6 ปีที่แล้ว +1

      WannaDuino! The Real Live thx for the "boy"... i really appreciate it! Bully, not so much. Yes, mr. Zero... I have no videos posted... Actually I don't have 12 hours a day to sit on my butt talking BS on someone else's channel. BTW, about the Clearisil, thx but no, thx... Just because it works for the mighty red butt of the Daddy baboon WannaDuino (wtf: WANNA...DUINO) it doesn't mean it will work for the rest of us... What else do you "WANNA"? What about a 🍭 lollipop, you childish piece of shit... it will help remove the taste of that preparation ointment you're shaveling on the wrong side of your digestive system. That hemorrhoid on your mouth is dumping to much crap, old man. Now, your highness Big Arduino Chief WannaBeDuino, go change your diaper, old man... Grow up... Be respectful, honor your name, or your very creative alias... Be considerate of others... Your back yard is soooo small, Doc... This is TH-cam... It is a global tools, you dumb RN... I tried to be nice with you and you show your arrogance and ignorance. Go back to school, you "dropp outer"... Learn to speak as a person and not as a disgraced "engineer" who can't even control his shitty mouth. I'm done here... Now, "WannaBe", you may criticize my english and my keyboard skills... You may dump another round of mental diarrhea, for it is the only thing you're capable of... And show us your true colors; who you really are: NOTHING (despite your useless engineerness).

  • @Ed19601
    @Ed19601 4 ปีที่แล้ว +1

    Nice, but do not use a 7333 to feed your ESP8266. It can only marginally deliver the current the ESP needs to make connection, giving a big chance for spurious reboots

  • @sats4eva81
    @sats4eva81 6 ปีที่แล้ว

    What’s the purpose of the 100nf capacitor. Is the 1000uF nor enough?

    • @ItKindaWorks
      @ItKindaWorks  6 ปีที่แล้ว

      The 100nf can handle small yet high freqency power ripples and while the large 1000uf cap can handle larger and lower frequency spikes and dips. Between the two of them most power noise is filtered out.

  • @MichaGounski
    @MichaGounski 7 ปีที่แล้ว

    I would actually add that small cap between INPUT and ground, as output and ground are already taken care of and you just add a tiny bit of capacitance to big electrolytic cap.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      Depending on the power source you may want a cap on the input as well but in general my 5v power comes from usb or battery both of which usually end up with pretty clean power. It's really important to have a cap on the output though since the regulator isnt built to take large spikes in current draw and can drop the voltage low enough to reset/crash the ESP8266.

    • @MichaGounski
      @MichaGounski 7 ปีที่แล้ว

      Yeah, but then you have this big ass electrolytic cap, so why do you need small one as well? Also, remember about cheap USB chargers, they don't do a very clean job :)

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +2

      the idea is that they operate on different frequencies. The larger cap handles large lower frequencies of noise and the smaller one handles higher frequencies because it can react faster. This keeps the electrical noise to a minimum across the spectrum.
      Yeah I know cheap usb chargers arent all that great but I cant complain since I very rarely have an ESP crash these days. I also tend to end up using the charges that come with devices I buy since most of the time I just plug into big USB charger hubs and toss the manufacturer chargers in my IKW bin. The apple and one especially are good but so are most other phone manufacturer chargers. You're right about gas station cheapo chargers though

  • @philippcuno-friess8775
    @philippcuno-friess8775 4 ปีที่แล้ว +1

    When I’m soldering everything together as you did my little ceramic capacitor starts to smoke... what am I doing wrong here ?
    Thanks for any help!

    • @icefire5555
      @icefire5555 4 ปีที่แล้ว

      You might be getting it too hot. Also ensure there is no electricity going through the cap while you solder. (Like you're soldering while it's in a powered circuit.)

    • @englishrupe01
      @englishrupe01 3 ปีที่แล้ว

      Also, pre-tin/solder the legs of the capacitor first.

  • @blubberflutsch
    @blubberflutsch 2 ปีที่แล้ว

    How about two MCP1700 in parallel? This could propably make the caps redundant.

  • @alexanderose2890
    @alexanderose2890 6 ปีที่แล้ว

    This is such a nice solution to the battery powered ESP8266 problem. Thank you!

  • @amylovecandy
    @amylovecandy 5 ปีที่แล้ว

    Thanks for sharing. Dose HT7333 can stand for ESP8266 Peak Current 300~500mA during RF Initial of deep sleep waking ??

    • @perldj2899
      @perldj2899 3 ปีที่แล้ว

      The capacitor should handle the extra current for a little bit.

  • @yagoa
    @yagoa 7 ปีที่แล้ว

    it is LM1117 is 800mA and I would recommend to at least have a air gap to the capacitor since caps don't like heat at all

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      A couple other people have noted similar things about the reg placement but so far I haven't felt it get anything above a what i'd call room temp. I probably wouldn't use this design on anything that needs to be regulated from anything over 5V though so in general it should be ok but thanks for the tip.

    • @yagoa
      @yagoa 7 ปีที่แล้ว +1

      Nice to hear from you :), it just depends on how long you want them to last(especially with Chong caps), love the design otherwise btw

  • @sampathkumarspace9162
    @sampathkumarspace9162 3 ปีที่แล้ว +1

    Awesome 👌

  • @mrteausaable
    @mrteausaable 5 ปีที่แล้ว +1

    Why do you need the second micro capacitor?

    • @andrewg3509
      @andrewg3509 4 ปีที่แล้ว

      Because he doesn't understand what it's for. You don't need that capacitor at the regulator. It's supposed to be as close to the pins of the ESP8266 module as possible to decouple and prevent unexpected restarts. It's doing absolutely nothing where it is in this video

  • @lucasfalcon4079
    @lucasfalcon4079 7 ปีที่แล้ว

    Why do you have two capacitors at the output? I've learned that you only need one small capacitor at the input to prevent self oscillation and can add one larger on the output to stabilise the voltage. I like the idéa though.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      It can be good to have a cap on the input if you dont have a good clean signal (I often use usb power so I can be fairly well assured that my 5v supply is good) but the caps on the output are because the ESP can often pull large amounts of current especially during startup and transmission which can cause small regulators to brown-out and reset or crash the ESP. The caps on the output take up the slack and remove some of the stress on the regulator in those cases which keeps everything running smoothly.

  • @ThomasHaberkorn
    @ThomasHaberkorn 7 ปีที่แล้ว

    why the need for the 100nF cap? It looks like it is connected in parallel to the 1000µF cap (so it would kinda have 1000.1 µF, right?). Please explain

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +3

      +ThomasHaberkorn the idea is that they operate on different frequencies. The larger cap handles large lower frequencies of noise and the smaller one handles higher frequencies because it can react faster. This keeps the electrical noise to a minimum across the spectrum

    • @ThomasHaberkorn
      @ThomasHaberkorn 7 ปีที่แล้ว +1

      Thanks! Makes sense

  • @nvxwax1785
    @nvxwax1785 7 ปีที่แล้ว

    Would this be able to drop a 12 volt source to 3.3 without over heating?

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      12 is the max so it would probably get quite warm. At higher amperages it would probably start to overheat, yes. I recommend dropping the 12 down to 5 and then to 3.3 or just using a different regulator setup like a switching regulator if you are trying to go from 12 to 3.3

  • @linuxmanju
    @linuxmanju 3 ปีที่แล้ว

    Smaller is better :P.. Lets debate on that :P. On a serious note, thanks alot for the video. Learnt alot.

  • @htcheroportugal
    @htcheroportugal 6 ปีที่แล้ว

    What is that diodo? Is 104?

  • @mertsamet2953
    @mertsamet2953 4 ปีที่แล้ว

    my motherboared of pc is +3.3 channel is about 2.9 v .. i am planning to reduce my 5 v to +3.3 v for my motherboard . is this new design suitable for this purpose ? . i do not kow how much ampers my motherboard uses throuh +3.3 channel . thanks in advance

    • @ItKindaWorks
      @ItKindaWorks  4 ปีที่แล้ว

      Yes this would be fine generally. But also I'd probably just try to use a usb port (or internal usb header) instead of directly tapping the 3.3v line on the mobo

  • @skyz3ra
    @skyz3ra 3 ปีที่แล้ว

    Nice vid thx

  • @StephenMatrese
    @StephenMatrese 6 ปีที่แล้ว

    Could you explain how this works?
    Wht do you need two capacitors? Are they input and output? (It's hard to see where the red one connects)

    • @ItKindaWorks
      @ItKindaWorks  6 ปีที่แล้ว +1

      Both of the capacitors are on the output side of the regulator. The idea is that the small one reacts to quick and small irregularities in power while the large cap reacts more slowly but can handle keeping the power smooth when there are larger changes voltage. using them together ensures that the ESP (or whatever 3.3V device is attached) will receive quite clean power even when there are other large inductive devices (like relays or motors) attached to the same circuit.

    • @chuckwilkins3581
      @chuckwilkins3581 4 ปีที่แล้ว

      @@ItKindaWorks That makes sense. Thanks for clarifying. I was looking at your design and thinking. Wait, should the 1000 be on the voltage in and the 100 on the way out. But, that makes sense. They are acting as a high low voltage filter. Which is what we want on the output a steady 3.3v.

  • @wangouthangout
    @wangouthangout 3 ปีที่แล้ว

    Why didn't you put a capacitor on the input of the regulator?

    • @ItKindaWorks
      @ItKindaWorks  3 ปีที่แล้ว

      My assumption is that the input will already be fairly clean power (from a good usb adapter or battery for example). If it's going to be a noisier input signal then I would also include one on the input side

  • @MaheesIshaq
    @MaheesIshaq 7 ปีที่แล้ว

    great video!
    i see the ht333-a can take up to 12v, have you tried it? does it get hot?

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +1

      I have not tried it with 12V but I would imagine it would get somewhat hot at that voltage since that is its max voltage. I probably wouldn't do such a compact circuit if you plan on using 12V but you can try it out and let me know!

  • @AliBurakBaskaya
    @AliBurakBaskaya 3 ปีที่แล้ว

    thank you ı wıll test it

  • @musicvideoemcee1
    @musicvideoemcee1 6 ปีที่แล้ว

    This kinda works channel.. is pretty sharp... and the kinda works sharp guy said
    The step down voltage modules... cease supplying 3.3 v when under 5V power input
    Which ended out being spot on...
    Won't be able to power these Banggood regulators on battery very long
    Building the 7333 and the 7350 version of this regulator
    Having a small abundance of these regulators 3.3 /5 V for portable projects
    Using battery as switched backup at power level just above loss
    Code generating notification of condition and switching

  • @harmonte
    @harmonte 5 ปีที่แล้ว

    Shouldn't the 100 nano farad capacitor should be soldered to ground and input instead of ground and output?

    • @ItKindaWorks
      @ItKindaWorks  5 ปีที่แล้ว

      You could put one on the input as well however I generally dont find it necessary. Having the two on the output helps smooth out power draw spikes on the ESP quite well. I generally assume that my input power is already fairly clean and doesnt need to be conditioned very much. But if you have a bad or noisy power supply as well then I would definitely put a 100nf and a 100-470uf cap on the input as well.

  • @Rizon1985
    @Rizon1985 7 ปีที่แล้ว +3

    Datasheet says 250mA absolute maximum for the 3.3V model which isn't a lot of headway. It will be ok for a naked ESP8266 but just adding a few LEDs would make it uncomfortable already imo.
    When a datasheet says the maximum, I already assume half of that value is the real life value I want to allow myself to use to keep long term stability.
    Consider a follow up video where you sacrifice some of them to science by connecting it to a current limited PSU and slowly raising the limit.

    • @kirkb4989
      @kirkb4989 6 ปีที่แล้ว

      I think in reality the ESP modules will peak at around 350ma risking the dreaded ESP Reset issue. I really like this idea, just if there was a bit higher current LD0 in the TO-92 case. Better would be a buck converter in a TO-92.

  • @AudreyRobinel
    @AudreyRobinel 7 ปีที่แล้ว

    If battery efficiency is a concern to you, why not using a switching regulator?
    For quite cheap, you can have step-up/step down regulators, with high efficiency (>90%).
    The only reason i have for using linear regulators is because i still have some in stock, for projects where i don't care about efficiency.
    Note however that switching regulators are known to generate more EMI, so for super clean radio stuff you may want a linear still.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว +1

      I know that switching is the way to go for super efficiency but those usually end up costing a lot more (these practically cost me pennies to make) and take up more space since you generally still need some caps to maintain a solid signal. Either way works well though! I just thought I'd show these little devices since they work so well and have been solid for me so far :)

    • @AudreyRobinel
      @AudreyRobinel 7 ปีที่แล้ว

      Always a good thing to show stuff to others :) Had others had not done it, i wouldn't be here discussing the benefits of switching regulators. And indeed, your's have a place too.
      However, i must insist on the fact that you can buy great switching regulators for pretty cheap, i bought 5 12-24V to 5V vRegs, switching type, 3A max current, with adjustable out (from 0.something to 12V, i don't know why they sell those as "5V regulators", for 2€, delivered to my house... sure, you can add capacitors, although mine have input and ouptut capacitors, and i was able to power my ESP stuff without extra capacitors (although i use it to drive a mosfet driving a led strip in PWM). I think that i'll add a capacitor for good measure on my final PCB, however those do work great as is.
      Here's an example of such regulators : www.aliexpress.com/item/10pcs-lot-Ultra-Small-Size-DC-DC-Step-Down-Power-Supply-Module-3A-Adjustable-Step-Down/32478748937.html (not the model i bought but i can't find the exact link in my puchase links). Those are 40cents each when bought by 10, similar characteristics...

  • @vironicamacabenta8303
    @vironicamacabenta8303 6 ปีที่แล้ว

    sir can i ask something, i had this kind of project the wifi base electric fan microcontroller the components are relay 8 module, arduino uno, esp 8266 and 12v dc electric fan. its all working together but there's some problem the esp 8266 have been restarting because of the fluctuation of the tx in esp there is current flowing on that pin thats why our project is not working properly the esp keep shutting down

    • @borisjevic6338
      @borisjevic6338 6 ปีที่แล้ว +1

      Have you tried adding a 330uF - 470uF capacitor directly soldered on the voltage input on the board of the esp?

    • @vironicamacabenta8303
      @vironicamacabenta8303 6 ปีที่แล้ว +1

      ill try it bro thank you

    • @borisjevic6338
      @borisjevic6338 6 ปีที่แล้ว

      Vironica Macabenta just make sure you get the polarity right ;-)
      Let us know how you go.
      All the best.

  • @damny0utoobe
    @damny0utoobe 5 ปีที่แล้ว +1

    Dude. You are a genius. How much weed did you smoke before coming up with this one? Just messing. Good stuff

  • @c0r0y
    @c0r0y 6 ปีที่แล้ว

    I have only 330uF and 470uF. Can I use one of them, too?

    • @ItKindaWorks
      @ItKindaWorks  6 ปีที่แล้ว +1

      Yeah that should work well enough

  • @DavidJJJ
    @DavidJJJ 3 ปีที่แล้ว

    Just a warning, this will not prevent your lithium battery from over-discharge, so you still need some protection for something like a lithium ion so it doesn't go below 3 volts.

    • @DrZipZwan
      @DrZipZwan 3 ปีที่แล้ว

      Good remember but this build is not a n over discharge protection! It is a stepDown build!
      TP4056 got over discharged IC, so TP4056 + this tiny stepDown does the job you talked about 😉

  • @cemal8123
    @cemal8123 6 ปีที่แล้ว +2

    nanofarad cap went to wrong legs?!! You have connected it parralel to the 1000uf cap.

    • @ItKindaWorks
      @ItKindaWorks  6 ปีที่แล้ว +4

      That was done on purpose - the large cap handles larger fluctuations in power but is slow to react while the small cap handles high frequency fluctuations but cannot keep up if there is a large spike or dip in power.

  • @MichaelPhipps01
    @MichaelPhipps01 7 ปีที่แล้ว

    any Links for where I can buy the regulator online?

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      I dont generally post links because I buy them from ebay listings that come and go quickly but here is the top listing on ebay currently www.ebay.com/itm/20pcs-NEW-HT7333-A-Low-Power-Consumption-LDO-TO-92-/142153858105?epid=687134941&hash=item211907bc39:g:S34AAOSwPCVYBviC

    • @mikapirinen2403
      @mikapirinen2403 6 ปีที่แล้ว

      This not enought current capasity, but cheap something else. www.aliexpress.com/item/100PCS-HT7333-A-HT7333-3-3V-SOT-89-Low-Power-Consumption-LDO-Voltage-Regulator/32811870701.html

  • @leglessinoz
    @leglessinoz 7 ปีที่แล้ว

    I would think that one cap should be across the input of the regulator and one across the output.

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      It's on the output because the ESP can often draw a lot of power very suddenly (when transmitting over wifi for example) which can overdraw the regulator. It probably wouldnt be a bad idea to have one on the input as well if your input power signal isnt the cleanest but generally I'm using these with clean USB power so thats not a big concern.

  • @george12121979
    @george12121979 6 ปีที่แล้ว

    Υou had to say how it is
    has such a small voltage drop
    lm1117 =transistor
    HT7333-A =mosfet
    Big difference !!!!!!!!!!!!!!!!!!!!!!!!
    HT7333-A this is done with mosfet, which is what it means
    the voltage regulator can not be set in series
    with a 5 volt power supply, so you have 5 volts
    and 3.3 volts.
    (digital 5 / 3.3 volt)
    this is something that lm1117 has the ability to do.
    in fact
    when you want 3.3 volts
    from batteries you use
    Step Down Converter Buck Module
    with a range of 3.3 to 6 volts

  • @akasickform
    @akasickform 7 ปีที่แล้ว

    great hack!

  • @strobi0001
    @strobi0001 2 ปีที่แล้ว

    A schematic is good tool to visualize your idea.

  • @CyberlightFG
    @CyberlightFG 7 ปีที่แล้ว

    well, it kinda works...
    Just for well regulated DC_in and very low power.
    Anyways, I would put a protection diode over the regulator.

    • @knowbot
      @knowbot 7 ปีที่แล้ว

      How would you have connected a diode like this?

    • @CyberlightFG
      @CyberlightFG 7 ปีที่แล้ว

      Thomas Bender Put it in reverse from the output to the input, so when the output voltage gets higher than the input, the diode avoids that reverse voltage that can destroy the regulator. Without, the capacitor discharges through the regulator and the regulator doesn't like that.
      Maybe I'm wrong and such a diode is already built in nowadays. Look at the specs.

  • @ReevansElectro
    @ReevansElectro 7 ปีที่แล้ว

    Why not state the maximum current output at 3.3 VDC?
    250mA

    • @ItKindaWorks
      @ItKindaWorks  7 ปีที่แล้ว

      Did I forget that? Oops my bad :)

    • @DavidJJJ
      @DavidJJJ 3 ปีที่แล้ว

      He mentioned that in the video 5:56

  • @b1tw0nder
    @b1tw0nder 7 ปีที่แล้ว

    dude get some tiny supercaps from element14 to make it even smaller!!!!

  • @keen2461
    @keen2461 3 ปีที่แล้ว +4

    A warning to all those watching this nice idea: The HT3333 and the MCP1700 3.3V LDOs that are being sold on Aliexpress, are knock-offs! I checked on amazon, and those are knock-offs as well.