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. General Discussion
  3. 5v vs. 3.3v Pro Mini battery powered nodes

5v vs. 3.3v Pro Mini battery powered nodes

Scheduled Pinned Locked Moved General Discussion
35 Posts 7 Posters 5.1k Views 6 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.
  • Nca78N Nca78

    The best if you want to run on batteries is to run at 3.3V (or less) and avoid sensors that need 5V.
    Everything is much more power hungry at 5V and sensors optimized for low power consumption run at low voltage.

    M Offline
    M Offline
    mhkid
    wrote on last edited by
    #5

    @nca78 - The preference would certainly be to run the lower voltage sensors but that's not always an option. I've got some sensors I want to run like a water pressure transducer that is 5v or a water flow meter that is 5v which I'd like to run on batteries because I don't have wired power available in the location I want them at. There are others too that aren't necessarily available in a 3.3v version. Do you have any experience or can you point me how to do this?

    zboblamontZ 1 Reply Last reply
    0
    • M mhkid

      What are the thoughts on running 5v vs 3.3v pro mini's for battery powered nodes? For sensors that need 5v are you running a 3.3v and stepping up to 5v or running a 5v and stepping down for the radio? Also for 5v pro mini's are you running 4AA batteries or doing a 9v battery or something else?

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

      @mhkid In addition to what has been said above, perhaps not immediately obvious is how many pins are left available after incorporating radio etc..

      When I started off on my own particular saga I chickened out on bad soldering and bought in a custom 3v pro mini with onboard radio and RTC, but there were only 3 or 4 pins available however efficient the design, and both interrupt pins were occupied.
      Whereas the ultrasonic sensors purchased were advertised as operating at 3v3, they completely failed unless supplied with 5v, thus a major headache began. I tried using boosters for the ultrasonic, level converters, fets, signal relays, every time I hit a problem over available pins since I needed 3 for the ultrasonic alone...

      Finally I ended up with a standard 5v pro mini with only the power led removed, powered by 4xAA via a signal relay, connected to the ultrasonic, passing data over I2C via a Level Converter. Everything but the 3v is powered off while it sleeps, the RTC wakens it every hour and powers up the 5v, which then executes it's routines.. Plenty enough pins spare on the 5v for anything required, and the 3v controls it all efficiently passing the data over radio to the Gateway. Early days for a definitive conclusion on battery usage, but it should be pretty frugal.

      In the end, whereas it would have been nice to get a 3v version of this type of ultrasonic, the reality is that it would have used all spare pins on the 3v pro mini with no expansion available, this combo solves that bottleneck.

      M 1 Reply Last reply
      0
      • M mhkid

        @nca78 - The preference would certainly be to run the lower voltage sensors but that's not always an option. I've got some sensors I want to run like a water pressure transducer that is 5v or a water flow meter that is 5v which I'd like to run on batteries because I don't have wired power available in the location I want them at. There are others too that aren't necessarily available in a 3.3v version. Do you have any experience or can you point me how to do this?

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

        @mhkid Perhaps consider power generation at point of use, eg Solar ?

        1 Reply Last reply
        0
        • zboblamontZ zboblamont

          @mhkid In addition to what has been said above, perhaps not immediately obvious is how many pins are left available after incorporating radio etc..

          When I started off on my own particular saga I chickened out on bad soldering and bought in a custom 3v pro mini with onboard radio and RTC, but there were only 3 or 4 pins available however efficient the design, and both interrupt pins were occupied.
          Whereas the ultrasonic sensors purchased were advertised as operating at 3v3, they completely failed unless supplied with 5v, thus a major headache began. I tried using boosters for the ultrasonic, level converters, fets, signal relays, every time I hit a problem over available pins since I needed 3 for the ultrasonic alone...

          Finally I ended up with a standard 5v pro mini with only the power led removed, powered by 4xAA via a signal relay, connected to the ultrasonic, passing data over I2C via a Level Converter. Everything but the 3v is powered off while it sleeps, the RTC wakens it every hour and powers up the 5v, which then executes it's routines.. Plenty enough pins spare on the 5v for anything required, and the 3v controls it all efficiently passing the data over radio to the Gateway. Early days for a definitive conclusion on battery usage, but it should be pretty frugal.

          In the end, whereas it would have been nice to get a 3v version of this type of ultrasonic, the reality is that it would have used all spare pins on the 3v pro mini with no expansion available, this combo solves that bottleneck.

          M Offline
          M Offline
          mhkid
          wrote on last edited by
          #8

          @zboblamont - Great information, thank you. I've sort of been coming to the same conclusion but when I look it seems like most people are using 3.3v pro minis so it's really great to hear you're using the 5v. I ran into the problem with PIRs and trying to do all the tricks to make it run on 3v but it didn't work reliably for me. I don't mind running 4AA for those nodes and I don't mind the larger form factor. So are you running a nano to get more pins instead of a 5v pro mini?

          zboblamontZ 1 Reply Last reply
          0
          • M mhkid

            @zboblamont - Great information, thank you. I've sort of been coming to the same conclusion but when I look it seems like most people are using 3.3v pro minis so it's really great to hear you're using the 5v. I ran into the problem with PIRs and trying to do all the tricks to make it run on 3v but it didn't work reliably for me. I don't mind running 4AA for those nodes and I don't mind the larger form factor. So are you running a nano to get more pins instead of a 5v pro mini?

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

            @mhkid Perhaps the post wasn't clear, the 3v pro mini handles comms between sleeps, the 5v pro mini provides the expansion but is powered off otherwise. The Nano is not so energy efficient as the pro mini.
            In your case I'm guessing you need 5v continuous rather than periodic power, so aside from more efficient voltage regulation of the power, you will need to generate power somehow.

            Will be installing pressure sensors for the pumped supply and filters at some point also, but have the advantage of mains power available so running a 5v pro mini with an RTC to do the analysis and interrupt the radio node is not a problem. Water meters are pulse versions here so again not a voltage issue.

            M 1 Reply Last reply
            0
            • zboblamontZ zboblamont

              @mhkid Perhaps the post wasn't clear, the 3v pro mini handles comms between sleeps, the 5v pro mini provides the expansion but is powered off otherwise. The Nano is not so energy efficient as the pro mini.
              In your case I'm guessing you need 5v continuous rather than periodic power, so aside from more efficient voltage regulation of the power, you will need to generate power somehow.

              Will be installing pressure sensors for the pumped supply and filters at some point also, but have the advantage of mains power available so running a 5v pro mini with an RTC to do the analysis and interrupt the radio node is not a problem. Water meters are pulse versions here so again not a voltage issue.

              M Offline
              M Offline
              mhkid
              wrote on last edited by mhkid
              #10

              @zboblamont - So you mean you're running two pro minis (3v and 5v)? That actually sounds kind of cool. So both of them are running off the 4AA is that correct? Do you have a wiring diagram/sketch for how you have that hooked up and working? I'd be interested in how that works because that sounds like a really slick way to do it.

              Actually that's a good point about needing the continuous power for the water sensors. I actually would be fine without continuous power to the water pressure transducer but a flow meter I would probably need continuous power. What I'm designing is for livestock, specifically pigs in my case. For the pressure transducer I just want to know if there is pressure to their water supply so if it goes down I'll know right away so checking every few minutes is fine. But the flow meter is to measure their water intake and I'd need to have that running on continuous power to be able to measure that as they drink the water. I also want to measure water temp as the water is coming from a canal and if it gets to warm I want to know that. I put in a filter system this year and the pressure could also help me know if the filters need to be replaced. But your idea of running 3.3V and a 5V could make it possible to run them all off 1 radio. I am also considering running power to this location as well so I would then have a power supply but solar is also a good option.

              zboblamontZ 1 Reply Last reply
              0
              • M mhkid

                @zboblamont - So you mean you're running two pro minis (3v and 5v)? That actually sounds kind of cool. So both of them are running off the 4AA is that correct? Do you have a wiring diagram/sketch for how you have that hooked up and working? I'd be interested in how that works because that sounds like a really slick way to do it.

                Actually that's a good point about needing the continuous power for the water sensors. I actually would be fine without continuous power to the water pressure transducer but a flow meter I would probably need continuous power. What I'm designing is for livestock, specifically pigs in my case. For the pressure transducer I just want to know if there is pressure to their water supply so if it goes down I'll know right away so checking every few minutes is fine. But the flow meter is to measure their water intake and I'd need to have that running on continuous power to be able to measure that as they drink the water. I also want to measure water temp as the water is coming from a canal and if it gets to warm I want to know that. I put in a filter system this year and the pressure could also help me know if the filters need to be replaced. But your idea of running 3.3V and a 5V could make it possible to run them all off 1 radio. I am also considering running power to this location as well so I would then have a power supply but solar is also a good option.

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

                @mhkid 3v and 5v supplies separated, I posted the arrangement recently with photos, industrial but effective...

                I'm puzzled now why you need 5v for a water meter...
                Normally they are pulse reeds or fets which can trigger an interrupt, not voltage dependent, so the Node sleeps between pulses.
                Have a Zenner 20mm out in the garden currently with a slot for their ludicrously priced reed switch, but found a spare reed which fits neatly in the cavity anyway. Unfortunately it's a 100litre pulse body and I really need 10l/pulse on the raw water line.
                The house consumption is a V200 piston meter with the Elster inductive FET unit bolted on top, pulses every litre, but about 40-50 quid from memory.

                If you are only taking pressure samples to check for bursts, perhaps a pressure switch may be more appropriate?

                M 1 Reply Last reply
                0
                • zboblamontZ zboblamont

                  @mhkid 3v and 5v supplies separated, I posted the arrangement recently with photos, industrial but effective...

                  I'm puzzled now why you need 5v for a water meter...
                  Normally they are pulse reeds or fets which can trigger an interrupt, not voltage dependent, so the Node sleeps between pulses.
                  Have a Zenner 20mm out in the garden currently with a slot for their ludicrously priced reed switch, but found a spare reed which fits neatly in the cavity anyway. Unfortunately it's a 100litre pulse body and I really need 10l/pulse on the raw water line.
                  The house consumption is a V200 piston meter with the Elster inductive FET unit bolted on top, pulses every litre, but about 40-50 quid from memory.

                  If you are only taking pressure samples to check for bursts, perhaps a pressure switch may be more appropriate?

                  M Offline
                  M Offline
                  mhkid
                  wrote on last edited by
                  #12

                  @zboblamont - Below are links to what I have but am certainly open to other options.

                  https://www.amazon.com/dp/B00RCPDCQU/ref=twister_B00RCPDQOI?_encoding=UTF8&psc=1

                  https://www.ebay.com/itm/G3-4-Hall-Effect-Liquid-Water-Flow-Sensor-Switch-Flowmeter-Meter-2-45L-min/272370070138?epid=1784055044&hash=item3f6a85727a:g:TfsAAOSwOd9a8pQu

                  zboblamontZ 1 Reply Last reply
                  0
                  • M mhkid

                    @zboblamont - Below are links to what I have but am certainly open to other options.

                    https://www.amazon.com/dp/B00RCPDCQU/ref=twister_B00RCPDQOI?_encoding=UTF8&psc=1

                    https://www.ebay.com/itm/G3-4-Hall-Effect-Liquid-Water-Flow-Sensor-Switch-Flowmeter-Meter-2-45L-min/272370070138?epid=1784055044&hash=item3f6a85727a:g:TfsAAOSwOd9a8pQu

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

                    @mhkid Ok, see what you had in mind now.
                    If it were me looking at doing it on the cheap, I'd screw down an old pump pressure switch or similar adjustable to simply connect when pressure falls below a set-point. A simple alarm out switch rather than sampling the sensor to decide on an alarm.
                    For the water consumption, assuming the pump is powered, could your metering be done there, or is it not a dedicated supply?

                    M 1 Reply Last reply
                    0
                    • zboblamontZ zboblamont

                      @mhkid Ok, see what you had in mind now.
                      If it were me looking at doing it on the cheap, I'd screw down an old pump pressure switch or similar adjustable to simply connect when pressure falls below a set-point. A simple alarm out switch rather than sampling the sensor to decide on an alarm.
                      For the water consumption, assuming the pump is powered, could your metering be done there, or is it not a dedicated supply?

                      M Offline
                      M Offline
                      mhkid
                      wrote on last edited by
                      #14

                      @zboblamont - interesting thought on the pump pressure switch. It's not a dedicated water supply. I'm in an irrigation district and the line is pressurized by their pump which is pumping from a canal. It does go down at times and then one of my neighbors or I have to call and alert them to come out and get it going. Yes you would think they would have some sort of alarm on their system but apparently they don't. I use the water for watering lawn, pasture, and just added the filtering so I could water my animals. I may end up with more than one flow meter so I can measure water consumption in each pen. These are show animals and water consumption is important as it relates to nutrition and weight gain.

                      zboblamontZ 1 Reply Last reply
                      0
                      • M mhkid

                        @zboblamont - interesting thought on the pump pressure switch. It's not a dedicated water supply. I'm in an irrigation district and the line is pressurized by their pump which is pumping from a canal. It does go down at times and then one of my neighbors or I have to call and alert them to come out and get it going. Yes you would think they would have some sort of alarm on their system but apparently they don't. I use the water for watering lawn, pasture, and just added the filtering so I could water my animals. I may end up with more than one flow meter so I can measure water consumption in each pen. These are show animals and water consumption is important as it relates to nutrition and weight gain.

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

                        @mhkid Ok, so the pressure monitoring is to alert for pump supply failure, a refurbed single pump pressure controller could easily control a submarine dive klaxon on a big battery, or maybe just trip an Arduino interrupt to radio in, as not sure 3am 130dB klaxon alarms would go down too well with the chickens let alone the family...

                        For meters, I would seriously reconsider the notion of using a turbine meter, they MUST be powered continuously.
                        Standard apartment meters with a K10 pulse output (every 10 litres) might cost 30-50 GBP depending on where you buy them, the meter will continue to register even if you lost all power, the turbine will not. A box/cupboard to house the meter and however many others you envisage manifolding off will protect them, insulated if you experience frosts, in a heated room in you get -20s...
                        If you need to get down to 1 litre pulses, they are less common but not silly money unless going for Class D or Magflow...

                        So getting back to your OP, you only need one voltage for the Arduino if you ditch the turbine idea...
                        As the Limerick Man explained to the motorist asking directions to Dublin... "Well I wouldn't start from here..."
                        https://www.amazon.co.uk/15mm-Water-Meter-Pulse-Output/dp/B0078NMBX6

                        1 Reply Last reply
                        0
                        • M mhkid

                          What are the thoughts on running 5v vs 3.3v pro mini's for battery powered nodes? For sensors that need 5v are you running a 3.3v and stepping up to 5v or running a 5v and stepping down for the radio? Also for 5v pro mini's are you running 4AA batteries or doing a 9v battery or something else?

                          T Offline
                          T Offline
                          tochinet
                          wrote on last edited by
                          #16

                          @mhkid For battery powered sensors, you should always try to go 3V3. And if necessary change the model of sensor. At 3V3 the consumption is lower as well, so you win twice the energy (very roughly). Your device should also sleep continuously between the sensor captures. It can become tricky. But I used a DHT22+328p+TI CC RF sensor powered by 3V3 on a single AA cell and up-converter for 5 years now, and I only need to recharge it every 4-6 month.

                          M 1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            MaAh
                            wrote on last edited by
                            #17

                            A video here https://www.youtube.com/watch?v=kEkD4SLMX8Y on some different ways to power the Pro Mini

                            M 1 Reply Last reply
                            0
                            • alexsh1A Offline
                              alexsh1A Offline
                              alexsh1
                              wrote on last edited by
                              #18

                              There are no thoughts. Just get 3.3v pro mini.
                              Generally speaking for any low consumption (battery driven nodes), try to get rid of 5v devices (chips or sensors). I have moved completely to 3.3v almost without regulators with exception of the solar /supercap node.

                              M 1 Reply Last reply
                              0
                              • alexsh1A alexsh1

                                There are no thoughts. Just get 3.3v pro mini.
                                Generally speaking for any low consumption (battery driven nodes), try to get rid of 5v devices (chips or sensors). I have moved completely to 3.3v almost without regulators with exception of the solar /supercap node.

                                M Offline
                                M Offline
                                mhkid
                                wrote on last edited by
                                #19

                                @alexsh1 like I said of course it would be preferred to use the 3v sensors but that's not always possible. My question is more about what are people doing when they are using a battery powered node with a 5v sensor.

                                alexsh1A 1 Reply Last reply
                                0
                                • T tochinet

                                  @mhkid For battery powered sensors, you should always try to go 3V3. And if necessary change the model of sensor. At 3V3 the consumption is lower as well, so you win twice the energy (very roughly). Your device should also sleep continuously between the sensor captures. It can become tricky. But I used a DHT22+328p+TI CC RF sensor powered by 3V3 on a single AA cell and up-converter for 5 years now, and I only need to recharge it every 4-6 month.

                                  M Offline
                                  M Offline
                                  mhkid
                                  wrote on last edited by
                                  #20

                                  @tochinet Do have diagrams, pictures and sketches you've posted?

                                  1 Reply Last reply
                                  0
                                  • M MaAh

                                    A video here https://www.youtube.com/watch?v=kEkD4SLMX8Y on some different ways to power the Pro Mini

                                    M Offline
                                    M Offline
                                    mhkid
                                    wrote on last edited by
                                    #21

                                    @maah This video doesn't show different ways to power an arduino it's talking about power consumption. I'm already removing the regulator, LED and sleeping it. I'm more asking about battery powered nodes with sensors than are more than 3.3v. How are people feeding 5v to these sensors?

                                    1 Reply Last reply
                                    0
                                    • M mhkid

                                      @alexsh1 like I said of course it would be preferred to use the 3v sensors but that's not always possible. My question is more about what are people doing when they are using a battery powered node with a 5v sensor.

                                      alexsh1A Offline
                                      alexsh1A Offline
                                      alexsh1
                                      wrote on last edited by
                                      #22

                                      @mhkid replace the sensor. If you cannot replace the sensor, you have several options:

                                      1. use 5v pro mini + 3xAA batteries + 5v sensor.
                                        This is going to be a very power hungry setup.

                                      2. use 3.3v pro mini + level shifter + 3xAA batteries + 5v sensor
                                        Again this setup now ideal - you have to drop voltage from 5v to 3.3v

                                      I still have several old 5v sensors I used with Arduino Uno. I am just not using them any longer with one exceptions when a node is powered from mains.

                                      M 1 Reply Last reply
                                      0
                                      • alexsh1A alexsh1

                                        @mhkid replace the sensor. If you cannot replace the sensor, you have several options:

                                        1. use 5v pro mini + 3xAA batteries + 5v sensor.
                                          This is going to be a very power hungry setup.

                                        2. use 3.3v pro mini + level shifter + 3xAA batteries + 5v sensor
                                          Again this setup now ideal - you have to drop voltage from 5v to 3.3v

                                        I still have several old 5v sensors I used with Arduino Uno. I am just not using them any longer with one exceptions when a node is powered from mains.

                                        M Offline
                                        M Offline
                                        mhkid
                                        wrote on last edited by mhkid
                                        #23

                                        @alexsh1 Which sensor should I replace the water pressure sensor with?

                                        https://www.amazon.com/dp/B00RCPDCQU/ref=twister_B00RCPDQOI?_encoding=UTF8&psc=1&tag=wwwmysensorso-20

                                        zboblamontZ alexsh1A 2 Replies Last reply
                                        0
                                        • M mhkid

                                          @alexsh1 Which sensor should I replace the water pressure sensor with?

                                          https://www.amazon.com/dp/B00RCPDCQU/ref=twister_B00RCPDQOI?_encoding=UTF8&psc=1&tag=wwwmysensorso-20

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

                                          @mhkid IF the objective is only to detect supply pressure failure rather than monitor pressure over time for process reasons, why not use a pressure switch set between max supply pressure and Zero? Your processor sleeps until the switch detects a fall in pressure and wakens the processor to call home ?
                                          https://www.ebay.com/itm/1-8-QPM11-NC-Pressure-Switch-Wire-External-Thread-Nozzle-Adjustable/272843081265?hash=item3f86b70631:g:iJcAAOSwKnVZtrP~ Perhaps ?
                                          There are undoubtedly plenty of other alternatives, on the expensive side there is always RS etc....

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


                                          19

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 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