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

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

                            @mhkid I cannot see the consumption. Do you have the datasheet?

                            Most likely this is not a battery friendly sensor. In this case you stil can use it via a step up converter and TPL5110, which will switchit off completely while sleeping

                            YveauxY 1 Reply Last reply
                            0
                            • alexsh1A alexsh1

                              @mhkid I cannot see the consumption. Do you have the datasheet?

                              Most likely this is not a battery friendly sensor. In this case you stil can use it via a step up converter and TPL5110, which will switchit off completely while sleeping

                              YveauxY Offline
                              YveauxY Offline
                              Yveaux
                              Mod
                              wrote on last edited by Yveaux
                              #26

                              @alexsh1 it is a mechanical switch, just like a button or reed switch.
                              https://www.google.nl/url?sa=t&source=web&rct=j&url=http://www.cneni.com/cn/file.asp%3FFilename%3Dupload/products/download/2009_10_29_16_27_30_150570.pdf&ved=2ahUKEwjZgbb605LcAhWG-qQKHXHjC6YQFjAOegQIABAB&usg=AOvVaw2MqIOPIURwEs_sa7VMGGoi

                              @zboblamont nice find :+1:

                              http://yveaux.blogspot.nl

                              alexsh1A 1 Reply Last reply
                              0
                              • YveauxY Yveaux

                                @alexsh1 it is a mechanical switch, just like a button or reed switch.
                                https://www.google.nl/url?sa=t&source=web&rct=j&url=http://www.cneni.com/cn/file.asp%3FFilename%3Dupload/products/download/2009_10_29_16_27_30_150570.pdf&ved=2ahUKEwjZgbb605LcAhWG-qQKHXHjC6YQFjAOegQIABAB&usg=AOvVaw2MqIOPIURwEs_sa7VMGGoi

                                @zboblamont nice find :+1:

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

                                @yveaux Maximum operating current - 500mA. It depends how often the pressure is going to change, but one can pretty much forget about batteries as the source of power.

                                YveauxY 1 Reply Last reply
                                0
                                • M Offline
                                  M Offline
                                  mhkid
                                  wrote on last edited by
                                  #28

                                  Thanks for all the suggestions and replies. I'll take all the info, weigh the options and then report back on what I end up doing.

                                  alexsh1A 1 Reply Last reply
                                  0
                                  • M mhkid

                                    Thanks for all the suggestions and replies. I'll take all the info, weigh the options and then report back on what I end up doing.

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

                                    @mhkid Another option for you is using TPL5110 module:

                                    https://www.adafruit.com/product/3435

                                    I have just received one today and going to tinker with it.
                                    To me it seems like a good idea to have a powerful sensors with Arduino on batteries.

                                    M 1 Reply Last reply
                                    0
                                    • alexsh1A alexsh1

                                      @mhkid Another option for you is using TPL5110 module:

                                      https://www.adafruit.com/product/3435

                                      I have just received one today and going to tinker with it.
                                      To me it seems like a good idea to have a powerful sensors with Arduino on batteries.

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

                                      @alexsh1 - Thanks for the suggestion. I'll be curious to hear what you think of the TPL5110.

                                      1 Reply Last reply
                                      0
                                      • alexsh1A alexsh1

                                        @yveaux Maximum operating current - 500mA. It depends how often the pressure is going to change, but one can pretty much forget about batteries as the source of power.

                                        YveauxY Offline
                                        YveauxY Offline
                                        Yveaux
                                        Mod
                                        wrote on last edited by
                                        #31

                                        @alexsh1 look at the schematic; it is just a mechanical switch with 2 wires. It can probably only carry 500ma max.

                                        http://yveaux.blogspot.nl

                                        zboblamontZ 1 Reply Last reply
                                        0
                                        • YveauxY Yveaux

                                          @alexsh1 look at the schematic; it is just a mechanical switch with 2 wires. It can probably only carry 500ma max.

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

                                          @yveaux Are you sure you are not talking at crossed purposes about different devices? The device @mhkid was originally referring to is the one with the 5v supply requirement, Circuit hopefully below.
                                          ![alt text](0_1531239680875_7236a740-cfd0-4c19-8588-6b03d7b5ffd9-image.png image url)
                                          The one I suggested as a low pressure alarm actuator was a variable pressure switch, which may be the one you are referring to...

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


                                          20

                                          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