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.
  • 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
                          • A Abdu Sahin

                            @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 Offline
                            Y Offline
                            yury
                            wrote on last edited by
                            #87

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

                            I need sensors with long battery life and good RF distance coverage

                            )) either good battery life or good coverage though... or good coverage and 2-3 AA batteries. CW is 20 mA when sending signal and HCW is about 100 mA. CR2032 battery will be drained by HCW pretty fast.
                            HW/W versions have bigger footprints (Module Size:19.7X16mm) and not compatible with the "Button size".
                            HCW/CW (Module Size:16X16mm) are equivalents for HW/W.

                            A 1 Reply Last reply
                            0
                            • Y yury

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

                              I need sensors with long battery life and good RF distance coverage

                              )) either good battery life or good coverage though... or good coverage and 2-3 AA batteries. CW is 20 mA when sending signal and HCW is about 100 mA. CR2032 battery will be drained by HCW pretty fast.
                              HW/W versions have bigger footprints (Module Size:19.7X16mm) and not compatible with the "Button size".
                              HCW/CW (Module Size:16X16mm) are equivalents for HW/W.

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

                              @yury
                              I think I can start with CW version as start. Battery life is important for me.

                              Y 1 Reply Last reply
                              0
                              • A Abdu Sahin

                                @yury
                                I think I can start with CW version as start. Battery life is important for me.

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

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

                                Battery life is important

                                sent you a message in the chat...

                                A 1 Reply Last reply
                                0
                                • Y yury

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

                                  Battery life is important

                                  sent you a message in the chat...

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

                                  @yury
                                  You can email me if you like.
                                  My email is uk.asahin at gmail com

                                  TerrenceT 1 Reply Last reply
                                  0
                                  • A Abdu Sahin

                                    @yury
                                    You can email me if you like.
                                    My email is uk.asahin at gmail com

                                    TerrenceT Offline
                                    TerrenceT Offline
                                    Terrence
                                    wrote on last edited by
                                    #91

                                    @Abdu-Sahin I was interested in reading your conversation about battery life etc. I hope you will continue the conversation on the forum instead of in private.

                                    Thanks.

                                    1 Reply Last reply
                                    0
                                    • Miroslav KadanÄ›M Offline
                                      Miroslav KadaněM Offline
                                      Miroslav KadanÄ›
                                      wrote on last edited by
                                      #92

                                      It is possible to buy only PCB ? Upload PCB to OSH Park, or send PCB in eagle. I do not have Altium Designer... Thx

                                      KoreshK 1 Reply Last reply
                                      0
                                      • Miroslav KadanÄ›M Miroslav KadanÄ›

                                        It is possible to buy only PCB ? Upload PCB to OSH Park, or send PCB in eagle. I do not have Altium Designer... Thx

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

                                        @Miroslav-KadanÄ› I've just uploaded latest gerbers (rfm reset pin was connected to controller, connection of si1132 was fixed, reverse battery polarity protection was added). You can place PCB order at any factory. :wink:

                                        1 Reply Last reply
                                        2
                                        • C Offline
                                          C Offline
                                          chbla
                                          wrote on last edited by
                                          #94

                                          Maybe a stupid question but how do you connect the FTDI adapter? I only know the ISP pins

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


                                          23

                                          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