Very Low Power Arduino / Battery Power - even Micro-amps!

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มิ.ย. 2024
  • We're going to learn how to make an Arduino consume as little power as possible whilst still being fully functional! We'll look at the basic Arduino devices (with the ATMega328 processor) and learn how we can use it in a low power environment such as data logging where we may be running totally off battery. I show that it's possible to use the Arduino down to microamps!
    Sketch with Power Down: robsmithdev.co.uk/youtube/low...
    Products Used:
    Arduino UNO: amzn.to/34AVWkQ
    Genuine Arduino Nano: amzn.to/3zJq4Gi
    CH340 Arduino Nano: amzn.to/3nbQhrL
    FTDI Breakout Board: amzn.to/3F3LHlC
    Sparkfun Arduino Pro Mini: amzn.to/3rkIf1h
    USB Power Meter: amzn.to/3TL8vzS
    If you want to support my channel then consider becoming a Patreon!
    Patreon: / robsmithdev
    Discord: / discord
    Chapters:
    Intro (00:00)
    Power Supply (00:27)
    Creating a Test Sketch (01:27)
    Arduino UNO (01:54)
    Arduino NANO (02:42)
    Fake FTDI? (03:49)
    Arduino Pro Mini (04:02)
    Power Down Mode (04:51)
    System Idle Process? (06:27)
    Summary (07:09)
    Music:
    Track: Modern Technology [Background Trance Music] by MokkaMusic / Robot • (No Copyright Music) M...
    Music provided by "MokkaMusic" channel and inaudio.org
    Track: Dreamer by Hazy. / hazy_music
    Music provided by www.plugnplaymusic.net
    Copyright © RobSmithDev 2021-2022
    robsmithdev.co.uk
    Where appropriate, all efforts were made to trace & obtain copyright
    holders permissions to reproduce their material in this video.
    If you have any questions regarding content please get in touch.
    #ElectronicsCreators #arduino #microamps

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

  • @eupa_premium
    @eupa_premium 2 หลายเดือนก่อน +1

    thank you about arduino sleep mode It seems like the easiest thing to organize. It was very helpful in completing the project using the watch dog timer.

  • @AliAhmed-tm1jf
    @AliAhmed-tm1jf หลายเดือนก่อน

    nice work

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

    Your video is very useful for beginners.
    At time stamp 3:35 you make a comment about the current not being like an "Original Arduino". This is dis-ingenious as the schematics are different between the clone Nano and an original Nano. If you look at the two schematics you will see that the onboard regulator of the original is connected on both cases, the USB and external 5V. On the clone nano the on board voltage regulator in NOT connected in both cases. This is why the current is lower on normal operation on USB power. When on battery power the on board regulator is always being used and the USB chip is always being powered.

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

      One thing I found interesting after I’d made the video is the chips on the nanos weren’t the same either. One had the ATMega328p the other the ATMega328PB which I believe aside from offering lots of extra features does also consume a different amount of power. Crazy eb