LDO Voltage Regulator for ESP8266/ESP32 Battery Projects (SPX3819)

Ғылым және технология

A low dropout voltage regulator with features and cost that make it attractive in ESP8266 and ESP32 battery based projects.I will do a quick run down the datasheet and an application sample..
GET SPX3819
==================================
Amazon.com - amzn.to/2PgHirG
Amazon.ca - amzn.to/3dEqdBk
AliExpress - s.click.aliexpress.com/e/_AWx8sd
DATASHEET
==================================
www.maxlinear.com/ds/spx3819.pdf
CREDITS
==================================
Music: 'Cutting It Close' - DJ Freedem
DISCLAIMER: Some of the links found here may be affiliate links, meaning I will make commission on sales you make through my link. This is at no extra cost to you to use my links/codes, it's just one more way to support me and my work. Much of the information contained is based on personal knowledge and experience. It is the responsibility of the viewer to independently verify all information.

Пікірлер: 21

  • @santorcuato
    @santorcuato3 жыл бұрын

    Thanks MrDIY, this is a very interesting subject and maybe you find the best one...

  • @myounges
    @myounges3 жыл бұрын

    Thanks for the video really looking into how this lipo button batteries perform ( in terms of how many times they can trasmit a signal). Cheers!

  • @raymondmichael4987
    @raymondmichael49877 ай бұрын

    Subed. You become my top watched tutor these few days, I’m working on espnow mesh network, or trying to wrap my head around it 😊

  • @zaprodk
    @zaprodk3 жыл бұрын

    Thank you for sharing this part number. I have 100 on the way now :)

  • @MrDIYca

    @MrDIYca

    3 жыл бұрын

    Fantastic!

  • @educationaltechnology8363
    @educationaltechnology83632 жыл бұрын

    Very informative thanks

  • @mindpixel3142
    @mindpixel31422 жыл бұрын

    Very helpful thanks ! Any alternative for 1000mA ?

  • @the-matrix-has-you
    @the-matrix-has-you Жыл бұрын

    Yes it is good idea to control LDO with ATtiny but how much current does ATtiny13a and 3.3v pir sensor consume I wonder? ESP 8266 can consume 3uA in deep sleep with a good LDO like HT7333. I really wonder how much current ATtiny13a consumes with a PIR sensor in total.

  • @amarendranathpramanik2871
    @amarendranathpramanik287111 ай бұрын

    Very helpful indeed! Is it possible to use as an alternative of SPX3819? As SPX3819 not available. NCP3335AMN330R2G - LDO Voltage Regulator, Fixed, 2.6 V to 12 V in, 260 mV drop, 3.3 V/700 mA out, DFN-10

  • @jabolko1k
    @jabolko1k2 жыл бұрын

    so this thing could be used for 12v inputs? i have many 12v sensors i could use... or is there other better solution?

  • @davidmaillot2253
    @davidmaillot22532 жыл бұрын

    good video. I think that RT9080 is best but more expensive.

  • @MrDIYca

    @MrDIYca

    2 жыл бұрын

    I will check it out, thanks

  • @blogactivities5462

    @blogactivities5462

    Жыл бұрын

    based on my research, RT9080-33GJ5 is best -> input voltage range is from 1.2V to 5.5V. EXCLUDING reverse battery protection. I think for IOT devices (probably needs to replace battery every 2-3 years), reverse battery protection is not a big problem.

  • @zyghom
    @zyghom2 жыл бұрын

    do you keep ATtiny in sleep mode or in active mode? Active mode = 240uA - that is way to much for battery. I am still thinking how to monitor the pins without drawing so much of current. Unless you keep ESP in sleep mode with "wake up on gpio" when you can get to 7uA during the sleep.

  • @MrDIYca

    @MrDIYca

    2 жыл бұрын

    yes, I keep it in the deep sleep and wake up only on interrupts or timers

  • @zyghom

    @zyghom

    2 жыл бұрын

    @@MrDIYca so you use sleeping Attiny to wake up, enable power supply for esp and then the rest, right? what is the reason for using Attiny to sleep rather than esp to sleep? what is the sleep current for attiny?

  • @nighthunter28
    @nighthunter28 Жыл бұрын

    the datasheet says it can run on 18v. but people write that it burns out at 10v and supplies 10v to the microcontroller and modules !!! many fakes! be careful with connections above 5v.

  • @MrDIYca

    @MrDIYca

    Жыл бұрын

    agreed

  • @user-cs7ko1lv9c
    @user-cs7ko1lv9c Жыл бұрын

    Thank you for sharing , but Why can't remove the Attiny and directly switch_input to the EN pin of the ldo, so that it is more energy efficient without the Attiny? I'm very confused why do you have to add a Attiny

  • @user-cs7ko1lv9c

    @user-cs7ko1lv9c

    Жыл бұрын

    Can I get rid of Attiny if Switch_input is a self-reset button ? My project is to use the self-reset button to remotely control the light through espnow

  • @MrDIYca

    @MrDIYca

    Жыл бұрын

    You can but it will only trigger in one direction, for example, when you close the door and not when it is opened. The other downside, when the door is closed the LDO will always be ON draining the battery.