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

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 25

  • @myounges
    @myounges 3 года назад +3

    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
    @raymondmichael4987 Год назад

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

  • @zaprodk
    @zaprodk 3 года назад +1

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

    • @MrDIYca
      @MrDIYca  3 года назад +1

      Fantastic!

  • @the-matrix-has-you
    @the-matrix-has-you 2 года назад

    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.

  • @CppSever
    @CppSever 2 месяца назад

    Thanks Bro, i love you 😘

  • @amarendranathpramanik2871
    @amarendranathpramanik2871 Год назад

    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

  • @joshieee7675
    @joshieee7675 9 дней назад

    Can i replace the v regular of my esp32 to that ldo on its board or i need to make a custom board

  • @mindpixel3142
    @mindpixel3142 3 года назад +1

    Very helpful thanks !
    Any alternative for 1000mA ?

  • @educationaltechnology8363
    @educationaltechnology8363 3 года назад +1

    Very informative thanks

  • @davidmaillot2253
    @davidmaillot2253 2 года назад +1

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

    • @MrDIYca
      @MrDIYca  2 года назад

      I will check it out, thanks

    • @blogactivities5462
      @blogactivities5462 2 года назад +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.

  • @jabolko1k
    @jabolko1k 3 года назад

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

  • @dyaa6
    @dyaa6 5 месяцев назад

    how many drop down voltage for this part?

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

  • @zyghom
    @zyghom 2 года назад

    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?

  • @朱志华-d3i
    @朱志华-d3i 2 года назад

    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

    • @朱志华-d3i
      @朱志华-d3i 2 года назад

      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  2 года назад

      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.