FPGA-Based Smart Meter Interface

Slides:



Advertisements
Similar presentations
Sumitha Ajith Saicharan Bandarupalli Mahesh Borgaonkar.
Advertisements

Chapter 2Test Specification Process. n Device Specification Sheet – Purpose n Design Specification – Determine functionality of design n Test List Generation.
1 Performed By: Khaskin Luba Einhorn Raziel Einhorn Raziel Instructor: Rivkin Ina Spring 2004 Spring 2004 Virtex II-Pro Dynamical Test Application Part.
Watt Smart Wireless Single Phase Power Monitoring System (WPMS) Kamyar G. Osgoei Glen Nogayev Titus Cheund Wenqi Sun Babak Sobhani.
Define Embedded Systems Small (?) Application Specific Computer Systems.
Laser Shoot-Out Game By Steven Noto and Laura Miller Advisor Steven Gutschlag February 15, 2000 Senior Project Status.
Stand-Alone and Mesh Networks of Dissolved Oxygen (DO) Monitors Sd-May11-20 Betty Nguyen Scott Mertz David Hansen Ashley Polkinghorn Advisors Joseph Shinar.
Sept EE24C Digital Electronics Project Design of a Digital Alarm Clock.
Bluetooth based home automation system N.Sriskanthan, F.Tan, K. Karande Microprocessors and Microsystems 26(2002) Presenter: Bui Phuong Nhung.
Group Members: Brad Cox Kevin Burkett Tera Cline Arthur Perkins CS10 Battery Management System.
Pinewood Derby Timing System Using a Line-Scan Camera Rob Ostrye Class of 2006 Prof. Rudko.
IBM - CVUT Student Research Projects Remote Control of a Furby Toy with BlueTooth Tomáš Kunc
1 Keyboard Controller Design By Tamas Kasza Digital System Design 2 (ECE 5572) Summer 2003 A Project Proposal for.
Autonomous Helicopter James LydenEE 496Harris Okazaki.
Introduction to FPGA Created & Presented By Ali Masoudi For Advanced Digital Communication Lab (ADC-Lab) At Isfahan University Of technology (IUT) Department.
INDRIYA TECHNOLOGIES PRIVATE LIMITED BELEIVING IN A SMARTER AND GREENER WORLD.
GAYA Analyzer SDD Presentation. GAYA Analyzer Introduction OMS40G256 is a hardware device used for detection of radioactive radiation for medical imaging.
ATtiny23131 A SEMINAR ON AVR MICROCONTROLLER ATtiny2313.
Wireless Appliance Controller TeamClientFaculty AdvisorStudent Members sdmay03-20 Senior DesignDr. Arun SomaniDonny PrabowoBenjamin Taylor Todd RoushKheng-Hin.
Project Goals Our task was to take the proof of concept and make a production ready prototype with the following parameters Use low cost microprocessor.
Home Area Networking for the Smart Grid Erik Cates David Green Daniel Han Justin Michela ECE 4007 Koblasz/Maxwell Fall 2010 In Conjunction With: Unmesh.
Abstract Introduction Assumptions & Limitations Design Objectives Functional Requirements Design Constraints Technical Approach Measurable Milestones End.
Introduction to Labs Wenchao Cao, Teaching Assistant Department of EECS University of Tennessee.
Mobile application for digital verification of mobile work activity with smart configuration systems (patent pending) Created by Marjan Kotorcevik.
ADVANCED DIGITAL DESIGN DESIGN EXERCISE I Metastability Measurement and Analysis.
SMART CART Group 20 Ciju Francis, Tom Rosengrant.
P RESENTATION ON ELECTRICITY METER USINGSM. ABSTRACT THE METER READING BY MANPOWER Inefficient system of billing and collection Less efficient, error.
Ultra Trace Cargo Monitoring Kevin Kurtz - ECE Jacob Klapheke - ECE Nick Searcy - ECE Nick Wood - ME Jason Guelda - ME.
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Software and Communication Driver, for Multimedia analyzing tools on the CEVA-X Platform. June 2007 Arik Caspi Eyal Gabay.
Voice Controlled Robot by Cell Phone with Android App
Maj Jeffrey Falkinburg Room 2E46E
Programmable Logic Devices
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Multiway Noticeboard with User Configure Features Using IOT & PC
Smart Parking Application
VOICE CONTROLLED SMART HOME AUTOMATION SYSTEM BASED ON ZIGBEE NETWORK
Department of ECE A project Report on
Beyond the Business Case: AMR Operational Experiences and Benefits
Flexible FPGA based platform for variable rate signal generation
Microcontroller Enhancement Design Project
Serial Communication Protocols And Embedded IoT
Voice Manipulator Department of Electrical & Computer Engineering
Weather Station Weather station design for measuring
THE PROCESS OF EMBEDDED SYSTEM DEVELOPMENT
ENG3050 Embedded Reconfigurable Computing Systems
Wireless Controlled PowerStrip
Remote Controlled Smart Socket
Smart Batteries Spring 2016 – Update 1.
Final Year Project Presentation
Serial Data Hub (Proj Dec13-13).
INDRIYA TECHNOLOGIES PRIVATE LIMITED
Mike Pappas, Nigel Himmelreich, Eric Anderson
Mike Pappas, Nigel Himmelreich, Eric Anderson

Smart System for Charging Electrical Meters
INDRIYA TECHNOLOGIES PRIVATE LIMITED
Pre Payment Energy Metering Solution
ECE 477 Final Presentation Team 15  Spring 2010
Reading Hydro Meters S Analyze the electrical energy consumption of a household appliance. Include: calculate consumption using Energuide labels,
Wireless Multimedia Sensor Networks: Applications and Testbeds
Smart Grid in the Home Senior Project Proposal
Conserving Energy.
FPGA Vinyl to Digital Converter (VDC)
NetFPGA - an open network development platform
PowerLogic ION6200 Power and energy meter.
♪ Embedded System Design: Synthesizing Music Using Programmable Logic
PRESENTATION BASED ON EMBEDDED SYSTEM. SUBMITTED BY MAMATA YADAV.
Power monitoring software
Presentation transcript:

FPGA-Based Smart Meter Interface Devon Billiard, Roberto Cordova, Steven Garbe, Brandon Tran

Introduction Create an electrical smart meter add-on using an FPGA board Communication of information Calculate kWh usage and costs Provides information in a user friendly format

Background Microcontrollers FPGA Electromechanical meters Smart meters Uses regular programming languages, less flexible FPGA Uses hardware design language Allows custom circuit design to fit application Allows for faster implementing changes Electromechanical meters One way system, only sends power to consumers, no data Not as accurate as digital Billing might be inaccurate Smart meters Two-way system, both power and data communication More accurate

System Diagram

Design Methodology Receive power consumption data from customer’s pre-existing AMI meter Perform analysis using received data Cost, Total Usage (in kWh) Based on time period defined by customer Relay Analyzed Data to Customer Printable Data Sheet Display

System Architecture Two main elements make up the system architecture: Communication and Data Analysis Communication GE Energy I-210+c Single Phase Smart Meter GE MeterMate Software UART Transceiver Xilinx Vivado Webpack Programming Suite Nexys 4 Artix-7 FPGA Trainer Board CSG324 Package Data Analysis Verilog

Constraints Design Performance Development Time Initialization of GE Energy I-210+c Single Phase Smart Meter Availability of MeterMate Software Programming Device Performance Synchronization issues between FPGA clock and PC serial port Code Optimization

Design Elements - Software Transmit and receive usage data via the Universal Asynchronous Transmitter and Receiver (UART) Process energy readings Calculate Kilowatt hours used Hourly, Daily, Monthly, and Yearly Calculate the cost of the power used Hourly, Daily, Monthly, and Yearly Provide warnings if power consumption is unusually high Present data in a user friendly format Excel Document 7-Segment Display

Software Diagram

Integration and Testing Plan Test UART Ability to send and receive data Test Calculations Keep accurate track of Hours, Days, Months, Years Accurately calculate a running total of usage on a hourly, daily, monthly, and yearly basis Using calculated usage, determine the cost of power consumption Integrate UART with Calculations Insure the data received on the UART can be accessed by the calculations module Create an Excel spreadsheet of all calculated data Implement code on the FPGA board Run the code on the physical FPGA board as opposed to the simulation

Ethical and Societal Considerations Keeping transmitted data safe Prevent manipulation of energy readings Must be tamper-proof ANSI C12 pertaining to meter accuracy and performance Must be held to same standards as the AMI meter Ensure accuracy of measurements and calculations

Conclusion Obtaining access to GE MeterMate software Reduce cost Needed for initialization of GE Energy I-210+c Single Phase Smart Meter Reduce cost Researching different FPGA boards Communication between hardware Synchronization issues