CPU FAN RPM MEASUREMENT WITH HALL EFFECT SENSOR

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

In this presentation you will:
Microprocessor Motor Control Spring Introduction  Stamp projects Robots  Sensors  Motor control  Logic Rocketry  Reading acceleration (“g”
SOLAR TRACKER PROJECT. INTRODUCTION: Solar tracker is a system that is used to track sun light to increase the efficiency of electricity gained from solar.
GatesGEN Patent Pending Description of the GatesGEN invention and how it works. Applications that it can be used in and more. TRANSMISSION REDUCER PLANETARY.
Today’s class By the end of this class, you’re expected to learn
MEASUREMENT DEVICES OUTLINE Multimeters Analog Multimeters
“Power Supply” Controls Voltage Difference in Voltage is set Output Current is “as requested” by attached device.
Working with Arduino: Lesson #2: Variable, Photo, and Force Sensitive Resistors EGN1007.
Introduction.
AP Physics C Montwood High School R. Casao
Electronic Components
Embedded Programming and Robotics
Wind Energy Shaw STEM Lab
Introduction to Robotics Principles of Robotics. What is a robot? The word robot comes from the Czech word for forced labor, or serf. It was introduced.
ISAT 303-Lab3-1  Measurement of Condition: Lab #3 (2005):  List of parameters of condition: –Linear distance, angular displacement, vibration, displacement,
ACTIVITY – 1 IDENTIFY VARIOUS HARDWARE ELEMENTS OF THE PERSONAL COMPUTER SYSTEM BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY.
COMPUTER MAIN PARTS. softwared HARDWARE 8 COMPONENTS.
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
Ch4 Electronic Components Circuit/Schematic Symbols.
Magnetic Contactor For handling large current and voltage.
Organization of a computer: The motherboard and its components.
Chapter 31 Faraday’s Law.
Chapter 20 Induced Voltages and Inductance. Faraday’s Experiment – Set Up A current can be produced by a changing magnetic field First shown in an experiment.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Electric Current and Resistance Physics. Potential Difference  Charges can “lose” potential energy by moving from a location at high potential (voltage)
Electronic Components Circuit/Schematic Symbols. RESISTOR Resistors restrict the flow of electric current, for example a resistor is placed in series.
By: Kathrine Rethorn and Mitchell Klunk.  The system Unit  The motherboard  Processor  The control Unit  The Arithmetic Logic Unit  Register  The.
Chapter 31 Faraday’s Law.
CHAPTER Charging System 19 Copyright © 2016 by Pearson Education, Inc. All Rights Reserved Automotive Electrical and Engine Performance, 7e James D. Halderman.
DC Machines and Drives . Books
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,
Voltage Divider Circuits Input transducers Input transducers are devices that convert a change in physical conditions (for example, temperature) into a.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Electromagnetic Induction
Best 3 Applications Involving in Zener Diode Working Functionality.
Input & Output devices. Input Device :keyboard a keyboard is an input device, partially modeled after the typewriter keyboard, which uses an arrangement.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
Fan Assembly Driven by Magnetic Fields
Electromagnetic Devices
Introduction to Motors, servos and steppers
Arduino Setup & Flexing the ExBow
Obstacle avoiding robot { pixel }
Basics of Computer A Computer is Electronic device that can
Prototyping with Microcontrollers and Sensors
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
54 CHARGING SYSTEM CHARGING SYSTEM.
Arduino Development for Beginners
Different Types of Relays.
11 Charging System Advanced Automotive Electricity and Electronics
Input Device :keyboard Types of key switch Components of Keyboard Keyboard switches Keyboard processor or circuitry Key matrix Types of key Switches.
Wind Energy Shaw STEM Lab
‘SONAR’ using Arduino & ultrasonic distance sensor
Group 60 ECE 445 Spring 2016 Devin Berchtold Michael Yu
Subject : Electronic Machines
UNIVERSAL MOTORS.
How to avoid catching things on fire.
enerlogic Energy Smart Office Control System
LVDT You’re expected to learn
Wind Energy Shaw STEM Lab
ECE Computer Engineering Design Project
Ch 34 Electric Current Notes General Physics March 23, 2017
Automotive Technology Principles, Diagnosis, and Service
Detector Building C 2020 SD Regional
Presentation transcript:

CPU FAN RPM MEASUREMENT WITH HALL EFFECT SENSOR 09/11/2016 Aim/Introduction Magnetic sensors are solid state devices that are becoming more and more popular because they can be used in many different types of application such as sensing position, velocity or directional movement. Our project consists of one of those application namely RPM measurement of a CPU fan. Also the slightest changes in circuit and programming will result into displaying different applications hence this project can be a viewed as a standard one for Hall-effect applications. Normally the hall-sensor is attached inside the cpu fan but we have done this project by using hall-effect sensor externally and built external circuit for that in order to better understand its working principle and applications. Theory/Principle Hall Effect occurs when a current passing through a conductor in the presence of a transverse magnetic field produces an asymmetric distribution of charge resulting in a transverse electric field. Figure 2: Your caption to go here Procedure Connecting the Basic hall-sensor circuit and testing it with Arduino Due by using PC. Building the controller circuit of 1602 LCD display and installing it on the breadboard. Building the mutual connection of LCD display and hall-effect sensor with Arduino Due. Building the magnetic CPU fan system and giving it a 12V DC power supply . Installing library of 1602 LCD display and Arduino software. Writing Code for Arduino Due and LCD display and making digital input-output connection to Arduino and LCD display. Running the Set-up and doing required measurement. Figure 3: Your caption to go here Quisque viverra lectus ac lectus Result Our system is working fine and it measures the CPU fan RPM under various ranges. We have plotted the graph and taken data for fan RPM with time under a random experiment as an example. LCD is displaying the result as expected along with input name provided.

CPU FAN RPM MEASUREMENT WITH HALL EFFECT SENSOR 09/11/2016 What next ? Hall-Effect Sensor can also be used for the Characterization and Detection of Magnetic Nanoparticles for Biomedical Applications but that would be more complex and require advanced technique. The next one is quantum Hall effect (QHE) which is a phenomenon visible in Hall effect measurements on a two-dimensional electron gas in strong magnetic fields and at low temperatures and can be applied in metrology. Figure 2: Your caption to go here Conclusion The Arduino Due board is a very useful tool which converts raw data to a useful output. But, one precaution must be taken for Arduino due as it has 3.3V tolerant pins. If higher than 3.3V is given to any pin of due, it will damage that pin or probably entire board. The maximum value of RPM of the CPU fan is in the range of 1200 to 1400 but the actual maximum value of RPM of a CPU fan is about 3000, this is due to the fact that we have attached magnets on a blade of the CPU fan which reduces the maximum speed of the CPU fan by almost a factor of 3. The constant blinking of the red light insures that our system is working just fine. Figure 3: Your caption to go here Quisque viverra lectus ac lectus References: American journal of Physics www.berkeley.edu www.arduino.cc https://en.wikipedia.org/ .