Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Nano minimum voltage

Nano minimum voltage

Scheduled Pinned Locked Moved Hardware
9 Posts 5 Posters 1.0k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arden
    wrote on last edited by
    #1

    Know officially the nano needs 5v
    Has anyone played with the minimum voltage you can get away with

    Wondering if I can run them off one 18650 ?

    If not will use 2 plus a 7805

    bjacobseB zboblamontZ 2 Replies Last reply
    0
    • K Offline
      K Offline
      kimot
      wrote on last edited by kimot
      #2

      Why "plus" 7805.
      Nano has got voltage regulator on board.
      Original Arduinos 7805 I think, clones LM1117 usually.

      1 Reply Last reply
      2
      • electrikE Offline
        electrikE Offline
        electrik
        wrote on last edited by
        #3

        If you use an ISP programmer, you can reprogram the fuses and use it on lower voltages also. Upto 1.8v but also 3.3v

        1 Reply Last reply
        2
        • A arden

          Know officially the nano needs 5v
          Has anyone played with the minimum voltage you can get away with

          Wondering if I can run them off one 18650 ?

          If not will use 2 plus a 7805

          bjacobseB Offline
          bjacobseB Offline
          bjacobse
          wrote on last edited by
          #4

          @arden said in Nano minimum voltage:

          Know officially the nano needs 5v
          Has anyone played with the minimum voltage you can get away with

          You don't need to play around, as the first thing to do is to read the datasheet for the CPU, a nano like the other original/classic Arduino's are using AtMega328p, then you get knowledge what is possible.
          Datasheet: The device operates between 1.8-5.5 volts.
          and this means to bypass/remove the voltage regulator on the Nano board

          http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061A.pdf

          K 1 Reply Last reply
          2
          • bjacobseB bjacobse

            @arden said in Nano minimum voltage:

            Know officially the nano needs 5v
            Has anyone played with the minimum voltage you can get away with

            You don't need to play around, as the first thing to do is to read the datasheet for the CPU, a nano like the other original/classic Arduino's are using AtMega328p, then you get knowledge what is possible.
            Datasheet: The device operates between 1.8-5.5 volts.
            and this means to bypass/remove the voltage regulator on the Nano board

            http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061A.pdf

            K Offline
            K Offline
            kimot
            wrote on last edited by
            #5

            @bjacobse said in Nano minimum voltage:

            Datasheet: The device operates between 1.8-5.5 volts.
            and this means to bypass/remove the voltage regulator on the Nano board

            But it do NOT means with 16Mhz crystal on Arduino Nano ...

            bjacobseB 1 Reply Last reply
            2
            • K kimot

              @bjacobse said in Nano minimum voltage:

              Datasheet: The device operates between 1.8-5.5 volts.
              and this means to bypass/remove the voltage regulator on the Nano board

              But it do NOT means with 16Mhz crystal on Arduino Nano ...

              bjacobseB Offline
              bjacobseB Offline
              bjacobse
              wrote on last edited by bjacobse
              #6

              @kimot said in Nano minimum voltage:

              But it do NOT means with 16Mhz crystal on Arduino Nano ...

              Well the AtMega328 has an option to use internal RC oscillation and hence don't need to use the 16MHZ crystal.
              yes we agree that with low voltage you must use 1MHz, -> 8MHZ div8

              From the link I have provided above, read chap 9.6:
              Calibrated Internal RC Oscillator
              By default, the Internal RC Oscillator provides an approximate 8.0MHz clock. Though voltage and temperature
              dependent, this clock can be very accurately calibrated by the user. See Table 29-9 on page 313 for more
              details. The device is shipped with the CKDIV8 Fuse programmed. See ”System Clock Prescaler” on page 45
              for more details.
              This clock may be selected as the system clock by programming the CKSEL Fuses as shown in Table 9-11. If
              selected, it will operate with no external components.

              And yes it's possible and maybe needed to calibrate the internal RC, that you need to test

              And yes you need also to change fuse for BOD (Brown out detection) as this by default close down the ATMega328 below 2.7V
              read chap 10.2: BOD Disable

              1 Reply Last reply
              1
              • A arden

                Know officially the nano needs 5v
                Has anyone played with the minimum voltage you can get away with

                Wondering if I can run them off one 18650 ?

                If not will use 2 plus a 7805

                zboblamontZ Offline
                zboblamontZ Offline
                zboblamont
                wrote on last edited by
                #7

                @arden With so many more efficient boosters available than stock voltage regulators I have to question the wisdom of detuning any device to accommodate the power supply for all but the most extreme requirements.
                With the Nano's USB converter constantly sucking power it is the least frugal device of the newer Arduinos, the pro-mini has a wealth of information on reducing sleep load power with LED and VR removed, perhaps a change in approach may be worthwhile ?

                bjacobseB 1 Reply Last reply
                1
                • zboblamontZ zboblamont

                  @arden With so many more efficient boosters available than stock voltage regulators I have to question the wisdom of detuning any device to accommodate the power supply for all but the most extreme requirements.
                  With the Nano's USB converter constantly sucking power it is the least frugal device of the newer Arduinos, the pro-mini has a wealth of information on reducing sleep load power with LED and VR removed, perhaps a change in approach may be worthwhile ?

                  bjacobseB Offline
                  bjacobseB Offline
                  bjacobse
                  wrote on last edited by
                  #8

                  @zboblamont said in Nano minimum voltage:

                  @arden With so many more efficient boosters available than stock voltage regulators I have to question the wisdom of detuning any device to accommodate the power supply for all but the most extreme requirements.
                  With the Nano's USB converter constantly sucking power it is the least frugal device of the newer Arduinos, the pro-mini has a wealth of information on reducing sleep load power with LED and VR removed, perhaps a change in approach may be worthwhile ?

                  Yes I fully agree, but if Arden only have those Nano available, he can use those with extra effort to remove all those not needed current consumption IC's

                  zboblamontZ 1 Reply Last reply
                  1
                  • bjacobseB bjacobse

                    @zboblamont said in Nano minimum voltage:

                    @arden With so many more efficient boosters available than stock voltage regulators I have to question the wisdom of detuning any device to accommodate the power supply for all but the most extreme requirements.
                    With the Nano's USB converter constantly sucking power it is the least frugal device of the newer Arduinos, the pro-mini has a wealth of information on reducing sleep load power with LED and VR removed, perhaps a change in approach may be worthwhile ?

                    Yes I fully agree, but if Arden only have those Nano available, he can use those with extra effort to remove all those not needed current consumption IC's

                    zboblamontZ Offline
                    zboblamontZ Offline
                    zboblamont
                    wrote on last edited by zboblamont
                    #9

                    @bjacobse Granted that is what he has, but it's a lot more effort reducing a Nano to pro-mini compared to the cost of a getting a pro-mini to begin surgery to start with... We all have devices bought with good intention gathering dust as we learn.... ;)
                    One of these days will get a Nano to play with, but had dismissed it for battery applications from the start of this adventure and have seen no reason to reconsider that conclusion since.. For testbed or PSU applications, fine, but for battery applications?...
                    As the Limerick man advised the driver seeking directions to Dublin, " I wouldn't start from here" :)

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    14

                    Online

                    11.7k

                    Users

                    11.2k

                    Topics

                    113.0k

                    Posts


                    Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • MySensors
                    • OpenHardware.io
                    • Categories
                    • Recent
                    • Tags
                    • Popular