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. OpenHardware.io
  3. 💬 Button size radionode with sensors swarm extension

💬 Button size radionode with sensors swarm extension

Scheduled Pinned Locked Moved OpenHardware.io
atsha204aflashhumidityrf69lightuv lightbatterymysensortemperatureota
189 Posts 28 Posters 40.5k Views 25 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.
  • Y yury

    combined capacitance of booth should be 100 --200 microfarads . It is input capacitors.
    please try replacing them

    re:
    I was suspecting EEPROM (CS pin with pull-up resistor?) to be a culprit

    not pullups...

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

    @yury what's your estimate of battery life based on a new consumption of about 25uA and the default sketch?

    Y 1 Reply Last reply
    0
    • alexsh1A alexsh1

      @yury what's your estimate of battery life based on a new consumption of about 25uA and the default sketch?

      Y Offline
      Y Offline
      yury
      wrote on last edited by
      #68

      @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

      alexsh1A 1 Reply Last reply
      0
      • alexsh1A alexsh1

        @Koresh thanks. It does not matter which caps, right?
        I have a few 1206 100uF ceramic caps. They are not polarised and may be a good fit size wise

        KoreshK Offline
        KoreshK Offline
        Koresh
        Contest Winner
        wrote on last edited by
        #69

        @alexsh1 There is no problem to use your capacitors. 1206imp = 3216metric (type A) so they are fit perfect :+1:
        About consumption... This is quite universal board. If you plan to use CR2032 battery it can be worth to omit LDO. You can do it using existing 0603 jumper footprint near right storage capacitor.

        alexsh1A 1 Reply Last reply
        0
        • Y yury

          @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

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

          @yury said in 💬 Button size radionode with sensors swarm extension:

          @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

          Not exactly - 25uA is a sleeping current.
          There will be sending periods every 10 mins.
          So I suppose the lifetime is less than a year

          Y 1 Reply Last reply
          0
          • KoreshK Koresh

            @alexsh1 There is no problem to use your capacitors. 1206imp = 3216metric (type A) so they are fit perfect :+1:
            About consumption... This is quite universal board. If you plan to use CR2032 battery it can be worth to omit LDO. You can do it using existing 0603 jumper footprint near right storage capacitor.

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

            @Koresh yes, I'm using it with the 2032 battery.
            Which pads to your refer to please?

            0_1499287012713_IMG_5557.PNG

            KoreshK 1 Reply Last reply
            0
            • alexsh1A alexsh1

              @yury said in 💬 Button size radionode with sensors swarm extension:

              @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

              Not exactly - 25uA is a sleeping current.
              There will be sending periods every 10 mins.
              So I suppose the lifetime is less than a year

              Y Offline
              Y Offline
              yury
              wrote on last edited by
              #72

              @alexsh1

              @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

              @yury said in 💬 Button size radionode with sensors swarm extension:

              @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

              Not exactly - 25uA is a sleeping current.
              There will be sending periods every 10 mins.
              So I suppose the lifetime is less than a year

              Yes, it is sleeping time estimate. When it wakes up it compares first, like : if ( abs(d) > 50 ) send(msg_vis.set(VIS_LIGHT), true); so it might send or not.
              But this is just example sketch and you are very welcome to create pull-request or make suggestion how to improve.

              alexsh1A 2 Replies Last reply
              0
              • alexsh1A alexsh1

                @Koresh yes, I'm using it with the 2032 battery.
                Which pads to your refer to please?

                0_1499287012713_IMG_5557.PNG

                KoreshK Offline
                KoreshK Offline
                Koresh
                Contest Winner
                wrote on last edited by Koresh
                #73

                @alexsh1 You can fit juper (or any small wire, R10 on the schematic) or remove LDO at all and short top two pads.
                0_1499287544786_2017-07-05_23-41-54.png

                alexsh1A 2 Replies Last reply
                0
                • Y yury

                  @alexsh1

                  @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                  @yury said in 💬 Button size radionode with sensors swarm extension:

                  @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

                  Not exactly - 25uA is a sleeping current.
                  There will be sending periods every 10 mins.
                  So I suppose the lifetime is less than a year

                  Yes, it is sleeping time estimate. When it wakes up it compares first, like : if ( abs(d) > 50 ) send(msg_vis.set(VIS_LIGHT), true); so it might send or not.
                  But this is just example sketch and you are very welcome to create pull-request or make suggestion how to improve.

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

                  @yury ok, you took the best case scenario (no messages as all) and if we take worst case scenario - sending every 10 mins in any case (suppose no if statement).

                  Then we take life time somewhere in between.
                  I think it make sense to take 18uA as a sleeping current removing the LDO from equation

                  1 Reply Last reply
                  0
                  • KoreshK Koresh

                    @alexsh1 You can fit juper (or any small wire, R10 on the schematic) or remove LDO at all and short top two pads.
                    0_1499287544786_2017-07-05_23-41-54.png

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

                    @Koresh said in 💬 Button size radionode with sensors swarm extension:

                    @alexsh1 You can fit juper (or any small wire, R10 on the schematic) or remove LDO at all and short top two pads.
                    0_1499287544786_2017-07-05_23-41-54.png

                    More neat solution is to remove LDO and solder 0 ohm resistor (R10). Looks nice

                    Ok, 18uA - this is more like it.
                    Thank you very much for helping to get it sorted. Now I need to understand why the consumption has gone when using Si1132

                    @yury Did you test power consumption of modules with Si1132 please? I hope it was a bad soldering on my side

                    1 Reply Last reply
                    0
                    • Y yury

                      @alexsh1

                      @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                      @yury said in 💬 Button size radionode with sensors swarm extension:

                      @alexsh1 220 mAh(Duracell) / 0.025 (mA) = 8800 hrs = 366 days.

                      Not exactly - 25uA is a sleeping current.
                      There will be sending periods every 10 mins.
                      So I suppose the lifetime is less than a year

                      Yes, it is sleeping time estimate. When it wakes up it compares first, like : if ( abs(d) > 50 ) send(msg_vis.set(VIS_LIGHT), true); so it might send or not.
                      But this is just example sketch and you are very welcome to create pull-request or make suggestion how to improve.

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

                      @yury I suggest we use this:

                      http://oregonembedded.com/batterycalc.htm

                      Based on non-LDO board consumption of 18uA the battery life assuming constant updates 10 mins and 140ms wake-up time (120ms is needed by bh1750) is 1.03 years. Excellent

                      1 Reply Last reply
                      0
                      • Y Offline
                        Y Offline
                        yury
                        wrote on last edited by
                        #77

                        @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                        Did you test power consumption of modules with Si1132 please? I hope it was a bad soldering on my side

                        Could not find good code to send it to sleep. without it Si1132 was eating a lot...

                        alexsh1A 1 Reply Last reply
                        0
                        • Y yury

                          @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                          Did you test power consumption of modules with Si1132 please? I hope it was a bad soldering on my side

                          Could not find good code to send it to sleep. without it Si1132 was eating a lot...

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

                          @yury Hmmmm. Datasheet is stating that the standby current < 500 nA

                          However, actively measuring current - 4.5mA
                          This would kill 2032 very quickly

                          Nca78N 1 Reply Last reply
                          0
                          • KoreshK Koresh

                            @alexsh1 You can fit juper (or any small wire, R10 on the schematic) or remove LDO at all and short top two pads.
                            0_1499287544786_2017-07-05_23-41-54.png

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

                            @Koresh another alternative would be using Si1145 it is pin-for-pin compatible with Si1132 and

                            This low-power sensing family enables long battery life with standby less than 500 nA and an average power of as little as 1.2 uA with once per second real-time UV Index measurements.
                            
                            

                            However, I still think that Si1132 can be working with the battery nicely. 0x18 register is a key:

                            The COMMAND Register is the primary mailbox register into the internal sequencer. Writing to the COMMAND register is the only I2C operation that wakes the device from standby mode.

                            The only question is how to put the sensor into the standby mode after all measurements are taken

                            1 Reply Last reply
                            0
                            • alexsh1A alexsh1

                              @yury Hmmmm. Datasheet is stating that the standby current < 500 nA

                              However, actively measuring current - 4.5mA
                              This would kill 2032 very quickly

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

                              @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                              However, actively measuring current - 4.5mA
                              This would kill 2032 very quickly

                              Matter of hours I guess, it's half more than the max continuous discharge current of a CR2032.

                              alexsh1A 1 Reply Last reply
                              0
                              • Nca78N Nca78

                                @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                                However, actively measuring current - 4.5mA
                                This would kill 2032 very quickly

                                Matter of hours I guess, it's half more than the max continuous discharge current of a CR2032.

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

                                @Nca78 said in 💬 Button size radionode with sensors swarm extension:

                                @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                                However, actively measuring current - 4.5mA
                                This would kill 2032 very quickly

                                Matter of hours I guess, it's half more than the max continuous discharge current of a CR2032.

                                It is 4.mA for 120ms for less just for measurements
                                However, I agree that this is not very battery friendly

                                Nca78N 1 Reply Last reply
                                0
                                • alexsh1A alexsh1

                                  @Nca78 said in 💬 Button size radionode with sensors swarm extension:

                                  @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                                  However, actively measuring current - 4.5mA
                                  This would kill 2032 very quickly

                                  Matter of hours I guess, it's half more than the max continuous discharge current of a CR2032.

                                  It is 4.mA for 120ms for less just for measurements
                                  However, I agree that this is not very battery friendly

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

                                  @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                                  @Nca78 said in 💬 Button size radionode with sensors swarm extension:

                                  @alexsh1 said in 💬 Button size radionode with sensors swarm extension:

                                  However, actively measuring current - 4.5mA
                                  This would kill 2032 very quickly

                                  Matter of hours I guess, it's half more than the max continuous discharge current of a CR2032.

                                  It is 4.mA for 120ms for less just for measurements
                                  However, I agree that this is not very battery friendly

                                  Ah ok I completely misunderstood :D But yes seems high for a CR2032 sensor...

                                  1 Reply Last reply
                                  0
                                  • TerrenceT Offline
                                    TerrenceT Offline
                                    Terrence
                                    wrote on last edited by
                                    #83
                                    This post is deleted!
                                    1 Reply Last reply
                                    0
                                    • A Offline
                                      A Offline
                                      Abdu Sahin
                                      wrote on last edited by
                                      #84

                                      @Koresh,
                                      I tried to buy some of these on the link you provided, but couldn't do it. Do you still have this component in your stock ? I like to buy 865mhz HW/W versions.

                                      1 Reply Last reply
                                      0
                                      • Y Offline
                                        Y Offline
                                        yury
                                        wrote on last edited by
                                        #85

                                        @Abdu-Sahin said in 💬 Button size radionode with sensors swarm extension:

                                        865mhz HW/

                                        Hi

                                        They will be ready end of this week. do you need both HCW and CW versions?

                                        A 1 Reply Last reply
                                        0
                                        • Y yury

                                          @Abdu-Sahin said in 💬 Button size radionode with sensors swarm extension:

                                          865mhz HW/

                                          Hi

                                          They will be ready end of this week. do you need both HCW and CW versions?

                                          A Offline
                                          A Offline
                                          Abdu Sahin
                                          wrote on last edited by
                                          #86

                                          @yury
                                          I like to try both 865 HW/W versions. I need sensors with long battery life and good RF distance coverage for my project. I've noticed some people suggested using only 'W' version for battery powered nodes, but from my initial experience I didn't have good distance with 'W' version.

                                          Y 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