Electronic Product Design Do it Yourself

Slides:



Advertisements
Similar presentations
+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
Advertisements

555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
By Solid State Workshop. ● A microcontroller is an integrated circuit that is programmed to do a specific task. ● Microcontrollers are really just “mini-computers”.
Chapter 6 (Oscillators)
Project 3 Build an Astable Multivibrator
Sensors And Micro-Controllers
Digital I/O Connecting to the Outside World
GCSE Electronic Products
Presented by Tim Surtell in association with
M.S.P.V.L. Polytechnic College, Pavoorchatram
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
TIMERS.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
Ch4 Electronic Components Circuit/Schematic Symbols.
Objectives How Microcontroller works
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Electronics for PS and LHC transformers Grzegorz Kasprowicz Supervisor: David Belohrad AB-BDI-PI Technical student report.
Electronic Products. Objectives Learn what a 555 timer is and what it can be used for Learn how to connect a 555 timer up as a monostable Understand how.
PHY 202 (Blum)1 Analog-to-Digital Converter and Multi-vibrators.
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
Group 8: Video Game Console Team Members: Rich Capone Hong Jin Cho Dave Elliott Ryan Gates.
Electronic Components Circuit/Schematic Symbols. RESISTOR Resistors restrict the flow of electric current, for example a resistor is placed in series.
Timer Timer is a device, which counts the input at regular interval (δT) using clock pulses at its input. The counts increment on each pulse and store.
The Transistor Switch.  Computers work with Boolean algebra – two logic states – TRUE or FALSE  These states can be easily represented electronically.
Physical Properties of Logic Devices Technician Series Created Mar
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
US ADC (Analogue to Digital Conversion) and DAC (Digital to Analogue Conversion) 4 Weeks 3 Credits.
ACCURATE ELECTRONIC STOPWATCH
Different Types of Integrated Circuits. Introduction: Different Types of Integrated Circuits Every electronic appliance we use.
How to Build a Digital Physical System - Lab Lecture 2.
TITLE: 555 Timer OM INSTITUTE OF TECHNOLOGY Subject: Analog Electronics ( ) Semester: 03 Prepared By:
Basics of Bypass Capacitor, Its Functions and Applications.
RELAX AND ENJOY THE PRESENTATION TOGETHER OBJECTIVES Students should be able to draw the circuit of a monostable multivibrator using IC 555 explain the.
ULTRA FAST ACTING ELECTRONIC CIRCUIT BREAKER
Clock Signals: 555 Timer 555 Timer Digital Electronics TM
CU ATLAS Practical electronics Motion and Servos
Prototyping with Microcontrollers and Sensors
Key Stage ic Using a (555 IC) as a Monostable / Astable Circuit 555 IC Live Wire / PCB Wizard - (555 IC) Circuit RA Moffatt.
Microcontroller basics
555 Timer EEE DEPARTMENT KUMPAVAT HARPAL( )
SCADA for Remote Industrial Plant
PC Mouse operated Electrical Load Control Using VB Application
Integrated Circuits.
What’s Inside the Buffer?
Lecture 6: TI MSP430 IO Interfacing
A lecture for Arduino Course, Winter 2017/18
Multivibrator.
Unit IV 555 Timer.
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.
CMOS circuits and Logic families
Digital Computer Electronics TTL
Project 3 Build an Astable Multivibrator
Essential Failure Modes and Effects Analysis (FMEA) and the
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
EET 1131 Unit 13 Multivibrators and the 555 Timer
Essential Failure Modes and Effects Analysis (FMEA) and the
ELEC207 Linear Integrated Circuits
Project 3 Build an Astable Multivibrator
CSCI1600: Embedded and Real Time Software
Engineering Electronics I
Michael McGrath Simple DC Motor Michael McGrath
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
CSCI1600: Embedded and Real Time Software
Chapter 4 through Section 4.3
Arduino Board.
Arduino म्हणजे काय?.
Presentation transcript:

Electronic Product Design Do it Yourself Finally… LAUNCH!! Dr. Y S Rao ysrao@spit.ac.in

Digitization of Objects Analog vs. Digital

Beware of the computer! computers + SoCs = hardware / software mix complete change in device interaction ever-growing number of critical applications

On/OFF Control

ON/OFF Switch (current)

Transistor can act as a Switch

EX: Light Failure Warning System using Transistor as a Switch

Introducing Delay in ON/OFF RC constants A simple resistor and capacitor can be used to control the amount of time that it takes for an output signal to reach a specific voltage. This is particularly useful when you reset a device, to ensure, for example, that a pin does not reach logic high (0.7*VCC for CMOS) or pass logic low (0.3*VCC for CMOS) before x microseconds, giving the rest of the system time to perform some other tasks before-hand. This simple calculator will tell you how many milliseconds are required to reach the specific output voltage (Vc), based on the supply voltage (V), the resistor value (R) and the capacitor value (C). The resistor value is assumed to be in K ohms, the capacitor in microfarads, and the calculated delay will be in milliseconds. The formula used to calculate the delay is: t = -log((V-Vc)/V)R*C To calculate Vc at a specific time, the formula can be modified to: Vc = V-(V*exp(-t/(R*C)))

Example The following image shows the results of a 2.0K resistor and a 0.1uF capacitor using a 3.3V supply. The blue line is the HW reset, and the yellow line is the output of the RC pair. You can see that it takes about 230us (.23ms) to reach 2.3V, which is roughly logic high on a CMOS device using 3.3V logic (0.7VCC). Issue of Tolerance

Transistor with Delay

MOSFET Switch

Digital ICs Sinking & Sourcing

Noise Margin Ability to tolerate noise without changes in output voltage

A Typical Microcontroller RAM Flash EEPROM I/O Core Clock Reset Timers Power Comm Analog

Technology Comparison

Integration

IC Packages