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. My Project
  3. Mini Weather Station

Mini Weather Station

Scheduled Pinned Locked Moved My Project
42 Posts 18 Posters 21.0k Views 17 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.
  • J jtm312

    @dbemowsk By cutting the LEDs off, I am getting 12 to 16 weeks.

    dbemowskD Offline
    dbemowskD Offline
    dbemowsk
    wrote on last edited by
    #31

    @jtm312 I don't recall exactly how much I was getting on mine, but I don't think it was that much. Are you using 3.3 or 5 volt pro minis?

    Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
    Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

    J 1 Reply Last reply
    0
    • dbemowskD dbemowsk

      @jtm312 I don't recall exactly how much I was getting on mine, but I don't think it was that much. Are you using 3.3 or 5 volt pro minis?

      J Offline
      J Offline
      jtm312
      wrote on last edited by
      #32

      @dbemowsk I am using the 3.3V pro minis. It is the one pictured at the top of this thread. I started out by getting about a week. The big difference came after removing the LEDs, as they were using most of the power. Also sleeping most of the time.

      A good quality 9v also helped. Other humidity sensors can also cut the power drain.

      I have also built version using 2xAAA batteries, but I find that it doesn't take long before the voltages drops below the useful voltage for the radio and starts to cause a range problem. The next version I am planning on going back to using the onboard regulator with 4xAA batteries.

      dbemowskD 1 Reply Last reply
      0
      • J jtm312

        @dbemowsk I am using the 3.3V pro minis. It is the one pictured at the top of this thread. I started out by getting about a week. The big difference came after removing the LEDs, as they were using most of the power. Also sleeping most of the time.

        A good quality 9v also helped. Other humidity sensors can also cut the power drain.

        I have also built version using 2xAAA batteries, but I find that it doesn't take long before the voltages drops below the useful voltage for the radio and starts to cause a range problem. The next version I am planning on going back to using the onboard regulator with 4xAA batteries.

        dbemowskD Offline
        dbemowskD Offline
        dbemowsk
        wrote on last edited by
        #33

        @jtm312 I am using 2 AA's on my humidity sensor and that is working very well. The radios are rated I believe down to 1.9 volts. Using the regulator is going to give you more power drain on your batteries. When using 2 AA batteries, there is no need for the regulator at all. Many people say to disconnect it because it can still cause power drain. In my project I just didn't connect to the RAW pin, thus the regulator is not being used. So far I have not seen any issues with the regulator affecting anything.

        Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
        Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

        J 1 Reply Last reply
        0
        • dbemowskD dbemowsk

          @jtm312 I am using 2 AA's on my humidity sensor and that is working very well. The radios are rated I believe down to 1.9 volts. Using the regulator is going to give you more power drain on your batteries. When using 2 AA batteries, there is no need for the regulator at all. Many people say to disconnect it because it can still cause power drain. In my project I just didn't connect to the RAW pin, thus the regulator is not being used. So far I have not seen any issues with the regulator affecting anything.

          J Offline
          J Offline
          jtm312
          wrote on last edited by
          #34

          @dbemowsk The 2xbattery builds that I built didn't have the voltage regulator as you suggest. It was just a range problem as the voltage dropped. Moving it closer to the gateway everything was still working.

          1 Reply Last reply
          0
          • Nca78N Offline
            Nca78N Offline
            Nca78
            Hardware Contributor
            wrote on last edited by
            #35

            Yes NRF24 can run down to 1.9V. ATMega328 on the Arduino down to 2V. So problem is probably the BOD resetting below 2.7V.
            I advise to update bootloader to use a 1MHz version and remove BOD or set it to lower value. Using an arduino nano as a programmer (with ArduinoISP sketch) it is very easy.
            Then just use i2c sensors to allow low voltage and you just need to sleep all the time except a fraction of a second at every measurement. With that you get years of battery life.
            I use CR2032 for door and temp/hum/light sensors and my oldest sensor on my entrance door is nearly one year old and voltage of battery is less than 0.1V down, on a chinese low quality cell.

            mppM 1 Reply Last reply
            0
            • Nca78N Nca78

              Yes NRF24 can run down to 1.9V. ATMega328 on the Arduino down to 2V. So problem is probably the BOD resetting below 2.7V.
              I advise to update bootloader to use a 1MHz version and remove BOD or set it to lower value. Using an arduino nano as a programmer (with ArduinoISP sketch) it is very easy.
              Then just use i2c sensors to allow low voltage and you just need to sleep all the time except a fraction of a second at every measurement. With that you get years of battery life.
              I use CR2032 for door and temp/hum/light sensors and my oldest sensor on my entrance door is nearly one year old and voltage of battery is less than 0.1V down, on a chinese low quality cell.

              mppM Offline
              mppM Offline
              mpp
              wrote on last edited by
              #36

              @Nca78 would this setup work with the rfm69 radio?

              MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

              Nca78N 1 Reply Last reply
              0
              • mppM mpp

                @Nca78 would this setup work with the rfm69 radio?

                Nca78N Offline
                Nca78N Offline
                Nca78
                Hardware Contributor
                wrote on last edited by
                #37

                @mpp yes it does.
                But it's using much more power in TX mode so you need good reserve capacitors and also to minimize the sending time. For that it's better to run at 8MHz with the RFM.

                1 Reply Last reply
                0
                • gohanG Offline
                  gohanG Offline
                  gohan
                  Mod
                  wrote on last edited by
                  #38

                  Supply voltage for rfm69 is 1.8V-2.4V 17dBm or 2.4V- 3.6V 20dBm (from datasheet)

                  mppM 1 Reply Last reply
                  1
                  • gohanG gohan

                    Supply voltage for rfm69 is 1.8V-2.4V 17dBm or 2.4V- 3.6V 20dBm (from datasheet)

                    mppM Offline
                    mppM Offline
                    mpp
                    wrote on last edited by
                    #39

                    @gohan so I'd need a 3.6v battery, I'm considering the BME280 or the HTU21d sensor.

                    MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

                    1 Reply Last reply
                    0
                    • gohanG Offline
                      gohanG Offline
                      gohan
                      Mod
                      wrote on last edited by
                      #40

                      it depends if you want the high power version or use the standard rfm69w at 17dBm and you will be fine to use it down to 1.8V (of course it will work also a little over 3.3V too)

                      mppM 1 Reply Last reply
                      0
                      • gohanG gohan

                        it depends if you want the high power version or use the standard rfm69w at 17dBm and you will be fine to use it down to 1.8V (of course it will work also a little over 3.3V too)

                        mppM Offline
                        mppM Offline
                        mpp
                        wrote on last edited by
                        #41

                        @gohan I have a bunch of HW

                        MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

                        1 Reply Last reply
                        0
                        • ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #42

                          Great device. Why not use a solar power station, like in a solar garden light. Not very good at power equations. What else you going to hook to this? rain gauge, wind speed .... Thanks

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


                          18

                          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