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. 💬 Effective Solar Supercap Boost Charger for Small Solar Panel

💬 Effective Solar Supercap Boost Charger for Small Solar Panel

Scheduled Pinned Locked Moved OpenHardware.io
74 Posts 7 Posters 6.4k Views 8 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.
  • NeverDieN NeverDie

    @ncollins That AVX-BestCap looks like a great find. I love the compact form factor of it. Looking at the datasheet though, I worry that the self-discharge of 5-10ua might be a bit much: http://catalogs.avx.com/BestCap.pdf
    That's high enough that it might consume either all or at least much of the microamps produced by the 3722-9L (assuming just a single cell is used) when there's light available, and the leakage would continue overnight in the darkness to eat into whatever had been accumulated.

    On the other hand, the all aluminum caps at that same 50mF capacity are huge and for that reason not such a good fit either for a sensor that aspires to be compact.....

    N Offline
    N Offline
    ncollins
    wrote on last edited by
    #64

    @neverdie With all of your energy harvesting approaches, how are you handling unforeseen restarts? Almost all of my harvesting sensors have the same issue: if they drop below 1.8v (depending on BOD) they can't recover without manual intervention. Only one of my nodes has ever recovered and I think it's because the solar panel produced enough current to push through the MCU and radio startup.

    My thought was to use the MIC2778 supervisor ic (datasheet), which has programable hysteresis, and a mosfet to wait for supercap/battery to reach a voltage high enough to handle a cold start.

    NeverDieN 2 Replies Last reply
    0
    • N ncollins

      @neverdie With all of your energy harvesting approaches, how are you handling unforeseen restarts? Almost all of my harvesting sensors have the same issue: if they drop below 1.8v (depending on BOD) they can't recover without manual intervention. Only one of my nodes has ever recovered and I think it's because the solar panel produced enough current to push through the MCU and radio startup.

      My thought was to use the MIC2778 supervisor ic (datasheet), which has programable hysteresis, and a mosfet to wait for supercap/battery to reach a voltage high enough to handle a cold start.

      NeverDieN Offline
      NeverDieN Offline
      NeverDie
      Hero Member
      wrote on last edited by
      #65

      @ncollins Yes, that should work. Since I disabled BOD in order to sleep at very low currents (100na for the atmega328p), I built my own in hardware using a voltage detector. So, if voltage drops below 1.8v, it cuts off the power. When it goes above the hysteresis point, it restarts.

      If you leave BOD enabled, I think it may do this work for you, and then you wouldn't need more hardware. But then your sleep current would be higher. So, it's a tradeoff as to how you want to do it.

      N 1 Reply Last reply
      0
      • NeverDieN NeverDie

        @ncollins Yes, that should work. Since I disabled BOD in order to sleep at very low currents (100na for the atmega328p), I built my own in hardware using a voltage detector. So, if voltage drops below 1.8v, it cuts off the power. When it goes above the hysteresis point, it restarts.

        If you leave BOD enabled, I think it may do this work for you, and then you wouldn't need more hardware. But then your sleep current would be higher. So, it's a tradeoff as to how you want to do it.

        N Offline
        N Offline
        ncollins
        wrote on last edited by
        #66

        @neverdie yeah, the fixed hysteresis of the internal BOD (328p, NRF51) isn't wide enough to handle startup for my nodes. I'm guessing it's due to the high ESR and corresponding voltage drop of the supercaps I've been favoring.

        I also didn't realize how chatty mysensors can be during start up. My latest nodes have MY_PASSIVE_NODE enabled, skip presentation, and use dumb sleep.

        NeverDieN 3 Replies Last reply
        0
        • N ncollins

          @neverdie yeah, the fixed hysteresis of the internal BOD (328p, NRF51) isn't wide enough to handle startup for my nodes. I'm guessing it's due to the high ESR and corresponding voltage drop of the supercaps I've been favoring.

          I also didn't realize how chatty mysensors can be during start up. My latest nodes have MY_PASSIVE_NODE enabled, skip presentation, and use dumb sleep.

          NeverDieN Offline
          NeverDieN Offline
          NeverDie
          Hero Member
          wrote on last edited by NeverDie
          #67

          @ncollins I forgot to mention that I use a load switch, controlled by the voltage detector, to turn on and off the atmega328p. I don't drive it directly from the load switch. You could use two different voltage detectors to get a much wider hysteresis, or you could use a hysteresis chip for a more elegant solution. I know for sure that the voltage detectors draw a minuscule amount of current. I haven't looked into the hysteresis chips enough to know how they would compare along that dimension, but I'm guessing they would be similar.

          1 Reply Last reply
          1
          • N ncollins

            @neverdie yeah, the fixed hysteresis of the internal BOD (328p, NRF51) isn't wide enough to handle startup for my nodes. I'm guessing it's due to the high ESR and corresponding voltage drop of the supercaps I've been favoring.

            I also didn't realize how chatty mysensors can be during start up. My latest nodes have MY_PASSIVE_NODE enabled, skip presentation, and use dumb sleep.

            NeverDieN Offline
            NeverDieN Offline
            NeverDie
            Hero Member
            wrote on last edited by NeverDie
            #68

            @ncollins Here's the load switch that I've been using: http://www.ti.com/product/TPS22860 I like it a lot. I think it, or something similar, should be in everyone's tool box.

            N 1 Reply Last reply
            1
            • NeverDieN NeverDie

              @ncollins Here's the load switch that I've been using: http://www.ti.com/product/TPS22860 I like it a lot. I think it, or something similar, should be in everyone's tool box.

              N Offline
              N Offline
              ncollins
              wrote on last edited by
              #69

              @neverdie said in 💬 Effective Solar Supercap Boost Charger for Small Solar Panel:

              @ncollins Here's the load switch that I've been using: http://www.ti.com/product/TPS22860 I like it a lot. I think it, or something similar, should be in everyone's tool box.

              Awesome, I'll order a few. Appreciate the info, thanks.

              1 Reply Last reply
              0
              • N ncollins

                @neverdie yeah, the fixed hysteresis of the internal BOD (328p, NRF51) isn't wide enough to handle startup for my nodes. I'm guessing it's due to the high ESR and corresponding voltage drop of the supercaps I've been favoring.

                I also didn't realize how chatty mysensors can be during start up. My latest nodes have MY_PASSIVE_NODE enabled, skip presentation, and use dumb sleep.

                NeverDieN Offline
                NeverDieN Offline
                NeverDie
                Hero Member
                wrote on last edited by NeverDie
                #70

                @ncollins said in 💬 Effective Solar Supercap Boost Charger for Small Solar Panel:

                @neverdie yeah, the fixed hysteresis of the internal BOD (328p, NRF51) isn't wide enough to handle startup for my nodes. I'm guessing it's due to the high ESR and corresponding voltage drop of the supercaps I've been favoring.

                I also didn't realize how chatty mysensors can be during start up. My latest nodes have MY_PASSIVE_NODE enabled, skip presentation, and use dumb sleep.

                You could either add a capacitor to get it over this hump, or you could just have the atmega328p check it's voltage level at startup. If it isn't high enough, it goes to sleep and keeps checking upon subsequent wake-up's until it's high enough to support radio transceiving without crashing below 1.8v.

                1 Reply Last reply
                0
                • N ncollins

                  @neverdie With all of your energy harvesting approaches, how are you handling unforeseen restarts? Almost all of my harvesting sensors have the same issue: if they drop below 1.8v (depending on BOD) they can't recover without manual intervention. Only one of my nodes has ever recovered and I think it's because the solar panel produced enough current to push through the MCU and radio startup.

                  My thought was to use the MIC2778 supervisor ic (datasheet), which has programable hysteresis, and a mosfet to wait for supercap/battery to reach a voltage high enough to handle a cold start.

                  NeverDieN Offline
                  NeverDieN Offline
                  NeverDie
                  Hero Member
                  wrote on last edited by NeverDie
                  #71

                  @ncollins What I tried in the past, and which I rather liked, was to first charge up, say, a 100uF capacitor and use that to power the 328p when voltage threshhold is reached and to then also redirect the incoming solar charge current into a supercap for bulk collection That way, in a cold start scenario, the MCU powers up very quickly--nearly instantly with larger solar cells--rather than having to wait hours for a large supercap to fill up. 100uF is enough to power numerous transmissions.

                  All this comes at the cost of more circuitry though, so I can understand if someone would prefer to omit this feature to keep things simple.

                  Maybe we should start a separate thread for this kind of discussion?

                  The only downside I see to the hysteresis chips is that they consume more current, especially when you consider the amount of current consumed by the voltage divider circuit. In the case of the MIC2778, it recommends the total resistance of the voltage divider circuit be no more than 3megaOhm. At low voltages, though, I suppose that's not much of a problem. Still, for comparison, some voltage detectors might consume a mere 350na in total.

                  N 1 Reply Last reply
                  0
                  • NeverDieN NeverDie

                    @ncollins What I tried in the past, and which I rather liked, was to first charge up, say, a 100uF capacitor and use that to power the 328p when voltage threshhold is reached and to then also redirect the incoming solar charge current into a supercap for bulk collection That way, in a cold start scenario, the MCU powers up very quickly--nearly instantly with larger solar cells--rather than having to wait hours for a large supercap to fill up. 100uF is enough to power numerous transmissions.

                    All this comes at the cost of more circuitry though, so I can understand if someone would prefer to omit this feature to keep things simple.

                    Maybe we should start a separate thread for this kind of discussion?

                    The only downside I see to the hysteresis chips is that they consume more current, especially when you consider the amount of current consumed by the voltage divider circuit. In the case of the MIC2778, it recommends the total resistance of the voltage divider circuit be no more than 3megaOhm. At low voltages, though, I suppose that's not much of a problem. Still, for comparison, some voltage detectors might consume a mere 350na in total.

                    N Offline
                    N Offline
                    ncollins
                    wrote on last edited by
                    #72

                    @neverdie Yeah, I think starting a dedicated thread is the right move.

                    That sounds a lot like what I'm trying to do. Prioritize load (boot/transmission) power, then dump into a reserve. This make sense when light is strong, but when solar isn't producing, how do you get power from the reserve to the load capacitors. Would you boost it?

                    1 Reply Last reply
                    0
                    • NeverDieN Offline
                      NeverDieN Offline
                      NeverDie
                      Hero Member
                      wrote on last edited by
                      #73

                      Continuing the discussion on a new thread here: https://forum.mysensors.org/topic/10748/solar-energy-harvesting-for-wireless-motes

                      1 Reply Last reply
                      0
                      • M Offline
                        M Offline
                        MarcosBe
                        Banned
                        wrote on last edited by
                        #74

                        Very interesting information, thank you very much!

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


                        29

                        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