+ All Categories
Home > Documents > By Jared Hanley Mentor: Dr. Quinton L. Williams Learn the basics of C++ Programming Extract data...

By Jared Hanley Mentor: Dr. Quinton L. Williams Learn the basics of C++ Programming Extract data...

Date post: 20-Jan-2016
Category:
Upload: harvey-farmer
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
16
Creation of a Coin-Cell Battery By Jared Hanley Mentor: Dr. Quinton L. Williams
Transcript
Page 1: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Creation of a Coin-Cell Battery

By

Jared Hanley

Mentor: Dr. Quinton L. Williams

Page 2: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Mid-Term Aim

Learn the basics of C++ Programming

Extract data columns from large text files and perform algebraic computations with them.

Become familiar with the materials science of batteries.

Develop a recipe for the anode of Coin-Cell using three ingredients.

Long-Term Objective

Modify LiFePO₄ to create a cathode with enhanced conductivity features.

Understand the electrochemistry behind the Coin-Cell battery.

Obtain hands-on experience in the assembly of the battery from initial materials.

Complete a fully-functional, efficient battery.

Page 3: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Coin-Cell Batteries are used in many small scale applications.

They provide optimal voltage for small electronics.

Compact enough for portable devices such as watches, hearing aids, calculators, laser pointers, etc.

Page 4: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

How does a Battery Work?

Page 5: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Inside the Coin-Cell (CR2032)

Goal:

Maximize the battery’s voltage through the potentials in the materials.

Anode: PVDF, NMP, Super C45 on Copper

Cathode: Addition of LiFePO₄

Page 6: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Pieces to the Puzzle

Common Lab Equipment

Page 7: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Ingredients we are using:

Anode Consist of:

PVDF – Polyvinylidene fluoride

NMP – N-Methyl-2-pyrrolidone Carbon Black – Super C45

Page 8: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Raman Spectrum on Carbon Black

D- Band

G- Band

Carbon Signature

Page 9: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Experimental Weight Percentages

95% Super C45 5.0% PVDF PVDF (5,000 cps)

Page 10: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Carnage of Anode Slurries

Page 11: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Cathode

Active Ingredient LiFePO₄

Advantages:

Thermal Stability

Long-Life Span

Great Cyclability

Low Toxicity

Page 12: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Carbon Coating on the LiFePO₄

Increases electrochemical performance

Increases ionic conduction

Helps transport electrons quicker during charge and discharge.

Page 13: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Initial Results of Raman Spectrum

Page 14: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Actual Raman Spectra (457.5 μm)

Bai, Y. et al., “Raman study of pure, C-coated and Co-doped LiFePO4”, J. Raman Spectrosc., (31 March 2011): 835. Print.

Page 15: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Experimental Weight Percentages

94.5% LiFePO₄3.5% PVDF2.0% C45

Page 16: By Jared Hanley Mentor: Dr. Quinton L. Williams  Learn the basics of C++ Programming  Extract data columns from large text files and perform algebraic.

Thank You for being such a great audience!


Recommended