Wireless Power Charge Security Via Chaos-Based Frequency Adjustment

Slides:



Advertisements
Similar presentations
1 Signals, Circuits, and Computers John Athanasiou Part B Spring 2010.
Advertisements

Basic DC Motor Circuits
Ronan Dunne Supervisor: Dr. Maeve Duffy Co Supervisor: Liam Kilmartin.
Electronic Engineering Final Year Project 2008 By Claire Mc Kenna Title: Point of Load (POL) Power Supply Design Supervisor: Dr Maeve Duffy.
Fair Use Building and Research Labs Presents
Magnetic Bearing Preliminary Design Review Team miniMuffin Lauren Glogiewicz Jacob Beckner Kevin Bodkin James Holley Philip Terry.
Professor Sung-Yeul Park
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
DC Motor Drives Dr. Ahmad Harb.
Introduction.
Lecture B Electrical circuits, power supplies and passive circuit elements.
Electric Circuit Capacitors Electric Circuits Capacitors DK 12.
Critical Design Review Wind Turbine with Gearbox
Electronic Component Functions What is this component doing my in electronic device?
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
P5 – Electric Circuits. Static Electricity When two objects are rubbed together and become charged, electrons are transferred from one object to the other.
Electronics for PS and LHC transformers Grzegorz Kasprowicz Supervisor: David Belohrad AB-BDI-PI Technical student report.
Cascade switching of an LED EAS 199B Winter 2013.
Lumped versus Distributed: A component must be considered as distributed when the physical dimensions of an element become significant with respect to.
Maximum Power Point Tracking System for Solar Racing Team Andrew Matteson Ingrid Rodriguez Travis Seagert Giancarlo Valentin School of Electrical and Computer.
Electronic Components Circuit/Schematic Symbols. RESISTOR Resistors restrict the flow of electric current, for example a resistor is placed in series.
Dr. Fei Hu { Department of Electrical and Computer Engineering University of Alabama Tuscaloosa, Alabama Introduction to.
Phase Converter Simulator AKA Voltron
Design Solutions Sponsored by: National Science Foundation Advisors: Abdullah Eroglu, Hosni Abu-Mulaweh, Hossein Oloomi Team Members: Mitchell Eilerman,
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
Introduction to Electronic Circuits Khansaa Almansor.
Wireless Power Transfer Via Inductive Coupling SENIOR DESIGN GROUP 1615 RYAN ANDREWS, MICHAEL DONOHUE, WEICHEN ZHANG.
Simple Circuits 1 st year physics laboratories University of Ottawa
How to Build a Digital Physical System - Lab Lecture 2.
Arduino Application: Speed control of small DC Motors
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Final Year Project: Wireless Power Transfer For Mobile Phone Kong Chin Hung D Supervisor: Dr. Wei-Nong FU.
Prototyping with Microcontrollers and Sensors. Overview Objective Background Information Problem Statement Materials Procedure Assignment Closing.
Electrical circuits, power supplies and passive circuit elements
Prototyping with Microcontrollers and Sensors
Basic Circuit Components
Connect 4 Change the terms in the following template to customize Connect 4 for any topic. You will need to copy one copy of one of the two templates.
Electronic Product Design Do it Yourself
Microcontroller basics
EE434 Jason Adams Mike Dierickx
The Making of The Perfect MOSFET
Textbook Detection System With Radio-Frequency Identification
Electrical circuits, power supplies and passive circuit elements
Cascade switching of an LED
Radio Frequency Readout Device (RFRD)
Arduino Development for Beginners
Fair Use Building and Research Labs Presents
DC-DC PWM Converters Lecture Note 5.
Component Identification
Wireless charging FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY
Graduation Project-II submitted to:
Electronic Education Kits
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Series and parallel circuits
ECE 445 Senior Design, Spring 2018
LX1701 Key Features Key Features No output filter required
Arduino Application: Speed control of small DC Motors
Reading: Malvino chapter 3, Next: 4.10, 5.1, 5.8
Fair Use Building and Research Labs Presents
Prototyping with Micro-controllers, Sensors, and Materials
More Circuit Components: Capacitors, Inductors, and Diodes
Prototyping with Micro-controllers, Sensors, and Materials
UNIT 9 Relays.
Measuring Permittivity
Prototyping with Micro-controllers, Sensors, and Materials
Prototyping with Micro-controllers, Sensors, and Materials
UNIT 9 Relays.
I/O Experiments Assignment 1.
Presentation transcript:

Wireless Power Charge Security Via Chaos-Based Frequency Adjustment Lab Materials Wireless Power Charge Security Via Chaos-Based Frequency Adjustment Austin Burnett Nathan Howdon D’Arrys Smith Allison O’Shea Philip Zicarelli Faculty Advisor: Dr. Fei Hu

What is a Cyber-Physical System(CPS)? A cyber-physical system is a system of computational elements interacting physical entities. Example: Implanted Medical Devices Cyber Physical "Cyber-Physical Systems (CPS) is a critical part of the national cyber infrastructure. Security threats to CPS pose significant risk to the health and safety of human lives, threaten severe damage to the environment, and could impose an adverse impact on the U.S. economy." - Homeland Security, Dr. Nabil Adam, 2010.

Motivation (Why?) •Homeland Security •Health and Safety •General security measures cannot be used to protect all cyber-physical systems –Securing IMD Wireless Charging More energy transferred to the IMD than the required amount results in the energy releasing through heat causing organs to be damaged. If not enough energy is transferred then the IMD can not work properly. A vulnerable, unsecured system could be susceptible to a cyber attack Attack on Smart Grid → Loss of Power Attack on Implanted Medical Device → Health and Safety Risks

Project Goal Objectives Met Static Wireless Power Transfer Achieved Build integrated analog and digital circuit to achieve wireless power charge security of a cyber-physical system based on randomness as well as controllable capacitor array n Objectives Met Static Wireless Power Transfer Achieved Switching Capacitance Implemented Microcontroller Code Complete Additional Objectives Full Integration of Microcontroller and Breadboard Circuit

Strategy USB Link Computer to view Chaotic Map talk about the differences in our project vs the paper. desired frequency range needs to be in the 100kHz . If the frequency is <10kHz then it could harm the surrounding the organs. The L is supposed to come from the coil.

Distribution of Responsibilities

Distribution of Responsibilities Microcontroller/Code Austin Wireless Power Transfer Circuit (Sender) Nathan Test Lead and Validation Planner D’Arrys Wireless Power Transfer Circuit (Receiver) Allison Integration Lead Philip

Switches Slide Switch MOSFET Instantaneous Switching Absolute ON/OFF Simple for testing Does not require manual switching Allows microcontroller code to be used

Microcontroller Arduino Microcontroller Starter Kit Adequate speed (Clock speed 16 MHz) Cost efficiency Comes with additional parts Will be used to implement our random code Will be used as our USB interface Has 14 digital I/O pins

Randomness To make the frequency switch sequence confidential to attackers, we propose a Logistic Maps based capacity control. Chaos comes from microcontroller Chaos → randomness Frequency range can be divided into 210 = 1024 different subranges Xn+1 = rXn(1-Xn), 0<Xn<1, r>0

Final Microcontroller Code //Initialization of Parameters const double A = 4.0; // Logistic map constant double X0 = 0.1; // Initial position (0 < X0 < 0.8) double X = X0; // Use X0 as your first calculated point //Loop to Select LEDs void loop(){ if (X < 0.1) //Truth Table Case 0 { digitalWrite(LEDpin[0],LOW); digitalWrite(LEDpin[1],LOW); digitalWrite(LEDpin[2],LOW); delay(wait);} else if ((X >= 0.1) && (X < 0.2)) //Truth Table Case 1 blinkLED (LEDpin[2]); . else //Truth Table Case 7 {digitalWrite(LEDpin[0],HIGH); digitalWrite(LEDpin[1],HIGH); digitalWrite(LEDpin[2],HIGH); delay(wait); digitalWrite(LEDpin[0],LOW); digitalWrite(LEDpin[2],LOW);} //Logistic Map Equation X0 = X; X = A * X0 * (1.0 - X0);

Final Microcontroller LED Test

Wireless Power Transfer Circuit 4.7 nF

Inductors Insulated Wire Copper Wire - provides protection from power frequency in security systems -strengthen power transfer Copper Wire -less secure -would not transmit current to the receiver circuit. -easier to create

Wireless Power Transfer Circuit Components: Switches 100k resistor 100 nF capacitor 1nF capacitor 4.7 nF Insulated wire LED 2N3904 Transistor 1N4148 diodes

Frequency Values 1 Turn

Demonstration Varying Distance

Demonstration Capacitance Variation

Overall Integration I have 2 minutes on this slide, but need to add some color to the slide. - NH

Primary Circuit after Integration I have about 1.5 minutes on this slide - NH

Societal Impacts ●More Security → More Intense Threats ●Difficulty Sustaining Charge ○Time ○Energy ●Benefits ○Decrease the need for surgery →Less complications ○Safety of patient from cyber attacks

Project Schedule Spring 2014 - Breadboard, Proof of Concept… Fall 2014 - PCB, More Realistic Implementation

Budget Updated budget. I can make this slide 1- 2 minutes as needed - NH

Thank you for your time. Does anyone have questions?