element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Project14
  • Challenges & Projects
  • More
Project14
Polls Project14 | Poll to Decide June 18' Competition
  • Blog
  • Forum
  • Documents
  • Theme Suggestions
  • Polls
  • Members
  • More
  • Cancel
  • New
Join Project14 to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 18 Apr 2018 2:53 AM Date Created
  • Last Updated Last Updated: 11 Oct 2021 2:58 PM
  • Views 1585 views
  • Likes 0 likes
  • Comments 12 comments
Related
Recommended

Project14 | Poll to Decide June 18' Competition

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • ntewinkel
    ntewinkel over 7 years ago in reply to mcb1 +5
    mcb1 wrote: create a project that uses solar energy Lets have one ... I have a project that keeps getting put aside and this might mean I actually do it. Me too - that's the final step in making my remote…
  • dwinhold
    dwinhold over 7 years ago +4
    I voted other, my idea (since it is summer time), create a project that uses solar energy. Dale
  • tariq.ahmad
    tariq.ahmad over 7 years ago +4
    We did one around Solar Powered Yard Gadget early on. Anything specific about solar energy that you think would make a good theme?
  • ntewinkel
    ntewinkel over 7 years ago in reply to mcb1

    I've created a separate thread for my questions: https://www.element14.com/community/message/238701/l/dealing-with-low-battery#238701

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to ntewinkel
    can we keep the battery controller from providing any power at all until a minimum threshold is achieved?

    Quite possibly as part of the the LiPo or an external charger, battery controller.

     

    I'll have to do some looking later when I'm home ....

     

     

     

    Mark

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to mcb1

    >devices reduced their reporting rate to suit the charge they had

     

    You mean as in read battery level and adjust "next wake time" accordingly? That's an interesting feature, and would probably take care of most of it.

    I was thinking much less dynamic - ie, plan for worst case and hard-code the sleep time accordingly. But it makes sense to make hay while the sun shines, or in this case send more updates while the sun is shining on the solar cell.

     

    My more direct concern with 3 and 4 was more outside of the control of the microcontroller: can we keep the battery controller from providing any power at all until a minimum threshold is achieved? ie, if battery pack voltage drops to the minimum 3.2volts, shut off power to the microcontroller, and then don't provide power again until it's back up to, say, 3.4 volts. I suppose a very power-miser type controller could control that part (digispark maybe?). So the battery would need enough power to run the digispark, and the digispark would turn on a relay if it figures there's enough power to run the ESP8266. I'm pretty sure I've seen battery protection circuits out there that will avoid over-discharge that can shut off power to the digispark in those cases.

     

    -Nico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to ntewinkel

    I had totally forgotten about that, and it was only 6 months ago!

     

    me too!.

    image

     

    I'm still having trouble wrapping my mind around points 3 and 4.

    For the Forget me Not challenge, the EnOcean devices reduced their reporting rate to suit the charge they had.

    Maybe there is an ability to do something similar ?.

     

     

    Mark

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to tariq.ahmad

    What I had in mind might be too specific.

    I'm hoping to use solar for powering micro controller data logging/sensing projects.

     

    Specifically, I have an ESP-8266 (like Adafruit's Huzzah) based project I'd like to run on solar. (the temperature logger I blogged about recently)

     

    The challenges include:

    1. charging a battery from the solar panel.

    2. output of the battery has to provide 3.3v to power the board

    3. battery should be sufficiently charged before it provides power to the board

    4. battery should shut down the board (cut the power) when voltage goes too low

    5. The micro controller should be super energy efficient - ie, sleep most of the time, wake up just long enough to do something, then sleep again.

     

    I'm still having trouble wrapping my mind around points 3 and 4.

     

    Cheers,

    -Nico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • tariq.ahmad
    tariq.ahmad over 7 years ago in reply to ntewinkel

    Hey ntewinkel ,

     

    It's a good ideas and definitely would love to add it to the June choices as there seems to be a lot of interest in it.

     

    Last time we had a couple of really great projects:

     

    Building a Solar Charger by  shabaz

     

    and

     

    Tilt Solar Light by  carmelito

     

    Just wondering if a similar theme or if there is another theme that might be more popular around solar power.

     

    What do you think?

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to tariq.ahmad

    >Tariq said:

    >We did one around Solar Powered Yard Gadget early on.

     

    I had totally forgotten about that, and it was only 6 months ago!

    Phooey on this 9-to-5 job that's keeping me from my fun hobby projects! image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • tariq.ahmad
    tariq.ahmad over 7 years ago

    We did one around Solar Powered Yard Gadget early on.

     

    Anything specific about solar energy that you think would make a good theme?

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to mcb1

    mcb1  wrote:

     

    create a project that uses solar energy

    Lets have one ... I have a project that keeps getting put aside and this might mean I actually do it.

     

     

    Me too - that's the final step in making my remote wireless sensor completely remote and completely wireless image

     

    -Nico

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to dwinhold
    create a project that uses solar energy

    Lets have one ... I have a project that keeps getting put aside and this might mean I actually do it. image

     

    Mark

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube