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

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 พ.ค. 2024
  • 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

  • @raymondmichael4987
    @raymondmichael4987 6 หลายเดือนก่อน

    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 😊

  • @santorcuato
    @santorcuato 3 ปีที่แล้ว +2

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

  • @myounges
    @myounges 3 ปีที่แล้ว +2

    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!

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

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

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

      Fantastic!

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

    Very informative thanks

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

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

  • @mindpixel3142
    @mindpixel3142 2 ปีที่แล้ว +1

    Very helpful thanks !
    Any alternative for 1000mA ?

  • @amarendranathpramanik2871
    @amarendranathpramanik2871 10 หลายเดือนก่อน

    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

  • @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.

  • @davidmaillot2253
    @davidmaillot2253 2 ปีที่แล้ว +1

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

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

      I will check it out, thanks

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

      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
    @zyghom ปีที่แล้ว

    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  ปีที่แล้ว

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

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

      @@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 ปีที่แล้ว +1

    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.