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. 💬 RFM69 Multisensor Node (CR123)

💬 RFM69 Multisensor Node (CR123)

Scheduled Pinned Locked Moved OpenHardware.io
mysensorshall sensortemperature & humidity sensor
19 Posts 7 Posters 6.0k Views 7 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.
  • mtiutiuM mtiutiu

    @Nca78

    Battery holder: http://www.tme.eu/en/details/bhc-cr123a/batteries-holders/comf/

    It's out of stock now but it will be available soon. Regarding the step-up converter @napo7 already provided the answer:). Now I don't think that it will work down to 1V or below because when the battery voltage reaches that level then the internal resistance is also pretty big because of the internal chemistry stuff. And when the internal resistance has a significant value then the power delivered by the battery is weak too so it can die instantly because the step-up converter will try to get even more in order to keep the output level required by the load. In short yes, a step-up converter will try to get all the juice from the battery but that's only in theory and as we all know the reality is not so tolerant:) unfortunately. So now you wonder why I still choosed to use a step-up converter anyway: well it's still better than nothing imho and I can stay assured that I get the constant 3.3V output no matter what.

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

    @mtiutiu well my humble opinion is the step-up converter with a lithium cell is a waste of energy and battery life.
    Basically at 2.4v lithium cell battery is nearly dead, and at 2V you can't get anything from it. With updated bootloader atmega can easily run down to 2V. So can NRF24 (1.9V) and si7021.
    With increased voltage, these components will also naturally increase their current consumption, so in addition to a bit of waste from the converter you have more waste because of the increased voltage.

    For AA / AAA the boost converter makes sense, for lithium cells it's just a burden and a hit on the battery life I think.

    Just realized I posted on the wrong subject, my message was intended at the CR2032 sensor, which has a hefty reserve capacitor already so should run for a veeeeeery long time without the booster.

    1 Reply Last reply
    1
    • N Offline
      N Offline
      napo7
      Hardware Contributor
      wrote on last edited by
      #6

      Yes, you're right for the NRF which can run from 1.9V, but I don't know for RFM, which can also have higher power consumption ?

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

        From datasheet it can run at 1.8V and they claim "Constant RF performance over voltage range of module" so there should be no problem.

        1 Reply Last reply
        0
        • tonnerre33T Offline
          tonnerre33T Offline
          tonnerre33
          Hardware Contributor
          wrote on last edited by tonnerre33
          #8

          Do you know what is the influence on the consumption to use a step-up converter ?

          Edit:
          Oh, sry, i am just seen the nca answer and i found lot of informations about the use of step-up converte.
          But if we use a step-up converter with an AAA battery, do we increase the current used in a sleep mode ? If yes what about the magnitude (mA? µA? nA?) ?

          1 Reply Last reply
          0
          • N Offline
            N Offline
            napo7
            Hardware Contributor
            wrote on last edited by
            #9

            Yes, the step converter has an efficiency, ranging from 50 to 90 % regarding the output current and input voltage.
            There is also a quiescent voltage inside the converter, so the converter will ALWAYS eat some current, either when the devices are sleeping !

            The pros and couns should be measured : I hope we can consome "more" of the battery with the converter (till a lower battery voltage), but perhaps due to efficiency of the converter, we'll have wasted more power !

            1 Reply Last reply
            0
            • scalzS Offline
              scalzS Offline
              scalz
              Hardware Contributor
              wrote on last edited by scalz
              #10

              if you want to know efficiency of your converters i put the formula there if you want ;)
              https://forum.mysensors.org/post/52319

              tonnerre33T 1 Reply Last reply
              1
              • scalzS scalz

                if you want to know efficiency of your converters i put the formula there if you want ;)
                https://forum.mysensors.org/post/52319

                tonnerre33T Offline
                tonnerre33T Offline
                tonnerre33
                Hardware Contributor
                wrote on last edited by
                #11

                @scalz Thanks you a lot scalz, exactly what i want ;)

                1 Reply Last reply
                0
                • mtiutiuM Offline
                  mtiutiuM Offline
                  mtiutiu
                  Hardware Contributor
                  wrote on last edited by
                  #12

                  Good reading for dc-dc converters when designing for low power: http://www.digikey.com/en/articles/techzone/2014/mar/the-advantages-of-pulse-frequency-modulation-for-dc-dc-switching-voltage-converters

                  L6920 can operate in both modes(PWM/PFM) and it will switch to PFM on light loads. The quiescent current is around 10uA in general for this device as the manufacturer promises. But and there's a big BUT: in reality a dc-dc converter will always have a drawback on battery life to some degree as stated by the other users that replied in this thread so it would be ideal to accomplish things without it. I wanted to test it in real life anyway and that's why I used in my designs. For the CR123 based board it can be bypassed using the provided smd jumpers. On the other design(CR2032) which is more critical I will provide that too in the next hw revision.

                  1 Reply Last reply
                  1
                  • N Offline
                    N Offline
                    napo7
                    Hardware Contributor
                    wrote on last edited by
                    #13

                    I was about to make tests with the 2 same modules, powered by a single CR2032 coin , a boost converter (MAX1724) for one node, and nothing for the other.
                    Since those readings, I'm not sure that the boost converter is needed anymore.

                    Just to prove myself and my friends that it is useless, I'll do the test, with each node waking up the same amount of times and two fresh cells (I'll have to reduce the sleeping time for the test to be quick enough...).

                    I'll post the results on the forum, as soon as the batteries will die, in a few month ;)

                    1 Reply Last reply
                    2
                    • mr_redM Offline
                      mr_redM Offline
                      mr_red
                      wrote on last edited by
                      #14

                      That is one sexy board! I am humbled by the 3d kicad outputs... My question is how did you make the 3d-files? Do u have any good explanation for getting these done? I found nothing really recent..

                      1 Reply Last reply
                      0
                      • N Offline
                        N Offline
                        napo7
                        Hardware Contributor
                        wrote on last edited by
                        #15

                        Launch the 3D Viewer from PCBNew, then do screen-shots ;)

                        1 Reply Last reply
                        0
                        • mr_redM Offline
                          mr_redM Offline
                          mr_red
                          wrote on last edited by
                          #16

                          yeah :) alt+3 is one off my favorites. But for example the rfm69W module and the battery holder 3D wrl-file are hand mande. I guess. Do you have a lean toolchain for this? I found so may multi-programm toolpath..

                          mtiutiuM 1 Reply Last reply
                          0
                          • mr_redM mr_red

                            yeah :) alt+3 is one off my favorites. But for example the rfm69W module and the battery holder 3D wrl-file are hand mande. I guess. Do you have a lean toolchain for this? I found so may multi-programm toolpath..

                            mtiutiuM Offline
                            mtiutiuM Offline
                            mtiutiu
                            Hardware Contributor
                            wrote on last edited by
                            #17

                            @mr_red

                            The rfm69w module was made by me in FreeCAD. Some of the 3d models are made by me when I don't find one online. You can find lots of 3d models(step files) here: www.3dcontentcentral.com and www.tracepartsonline.net. Then you need to use FreeCAD to import the kicad footprint and the downloaded 3d step model to align it with the footprint. I use the kicad stepup tools FreeCAD macro for this: https://sourceforge.net/projects/kicadstepup/. Then you can export the scaled wrl file using the macro dialog. It requires some work to get all things done but it works just fine(patience is your friend here or should be).

                            The big advantage of using the kicad stepup tools FreeCAD macro is that you can have both the step and wrl files in place for exporting the board afterwards for mechanical CAD integration. Because in the end you'll want maybe to do some 3d printed enclosure for the project. For now kicad stepup tools is the best friend in doing electronics to mechanical CAD exports in order to design the plastic enclosure(a big congrats to the authors for making that possible).

                            1 Reply Last reply
                            1
                            • mr_redM Offline
                              mr_redM Offline
                              mr_red
                              wrote on last edited by
                              #18

                              Thanks for the nice rundown! I will try that.
                              Yes the mechanical integration is my problem. I have quite a tight case to fit a sensornode with some other parts and I am actually routing parts so I have a nice flat area on the baord
                              I also need to feed in my own CAD for some oddball parts.

                              mtiutiuM 1 Reply Last reply
                              0
                              • mr_redM mr_red

                                Thanks for the nice rundown! I will try that.
                                Yes the mechanical integration is my problem. I have quite a tight case to fit a sensornode with some other parts and I am actually routing parts so I have a nice flat area on the baord
                                I also need to feed in my own CAD for some oddball parts.

                                mtiutiuM Offline
                                mtiutiuM Offline
                                mtiutiu
                                Hardware Contributor
                                wrote on last edited by
                                #19

                                @mr_red

                                I have a zipped snapshot of all the 3d step/wrl models that I used to build my projects so far. It was quite some work to gather them all and align with the footprints using the kicad stepup tools. It's not complete - still needs some more work:simple_smile: but it should help you or anyone else to get started into MCAD integration using FreeCAD and kicad stepup tools. Maybe it's not very easy to start when using free tools but hey they are "FREE" so we cannot ask for more. But the nice thing is that once you get used it will be really easy to do your stuff and to go forward. Oh and FreeCAD can be so powerful after you learn it - I was really amazed what you can do with it(it has it's quirks and downsides but once you master it - oh, well...).

                                There's also: https://www.onshape.com/ - pretty powerful this one too and it has more advanced features than FreeCAD but the downside is that it's a cloud based solution: it's free for public documents but you never know when they will go to paid accounts only so yeah...I don't really like the idea to depend on something that it's hosted and the application is not on my PC along with the documents that I create with it. Cloud solutions have their flexibility but you're locked and you depend entirely on that hosted service.

                                Ok, enough talking...I uploaded the zip file here: http://www.mediafire.com/file/kzh1l9uo40cpj1u/kicad_stepup_packages.zip

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


                                12

                                Online

                                11.7k

                                Users

                                11.2k

                                Topics

                                113.0k

                                Posts


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