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
In the Air Design Challenge
  • Challenges & Projects
  • Design Challenges
  • In the Air Design Challenge
  • More
  • Cancel
In the Air Design Challenge
Blog AirMobile - 3 - Power circuit design
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: amgalbu
  • Date Created: 12 Nov 2014 11:32 AM Date Created
  • Views 726 views
  • Likes 1 like
  • Comments 5 comments
  • iot_distributed
  • in_the_air
Related
Recommended

AirMobile - 3 - Power circuit design

amgalbu
amgalbu
12 Nov 2014

Design power circuit

Bacause the AirMobile sensor is going to harvest energy from waste heat by means of a Peltier cell, a proper power circuit is required to provide a reliable power supply to the electronic board.

My choice was the Linear Technology LCT3108. This is a highly integrated DC/DC converter ideal for harvesting and managing surplus energy from extremely low input voltage sources such as TEGs (thermoelectric generators), thermopiles and small solar cells. The step-up topology operates from input voltages as low as 20mV.

Using a small step-up transformer, the LTC3108 provides a complete power management solution for wireless sensing and data acquisition. The 2.2V LDO powers an external microprocessor, while the main output is programmed to one of four fixed voltages to power a wireless transmitter or sensors. The power good indicator signals that the main output voltage is within regulation. A second output can be enabled by the host. A storage capacitor provides power when the input voltage source is unavailable. Extremely low quiescent current and high efficiency design ensure the fastest possible charge times of the output reservoir capacitor.

 

Circuit simulation

Using the power requirements defined in my previous post, I tried to define a power circuit that could meet my requirements. In particular I was interested in determining how much time would be required to charge the super-capacitor that will provide energy to heat up the CO sensor.

LTSpice has been of great help. It can be freely downloaded from Linear Technology web site. Starting from one of the proposed circuits based on LTC3108, I changed the components to meet my scenario.

In particular I assumed that

  • the input voltage from Peltier cell is 300 mV (which is typical for a Δt of 20 °C
  • the Cstore (i.e. the capacity of the super.capacitor) is 0.1 F

 

The first thing that I found out was that a 0.1 F super-capacitor would never be charged. So I tried again with a 0.01 F super-capacitor, which is, in any case, 10 times the capacitance required by the sensors

 

            I ran the simulation with this parameters and I got the graph below

 

  image

 

           I limited to simulation to 10 seconds due to hardware constraints.

It takes about then second to charge the super-capacitor up to 1.4 V. To simplify, let's assume that the charging curve is (almost) linear. I expect the super-capacitor to be fully charged in 50 seconds. However this is the initial condition. During normal operation the super-capacitor is never going to be fully discharged. The voltage drop should be

  image

where

  • Vo is the capacitor initial voltage (5V)
  • C is 0.01 F
  • R is the resistance of the circuit. Because current is 200 mA, the resistance R is 25 Ohms
  • Sensor 200 mA for 1 ms to heat up the capsule, to t = 0.001 s

With this values, the above formula tells me that the voltage drops to 4.80 V

 

Starting from this residual voltage, the super-capacitor is going to be charged at full power in a few seconds

  • Sign in to reply
  • DAB
    DAB over 10 years ago in reply to amgalbu

    I do not know.

    Either way, I would start small and see how it works and hope that the magic smoke does not appear.

     

    DA B

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • amgalbu
    amgalbu over 10 years ago in reply to DAB

    Hi DAB

    LTC3108 should take care of properly charging supercapacitor (as I can understand from their application notes)

    On the other hand, the 5V from supercap is connected by a ULN2003 driver that switches on and off the selected sensor. Do you think that's enough to prevent damages?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • amgalbu
    amgalbu over 10 years ago in reply to hlipka

    Hi Hendrik

    my thoughts was just that 8 minutes too much time to wait before being able to drive sensor... but actually, as I wrote, it is just the time I have to wait when the supercapacitor is completely "empty"... May be I can get back on my decision and select a 0.1 F

     

    Thanks for your comment!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • hlipka
    hlipka over 10 years ago

    When a 0.001F super cap takes about 50 seconds to charge, shouldn't then a 0.1F supercap take just 500 seconds (8 minutes)? Why do you think it will never get charged?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 10 years ago

    Have you looked at your in rush current?

     

    Fast charging capacitors can damage other components if they are not scaled appropriately.

     

    DAB

    • Cancel
    • Vote Up 0 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