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. Hardware
  3. Solar Energy Harvesting for wireless motes

Solar Energy Harvesting for wireless motes

Scheduled Pinned Locked Moved Hardware
47 Posts 8 Posters 1.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 Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by
    #21

    It finally dawned on me that a very solid minimalist circuit can be accomplished using just two diodes: https://www.openhardware.io/dl/5b8ff8a3d376570b051a91ed/design/schematic_solarLDO_v008.pdf

    The trick to making it work is selecting a diode D2 that has a forward voltage drop of 2.7v. For instance, CMF05(TE12L,Q,M) is such a diode, and on Digikey it costs a mere 40 cents: https://www.digikey.com/product-detail/en/CMF05(TE12L%2CQ%2CM)/CMF05(TE12LQM)CT-ND/2310627

    The result is a circuit that's not only inexpensive but can withstand any voltage that might be applied to it and, in realistic terms, any charge current that it's likely to encounter as well. And by picking diode D1 to have a low forward current (and for that, any common diode will do), it will charge quickly as well. So, better, faster, cheaper. Usually you only get to pick two of those. :-)

    Nca78N 1 Reply Last reply
    0
    • NeverDieN NeverDie

      It finally dawned on me that a very solid minimalist circuit can be accomplished using just two diodes: https://www.openhardware.io/dl/5b8ff8a3d376570b051a91ed/design/schematic_solarLDO_v008.pdf

      The trick to making it work is selecting a diode D2 that has a forward voltage drop of 2.7v. For instance, CMF05(TE12L,Q,M) is such a diode, and on Digikey it costs a mere 40 cents: https://www.digikey.com/product-detail/en/CMF05(TE12L%2CQ%2CM)/CMF05(TE12LQM)CT-ND/2310627

      The result is a circuit that's not only inexpensive but can withstand any voltage that might be applied to it and, in realistic terms, any charge current that it's likely to encounter as well. And by picking diode D1 to have a low forward current (and for that, any common diode will do), it will charge quickly as well. So, better, faster, cheaper. Usually you only get to pick two of those. :-)

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

      @neverdie what will prevent your supercap from discharging through D2 ?
      When current flowing through the diode gets low, the forward voltage gets lower too so your supercap will be drained.

      NeverDieN 2 Replies Last reply
      1
      • Nca78N Nca78

        @neverdie what will prevent your supercap from discharging through D2 ?
        When current flowing through the diode gets low, the forward voltage gets lower too so your supercap will be drained.

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

        @nca78 Thanks for pointing that out. I don't have in my possession the diode with the 2.7v forward voltage drop, so I ran some tests on a red LED insteaad. According to my multimeter, the red LED has a forward voltage drop of 1.8v. I hooked it into a uCurrent Gold to measure current and then decreased the voltage below 1.8v to see how the LED current reacted. You are right. Voltage had dropped all the way to 1.4v before I could no longer see any detectable current on the micro amp scale. Then, switching to the nano-amp scale, it wasn't until I had reduced the voltage to one volt that I could no longer discern any current on the nano amp scale. I had thought the current would cut-off much sooner than that, but I was wrong. Thank you once again.

        Back to the drawing board!

        1 Reply Last reply
        1
        • Nca78N Nca78

          @neverdie what will prevent your supercap from discharging through D2 ?
          When current flowing through the diode gets low, the forward voltage gets lower too so your supercap will be drained.

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

          @nca78 What if a 2.7v zener diode, reverse biased, were used instead? Would it have essentially the same problem? Scratch that. Probably not, except in limited cases, and even those might require hand selected zeners.

          NeverDieN 1 Reply Last reply
          0
          • NeverDieN NeverDie

            @nca78 What if a 2.7v zener diode, reverse biased, were used instead? Would it have essentially the same problem? Scratch that. Probably not, except in limited cases, and even those might require hand selected zeners.

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

            OK, for an extra 40 cents, this new circuit should work perfectly without more than 150na of current drain: https://www.openhardware.io/dl/5b8ff8a3d376570b051a91ed/design/schematic_solarLDO_v011.pdf

            I suspect 150na is less than the self discharge rate for any supercap.

            For larger solar panels, expunging surplus capacitor charge through an nfet would be the prudent way to go, but this circuit should work for the tiny solar panels that I'm currently focused on, which for sure are producing less than a milliamp of current. The circuit retains the ability to withstand any input voltage, provided that the input current is guaranteed to be less than 10ma, which is the absolute maximum provided by the datasheet.

            It's a good time to be alive. Not long ago these ultra low current drain parts didn't even exist--at least not at $0.82 for single unit quantities. :)

            That said, there are a number of different ways to attack this problem. Maybe an even cheaper way exists that can withstand any input voltage (say, up to 50 or 60v DC worst case)? That's really the only complicating factor. If one assumes less than 12v input voltage, or even less than 20v input voltage, then I can see at least some other possibilities that would work just as well, if not better.

            1 Reply Last reply
            0
            • NeverDieN NeverDie

              I forgot to mention: another advantage is that it can start charging the capacitor at lower solar voltages than what a pre-made LDO (at least the ones that can withstand 40v) can. AFAIK, the pre-made 40v LDO's don't pass current until the voltages are 2v+, or thereabouts. In theory, this one could start charging at around 0.4v to 0.8v (depending on how many diodes I end up needing to guarantee a full-shutoff at the PMOS).

              M Offline
              M Offline
              MarcosBe
              Banned
              wrote on last edited by
              #26
              This post is deleted!
              1 Reply Last reply
              0
              • NeverDieN NeverDie

                I forgot to mention: another advantage is that it can start charging the capacitor at lower solar voltages than what a pre-made LDO (at least the ones that can withstand 40v) can. AFAIK, the pre-made 40v LDO's don't pass current until the voltages are 2v+, or thereabouts. In theory, this one could start charging at around 0.4v to 0.8v (depending on how many diodes I end up needing to guarantee a full-shutoff at the PMOS).

                M Offline
                M Offline
                MarcosBe
                Banned
                wrote on last edited by hek
                #27

                Looks interesting. How effective are these devices? What type of solar panel is compatible with this device?

                NeverDieN 1 Reply Last reply
                0
                • M MarcosBe

                  Looks interesting. How effective are these devices? What type of solar panel is compatible with this device?

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

                  @marcosbe We're using solar cells scavenged from solar keychains. They put out less than 10ua in current under indoor lighting conditions.

                  I tested the version 11 circuit (above), and it works. I subsequently added an LED to the discharge path so that it blinks during the discharge. This way you can confirm visually when the cap is charged. With just a 100uF cap instead of a supercap, it blinks fairly often even with just relatively weak indoor lighting.

                  zboblamontZ 1 Reply Last reply
                  0
                  • NeverDieN NeverDie

                    @marcosbe We're using solar cells scavenged from solar keychains. They put out less than 10ua in current under indoor lighting conditions.

                    I tested the version 11 circuit (above), and it works. I subsequently added an LED to the discharge path so that it blinks during the discharge. This way you can confirm visually when the cap is charged. With just a 100uF cap instead of a supercap, it blinks fairly often even with just relatively weak indoor lighting.

                    zboblamontZ Offline
                    zboblamontZ Offline
                    zboblamont
                    wrote on last edited by
                    #29

                    @neverdie An interesting experiment, but can you clarify that by indoor lighting conditions you mean that harvesting is active only when lights are on, or does daylight continue to produce at say a lower rate?

                    NeverDieN 1 Reply Last reply
                    0
                    • zboblamontZ zboblamont

                      @neverdie An interesting experiment, but can you clarify that by indoor lighting conditions you mean that harvesting is active only when lights are on, or does daylight continue to produce at say a lower rate?

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

                      @zboblamont These particular solar cells seem to perform about the same regardless of whether the weak indoor light is sourced from indoor LED lights or from outdoor light that has leaked into the room from behind closed shades.

                      That's a lot different than most solar cells, which may output no current at all from even bright indoor LED lighting but which will outperform these cells from sunlight that has leaked into the room from behind closed curtains. That's one of the two things that makes these scavanged cells interesting. The other thing is that they have a much higher voltage, even under weak lighting. Go figure. I don't know why they are that way, so I just accept it as empirical fact.

                      FWIW, for testing purposes, the solar cell industry has arbitrarily defined weak indoor lighting as 200 lux, which in my book is actually fairly bright. I would estimate that these cells still perform at below 200 lux. For instance, I can get LED blinks off my charge circuit just from pointing the cell at my TV from across the room in an otherwise completely dark house late at night. Maybe later I'll dig out my lux meter and take some measurements.

                      zboblamontZ 1 Reply Last reply
                      2
                      • NeverDieN NeverDie

                        @zboblamont These particular solar cells seem to perform about the same regardless of whether the weak indoor light is sourced from indoor LED lights or from outdoor light that has leaked into the room from behind closed shades.

                        That's a lot different than most solar cells, which may output no current at all from even bright indoor LED lighting but which will outperform these cells from sunlight that has leaked into the room from behind closed curtains. That's one of the two things that makes these scavanged cells interesting. The other thing is that they have a much higher voltage, even under weak lighting. Go figure. I don't know why they are that way, so I just accept it as empirical fact.

                        FWIW, for testing purposes, the solar cell industry has arbitrarily defined weak indoor lighting as 200 lux, which in my book is actually fairly bright. I would estimate that these cells still perform at below 200 lux. For instance, I can get LED blinks off my charge circuit just from pointing the cell at my TV from across the room in an otherwise completely dark house late at night. Maybe later I'll dig out my lux meter and take some measurements.

                        zboblamontZ Offline
                        zboblamontZ Offline
                        zboblamont
                        wrote on last edited by
                        #31

                        @neverdie Thanks for that clarification, intriguing possibilities indeed, who'd have thunk...
                        Not concerned over what what light levels generate which level of power rather than the principle of continuity, i.e. day/artificial light agnostic.
                        It would indeed be ironic in the leap from tungsten to LED for illumination, that alongside lower energy consumption, the possibility of recycling part of that reduced energy coincides.
                        Bravo..

                        NeverDieN 1 Reply Last reply
                        0
                        • zboblamontZ zboblamont

                          @neverdie Thanks for that clarification, intriguing possibilities indeed, who'd have thunk...
                          Not concerned over what what light levels generate which level of power rather than the principle of continuity, i.e. day/artificial light agnostic.
                          It would indeed be ironic in the leap from tungsten to LED for illumination, that alongside lower energy consumption, the possibility of recycling part of that reduced energy coincides.
                          Bravo..

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

                          @zboblamont I made the circuit able to withstand any input voltage because I wanted to stack of bunch of solar cells in series and thereby, if possible, manage to charge even using just moonlight. Well, after experimenting with that concept last night, it looks as though solar cells just aren't additive in that way, at least not under ultra low lighting conditions like moonlight-only.

                          zboblamontZ 1 Reply Last reply
                          0
                          • NeverDieN NeverDie

                            @zboblamont I made the circuit able to withstand any input voltage because I wanted to stack of bunch of solar cells in series and thereby, if possible, manage to charge even using just moonlight. Well, after experimenting with that concept last night, it looks as though solar cells just aren't additive in that way, at least not under ultra low lighting conditions like moonlight-only.

                            zboblamontZ Offline
                            zboblamontZ Offline
                            zboblamont
                            wrote on last edited by zboblamont
                            #33

                            @neverdie Ah, Texans - "don't the stars look purty t'night?".... "Yeah, but the moon is only producin' 2mV honey..." Romance is not dead but buried...:sweat_smile:
                            Just kidding, brilliant stuff... ;)

                            NeverDieN 1 Reply Last reply
                            0
                            • zboblamontZ zboblamont

                              @neverdie Ah, Texans - "don't the stars look purty t'night?".... "Yeah, but the moon is only producin' 2mV honey..." Romance is not dead but buried...:sweat_smile:
                              Just kidding, brilliant stuff... ;)

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

                              @zboblamont I still have hopes if that if I can just get even 1ua from moonlight, even at a mere 20mv, that I'll be able to collect it and eventually harvest it using: https://www.openhardware.io/view/732/Extreme-Energy-Harvester

                              That may yet still work.... I think maybe the reason why stringing a bunch of cells in series doesn't work is that at very low light levels, the leakage currents become dominant. Except, if that's so, why does it still show a high voltage?

                              Fortunately, I don't have an actual need to harvest only moonlight. It's just that if I could, then my gear would be good enough to run pretty much anywhere, other than in complete blackness.

                              Of course, if anyone has ideas on how to harvest moonlight, then please do post.

                              zboblamontZ 1 Reply Last reply
                              1
                              • NeverDieN NeverDie

                                @zboblamont I still have hopes if that if I can just get even 1ua from moonlight, even at a mere 20mv, that I'll be able to collect it and eventually harvest it using: https://www.openhardware.io/view/732/Extreme-Energy-Harvester

                                That may yet still work.... I think maybe the reason why stringing a bunch of cells in series doesn't work is that at very low light levels, the leakage currents become dominant. Except, if that's so, why does it still show a high voltage?

                                Fortunately, I don't have an actual need to harvest only moonlight. It's just that if I could, then my gear would be good enough to run pretty much anywhere, other than in complete blackness.

                                Of course, if anyone has ideas on how to harvest moonlight, then please do post.

                                zboblamontZ Offline
                                zboblamontZ Offline
                                zboblamont
                                wrote on last edited by
                                #35

                                @neverdie "I still have hopes if that if I can just get even 1ua from moonlight..."
                                Sounds like a job for a parabolic concentator increasing luminance on the panel, albeit at the risk of frying at the merest hint of sunlight..

                                NeverDieN 2 Replies Last reply
                                0
                                • zboblamontZ zboblamont

                                  @neverdie "I still have hopes if that if I can just get even 1ua from moonlight..."
                                  Sounds like a job for a parabolic concentator increasing luminance on the panel, albeit at the risk of frying at the merest hint of sunlight..

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

                                  @zboblamont said in Solar Energy Harvesting for wireless motes:

                                  @neverdie "I still have hopes if that if I can just get even 1ua from moonlight..."
                                  Sounds like a job for a parabolic concentator increasing luminance on the panel, albeit at the risk of frying at the merest hint of sunlight..

                                  It would be ungainly, but that could work. For instance, ultra-low-lux security cameras have a little flag that rapidly pops up (faster than you can blink) to cover an imager and protect it against overexposure in those kinds of scenarios.

                                  1 Reply Last reply
                                  1
                                  • zboblamontZ zboblamont

                                    @neverdie "I still have hopes if that if I can just get even 1ua from moonlight..."
                                    Sounds like a job for a parabolic concentator increasing luminance on the panel, albeit at the risk of frying at the merest hint of sunlight..

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

                                    @zboblamont I have the Buck Energy Harvester working now: https://www.openhardware.io/view/733/Buck-Energy-Harvester#tabs-design

                                    However, fresh out of the box it turns out not to be compatible with the keychain fob solar cells. Why? What's not even mentioned In the LTC3388 datasheet'S executive summary introduction page is that the active quiescent current is 150-250ua, which is enough to completely overwhelm the keychain fob solar cell output of around 10ua. I thought perhaps it would instead accumulate a charge and later do a forced conversion in a burst mode, but it doesn't appear to work that way. Such a mode could probably be configured, but I don't see anything like it discussed in the datasheet, so it would require some design and prototyping. More to the point, though, is that in such a scenario, I no longer see that there's anything special about the LTC3388 versus any other buck converter. i.e. I might as well dump the LTC3388, which is fairly expensive, and replace it with a much less expensive, highly efficient buck converter that's also highly efficient running in a burst mode.

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

                                      I notice that TI has a relatively new buck converter chip, the LM5164. In comparing it to other buck converters, what stands out about it is that it has high efficiency, even at a load current of just a milliamp:

                                      0_1575560469586_LM5164.png

                                      So, at least that much is impressive. However, its active current is 600-880ua, which is through the roof compared to the LTC3388, which is what led me to search for an alternative buck converter in the first place. The only way I can see to make use of it would be in very short bursts, which it fortunately seems designed to manage.

                                      http://www.ti.com/lit/ds/symlink/lm5164.pdf?HQS=TI-null-null-mousermode-df-pf-null-wwe&DCM=yes&ref_url=https%3A%2F%2Fwww.mouser.com%2F

                                      So, for that reason, for now I'll stick with the LTC3388 and leave the perfecting of the buck converter as a future optimization...

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

                                        So, this smoking gun more or less settles it the matter regarding the LTC3388:
                                        0_1575566458778_LTC3388_efficiency.png

                                        Because of low efficiency at the microamp range, neither would appear to be a good match for solar cells extracted from the key fobs. Nonetheless, it would be a good match for higher current solar cells.

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

                                          I hadn't been aware of it until now, but apparently there do exist batteries with a very low 0.7% annual self-discharge rate, which translates into still having 70% of their original capacity a full 40 years later! http://www.tadiranbat.com/assets/white-paper-for-sensors-online-revised.pdf They're fairly pricey, but do they seem like a much simpler method for getting past the cold-start problem on most energy harvesters. Presumably nearly all motes would be obsolete after 40 years anyway, and probably even long before that.

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


                                          21

                                          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