Pattern Based Attendance System using RF module

Size: px
Start display at page:

Download "Pattern Based Attendance System using RF module"

Transcription

1 Pattern Based Attendance System using RF module 1 Bishakha Samantaray, 2 Megha Sutrave, 3 Manjunath P S Department of Telecommunication Engineering, BMS College of Engineering, Bangalore, India 1 bishakha.s.ray@gmail.com, 2 megha.sutrave@gmail.com, 3 manjunathps.tce@bmsce.ac.in Abstract -This paper aims at implementing biometric capable technology that can be used in automating the entire attendance system for the students pursuing courses at an educational institute. The goal can be disintegrated into finer sub-targets; fingerprint capture, identification, and wireless transfer of identification information. For each sub-task, various methods from literature are analyzed. From the study of the entire process, an integrated approach is proposed.biometrics based technologies are supposed to be very efficient personal identifiers as they can keep track of characteristics believed to be unique to each person. Among these technologies, Fingerprint Recognition is universally applied. The student attendance system is very relevant in an institute since it aims at eliminating all the hassles of roll calling and malpractice and promises a full-proof as well as reliable technique of keeping records of student s attendance. Index Terms: biometrics, fingerprint (FP), microcontroller, switches, RF modules,wireless transmission, LCD display, fingerprint scanning, fingerprint matching. I. INTRODUCTION In order to implement the system we had to accomplish several things: 1. Building the system block diagram to carry out the necessary operations required to record attendance of the students. 2. Analysing and implementing the techniques of fingerprint scanning and matching employed by the fingerprint sensor module[1]. 3. Analysing and implementing the concepts of wireless data transmission between a pair of RF modules (transmitter and receiver). 4. Employing various programming and interfacing techniques relating to microcontroller in order to control the fingerprint sensor module, LCD display and communicating RF modules. The pattern based attendance system basically consists of two block diagrams-one for transmitter and the other one for receiver. Each one of them has LCD displays and microcontrollers. functions with the help 5 switches. An LCD display is used for the purposes of displaying information such as successful scanning and matching of fingerprints, and subsequent recording of the attendance at the student s end [2]. A power supply unit powers the various other units by converting and supplying the required power levels. A microcontroller is used for the decision making purposes. Finally, the fingerprint matching status and ID of the student is communicated by the RF transmitter. Fig 1: Transmitter block Diagram Receiver Block:The receiver side is as shown in figure 2 and responsible for communicating the fingerprint matching information to the authorities who grant attendance to the student on successful matching of the fingerprint. An LCD display is used for displaying the successful and unsuccessful matching. The microcontroller is used for decision making purposes. RF receiver receives the student ID and fingerprint matching status from the RF transmitter. A power supply unit powers the various other units by converting and supplying the required power levels. Transmitter block:this block of the system is as shown in figure 1 and responsible for fingerprint Fig 2: Receiver Block Diagram scanning and matching. It takes directions for various 1

2 A. BIOMETRICS II. BACKGROUND WORK Biometrics is becoming new state of art method of security systems. Biometrics are used to prevent unauthorized access to ATM, cell phones, laptops, offices, cars and many other security concerned things bringing significant changes in security systems making them more secure than before, efficient and cheap. They have changed the old security system from passwords and car keys to something that can be embodied (retinal patterns, fingerprints, voice recognition) [4]. Biometrics is verifying the identity of an individual through physiological measurements or behavioural traits. Since biometric identifiers are associated permanently with the user they are more reliable than token or knowledge based authentication methods and far more secure and accurate than traditional security systems [3]. For example a password based security system has always the threat of being stolen and accessed by the unauthorized user. B. RF TECHNOLOGY A radio frequency field (RF field) is an alternating current which, when put through an antenna, generates an electromagnetic field for wireless broadcasting or communication by sending a current through an antenna. RF fields are produced by various sources such as mobile radio communication transmissions, radio and television broadcasting, radar, and cell phones. The RF module, as the name suggests, operates at Radio Frequency. The corresponding frequency range varies between 30 khz & 300 GHz. In RF system, the digital data is represented as variations in the amplitude of carrier wave. This kind of modulation is known as Amplitude Shift Keying (ASK).Transmission through RF is better than IR (infrared) because of many reasons. Firstly, signals through RF can travel through larger distances making it suitable for long range applications. Also, while IR mostly operates in line-of-sight mode, RF signals can travel even when there is an obstruction between transmitter & receiver [3]. RF transmission is stronger and reliable. It uses a specific frequency unlike IR signals. RF module comprises of an RF Transmitter and an RF Receiver. The transmitter/receiver (TX/Rx) pair operates at a frequency of 434 MHz [6]. An RF transmitter receives serial data and transmits it wirelessly through RF through its antenna connected at pin 4. The transmission occurs at the rate of 1Kbps - 10Kbps. The transmitted data is received by an RF receiver operating at the same frequency as that of the transmitter[5]. III. IMPLEMENTATION A. HARDWARE IMPLEMENTATION 1)Transmitter circuit: The transmitter circuit consists of 5 switches, AVR microcontroller [7] AT89S52, fingerprint module R305, RF module 434A, 16 X 2 LCD and power supply. Switch interfacing: The switches SW1, SW2, SW3, SW4, and SW5 are connected to the pins 3,4,5,6 and 7 of port1 of AT89S52 respectively. The operation of these switches is controlled by the microcontroller programming. LCD interfacing: The data pins D0-D7 of the LCD are connected to pin 0-7 of the port 2 of AT89S52 respectively. The control pins (register select, read/write, enable) are connected to pins 5-7 of port 3 of AT89S52 respectively. The data that is to be displayed on the LCD is provided by the microcontroller programming. Fingerprint module interfacing: The pins 3 and 4 of the fingerprint module R305 are connected to pins 1 and 2 of port 1 of AT89S52 respectively. The pin 3 of R305 is the transmitter to P1.1 which acts as the receiver for the microcontroller. The pin 4 of R305 is the receiver to P1.2 which acts as the transmitter for the microcontroller. RF module 434A interfacing: The pin 2 (data pin) of the RF module is connected to P0.0 of AT89S52. The data which is to be transmitted is forwarded to this data pin through the microcontroller. VCC and Ground connections: The pin 20 of AT89S52 is provided with the ground connection. Pin 5 is given +5V power supply. For the LCD display, pin 1 is connected to ground, pin 2 is connected to +5V and pin 3 is connected to a variable resistor to control the display contrast. For the fingerprint module R305, pin 1 is supplied with +5V and pin 2 is connected to ground. For the RF module 434A, pin 3 is supplied with +5V and pin 1 is connected to ground. 2)Receiver Circuit: The receiver circuit consists of AVR microcontroller [7] AT89S52, RF module 434A, 16 X 2 LCD and power supply. LCD interfacing: The data pins D0-D7 of the LCD are connected to pin 0-7 of the port 2 of AT89S52 respectively. The control pins (register select, read/write enable)are connected to pins 5-7 of port 3 of AT89S52 respectively. The data that is to be displayed on the LCD is provided by microcontroller programming. RF module 434A interfacing: The pin 2 (data pin) of the RF module is connected to P0.0 of AT89S52.The data which is received by the RF module is forwarded to the microcontroller through this pin. VCC and Ground connections: The pin 20 of AT89S52 is provided with the ground connection. Pin 5 is given +5V power supply. For the LCD display, pin 1 is connected to ground, pin 2 is connected to +5V and pin 3 is connected to a variable resistor to control the display contrast. For the RF module 434A, pins4 and 5 are supplied with +5V and pins 1, 6 and 7 are connected to ground. 2

3 B. SOFTWARE IMPLEMENTATION For the purposes of programming the microcontrollers, ISP [8] programmer has been used. In system programming allows programming and re programming of any AVR microcontroller position inside the endsystem. Using a simple three wire SPI interface, the ISP communicates serially with the AVR microcontroller reprogramming all non-volatile memories on the chip. ISP eliminates the physical removal of chips from the system. The Flow Chart for programming the microcontroller is as shown below. It depicts the various functions that are scanning and matching the fingerprints. C. TASKS PERFORMED BY THE SYSTEM 1) Fingerprint scanning and matching: The fingerprint sensor module R305 scans the fingerprints of the students and saves it. The microcontroller is interfaced with the fingerprint sensor, RF module and the 16 x 2 LCD. To record the attendance for the day, the system scans the fingerprint of the student and matches it with fingerprints stored. To register a user for the first time, the LCD displays Place ur finger for 1st time. The fingerprint is captured and stored in BUFFER1 of the fingerprint module. Then the LCD displays Place ur finger 2nd time. After capturing for second time, the module stores it in BUFFER2 of the fingerprint module. Then the module compares the two captured images and aligns them to form a single image that is stored in the Registered. For matching the fingerprint, LCD displays command PLACE UR FING. Once the fingerprint is captured, LCD displays SEARCHING. Then the LCD displays FINDING ID. If the fingerprint matches, it displays VALID. If the fingerprint does not match, it displays NOT REGISTERED. The fingerprint sensor is controlled using the microcontroller with the help of in-built functions, such as GetImg, StoreImg, DeleteImg, GenIMg, UpImg, DownImg etc. 2) Operation of the Switches:Sw4 & Sw2 are used to select the functions Addfingerprint and DeleteFingerprint respectively. Sw1 will be used for selecting the ID where we want to add the finger print and Sw3 is used to select the ID which we want to delete from library. Sw5 is used to confirm the selected ID to be added or deleted. When ADD switch is pressed it will ask to select the ID where we want to store the finger print. After that, it asks to place your finger two times in order to register a new finger print after selecting the ID. It will display the ID where you want to store your fingerprint. The same will happen in case of deleting the fingerprint also; it asks you to select id to be deleted. Sw5 is pressed in both the cases, while adding and deleting to confirm the ID to add or delete. By default, the system is in searching mode to detect any valid fingerprint. 3) Transmission of ID:Each time a fingerprint is matched, the microcontroller generates an 8-bit ID, i.e. called MATCH-ID. This MATCH-ID is then transmitted with the help of RF module whenever the fingerprint matches. If the fingerprint is not matched, then the microcontroller generates another 8-bit ID, i.e. called the MISMATCH-ID. This MISMATCH-ID is transmitted whenever there is a fingerprint mismatch. The RF module receives the 8-bit ID (whether MATCH-ID or MISMATCH-ID). Depending on the ID received, the microcontroller displays on the LCD. At receiver side the LCD will display the status of finger print like deleted, registered, valid Id, Invalid ID to indicate the Valid/Added or invalid/deleted Status of finger print while adding, deleting and matching. If the MATCH-ID is received, then LCD displays Valid Finger print. If the MISMATCH-ID is received, then the LCD displays InvalidFingerprint. IV. RESULTS A. RECORDING THE ATTENDANCE 1) To record the attendance for the day, the system scans the fingerprint of the student and matches it with fingerprints stored. For matching the fingerprint, LCD displays Transmitter side displays Place Ur Finger to Search as shown in figure 3. both BUFFER1 and BUFFER2.Now the LCD displays 3

4 5) If fingerprint doesn t match, The transmitter sidedisplays ID Not Matched. The receiver sidedisplays Invalid Finger Print as shown in figure 7. Fig 3: Transmitter Side Display The receiver side displays Finger Print Status as shown in figure 4. Fig 7: Receiver Displays Invalid FP B. ADDING A FINGERPRINT TO THE SYSTEM 1) To add a fingerprint, add button is pressed. Then transmitter side displays Select Id to add Finger Print as shown in figure 8. Fig 4: Receiver Side Display 2) After placing the finger, The transmitter side displays Searching. The receiver side displays Finger Print Status. 3) While searching, The transmitter sidedisplays Finding id. 4) If fingerprint matches, The transmitter sidedisplays ID Matched as shown in figure 5. Fig 5: Transmitter Displays ID Matched The receiver side displays Valid Finger Print as shown in figure 6. Fig 8: Transmitter Side Display to add FP Receiver side displays Finger Print Status. 2) To register a user for the first time, the LCD displays Place ur finger for 1st time.the fingerprint is captured and stored in BUFFER1 of the fingerprint module. Then the LCD displays Place ur finger 2nd time. After capturing for second time, the module stores it in BUFFER2 of the fingerprint module. Transmitter side displays Place ur finger for 1st time. Transmitter side displays Place ur finger 2nd time. 3) When a new user is registered, The transmitter side displays Finger Print Registered as shown in figure 9. Fig 6: Receiver Displays Valid FP Fig 9: Transmitter Display after Registering FP 4

5 Receiver displays Finger Print Added as shown in figure 10. Fig 10: Receiver Display after adding FP C. DELETING A REGISTERED USER FROM THE SYSTEM 1) To delete a fingerprint stored in an ID, delete button is pressed. The transmitter side displays Select ID to Del Finger Print as shown in figure 11. Fig 11: Transmitter Side Display to delete FP 2) When the registered ID is deleted, The transmitter side displays Selected ID Deleted as shown in figure 12. Fig 12: Transmitter Side Display to select FP The receiver side displays Finger Print Deleted as shown in figure 13. The receiver side displays Finger Print Status. Fig 13: Receiver Display after deleting FP V. CONCLUSION Earlier attempts were made to create attendance system without the wireless transmission. In our system we have employed wireless module consisting of Tx/Rx RF module which is more applicable and efficient. The earlier attempted wireless attendance systems were costlier whereas our system employs RF modules which are comparatively cheaper, robust and can be deployed in any educational institutions ranging from various schools to colleges. The fingerprints of different students were successfully enrolled. The fingerprints were further verified and several dry runs were made that confirmed matches and mismatches for different samples. The outputs for all the trial runs and process demonstration were recorded. The data transfer was made across a wireless channel in the lab connecting two terminals. Wireless communication meant that the range was limited to a short span but the data transfer process was efficient enough for the successful functioning of the system. VI. FUTURE WORK 1. The system can be improved by extending the block diagram to include interface with the computer and to include GUI to show student information and attendance records. Such a system would allow the teachers to calculate attendance percentage for the students. 2. The wireless transmission could be made efficient for longer distances by using ZIGBEE technology. Such a system could allow the attendance data to be submitted directly to the servers of controller of examination. REFERENCES [1] Wireless Fingerprint Attendance System using ZigBee Technology, L.Rajasekar, S.Vivek, International Journal of Power Control Signal and Computation(IJPCSC) Vol3. No1. Jan-Mar 2012 ISSN: X. [2] Comparison of different Neural networks for IRIS recognition : A Review,ShivaniGodara, Rajeev Gupta Rajasthan Technical University, Kota Network and Complex Systems ISSN

6 610X (Paper) ISSN (Online) Vol 2, No.4, [3] Survey of Different Biometrics Techniques. JitendraChoudhary, International Journal of Modern Engineering Research (IJMER) Vol. 2, Issue. 5, Sep.-Oct pp ISSN: [4] Literature Survey on Automated Person Identification Techniques Sruthy Sebastian IJCSMC, Vol. 2, Issue. 5, May 2013, pg [5] RF Based Wireless Remote using RX-TX MODULES (434MHz.) by Strobotix.pvt.ltd [6] Electricity theft detection using RF - AnchalGupta,AsthaNagpal, GeetikaSood, AbhishekChauhan,International Journal Of Engineering Research & Management Technology, ISSN: , March 2014 Volume 1, Issue 2. [7] THE AVR Microcontroller and embedded system using assembly and C - By Muhammed Ali MazidiSarmadNaimi and SepehrNaimi [8] AVR910: In-System Programming. 8-bit RISC Microcontroller, Application Note by Atmel corp 6

Rfid Based Attendance System

Rfid Based Attendance System Rfid Based Attendance System Raj Kumar Mistri 1, Kamlesh Kishore 2, Priyanka Nidhi 3, Pushpakumari 4, Vikrantkumar 5 1, 2 Assistant Professor, 3,4,5 B.Tech Scholar 1,2,3,4,5 Dept. of ECE, RTC Institute

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) APPLIANCE SWITCHING USING EYE MOVEMENT FOR PARALYZED PEOPLE

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) APPLIANCE SWITCHING USING EYE MOVEMENT FOR PARALYZED PEOPLE INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

Development of a Advanced Computerised Biometric Attendance Logging System for Institutions of Higher Learning

Development of a Advanced Computerised Biometric Attendance Logging System for Institutions of Higher Learning International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:17 No:06 9 Development of a Advanced Computerised Biometric Attendance Logging System for Institutions of Higher Learning Vinesh

More information

EDUCATIONAL TUTOR FOR MENTALLY DISABLE STUDENTS

EDUCATIONAL TUTOR FOR MENTALLY DISABLE STUDENTS EDUCATIONAL TUTOR FOR MENTALLY DISABLE STUDENTS Shailaja Patil Assistant Professor, Rajarambapu Institute of Technology, Islampur Email: shaila.nalawade@ritindia.edu ABSTRACT Educational Tutor for mentally

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

Biometric Voting system

Biometric Voting system Biometric Voting system ABSTRACT It has always been an arduous task for the election commission to conduct free and fair polls in our country, the largest democracy in the world. Crores of rupees have

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT

HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT K.RAJA. 1, B.KEERTHANA 2 AND S.ELAKIYA 3 1 AP/ECE /GNANAMANI COLLEGE OF TECHNOLOGY 2,3 AE/AVS COLLEGE OF ENGINEERING Abstract

More information

User Manual Wireless HD AV Transmitter & Receiver Kit

User Manual Wireless HD AV Transmitter & Receiver Kit Ma User Manual Wireless HD AV Transmitter & Receiver REV.1.0 Thank you for purchasing this Wireless HD AV Transmitter & Receiver. Please read the following instructions carefully for your safety and prevention

More information

International Journal of Advance Engineering and Research Development REMOTE VOTING MACHINE

International Journal of Advance Engineering and Research Development REMOTE VOTING MACHINE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 05, May -2018 REMOTE VOTING MACHINE C.V.Rane 1, Aarti Devkar 2, Yogeshwari

More information

IOT BASED SMART ATTENDANCE SYSTEM USING GSM

IOT BASED SMART ATTENDANCE SYSTEM USING GSM IOT BASED SMART ATTENDANCE SYSTEM USING GSM Dipali Patil 1, Pradnya Gavhane 2, Priyesh Gharat 3, Prof. Urvashi Bhat 4 1,2,3 Student, 4 A.P, E&TC, GSMoze College of Engineering, Balewadi, Pune (India) ABSTRACT

More information

A STUDY ON THE DEVELOPMENT OF THE DEDICATED OBU 1 FOR THE HANDICAPPED PERSONS USING HI-PASS 2 SYSTEM

A STUDY ON THE DEVELOPMENT OF THE DEDICATED OBU 1 FOR THE HANDICAPPED PERSONS USING HI-PASS 2 SYSTEM A STUDY ON THE DEVELOPMENT OF THE DEDICATED OBU 1 FOR THE HANDICAPPED PERSONS USING HI-PASS 2 SYSTEM *Young-Moon KIM, *Ji-Seok KIM, **Byung-Moon SON *ITS division, **Overseas project division, Korea Expressway

More information

METHOD, COMPUTER PROGRAM AND APPARATUS FOR DETERMINING MOTION INFORMATION FIELD OF THE INVENTION

METHOD, COMPUTER PROGRAM AND APPARATUS FOR DETERMINING MOTION INFORMATION FIELD OF THE INVENTION 1 METHOD, COMPUTER PROGRAM AND APPARATUS FOR DETERMINING MOTION INFORMATION FIELD OF THE INVENTION The present invention relates to motion 5tracking. More particularly, the present invention relates to

More information

Multipurpose Robot. Himanshu Gupta 1, Mohammad Shahid 2

Multipurpose Robot. Himanshu Gupta 1, Mohammad Shahid 2 Multipurpose Robot Himanshu Gupta 1, Mohammad Shahid 2 Himanshu Gupta, Department of E&C Engineering, Sikkim Manipal Institute of Technology (SMIT), Majitar, Sikkim, India himanshu.3h @gmail.com 1 Mohammad

More information

Prototype Model of Li-Fi Technology using Visible Light Communication

Prototype Model of Li-Fi Technology using Visible Light Communication Prototype Model of Li-Fi Technology using Visible Light Communication Rashmi.T 1, Rajalaxmi.R 2, Mr.Balaji.V.R 3 1,2 UG Student, 3 Assistant Professor Department of ECE, St. Joseph s Institute of Technology

More information

AppNote - Managing noisy RF environment in RC3c. Ver. 4

AppNote - Managing noisy RF environment in RC3c. Ver. 4 AppNote - Managing noisy RF environment in RC3c Ver. 4 17 th October 2018 Content 1 Document Purpose... 3 2 Reminder on LBT... 3 3 Observed Issue and Current Understanding... 3 4 Understanding the RSSI

More information

A Real Time Hi Speed Tracker for Chain Snatcher

A Real Time Hi Speed Tracker for Chain Snatcher International Journal of Scientific & Engineering Research Volume 2, Issue 10, Oct-2011 1 A Real Time Hi Speed Tracker for Chain Snatcher B S Manusudhan and S Sowmyasudhan Abstract-The word that is rampant

More information

Electronic Grocery Machine

Electronic Grocery Machine IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 09 February 2016 ISSN (online): 2349-6010 Electronic Grocery Machine Ruchit C. Kundariya Darshana M. Vekariya

More information

Solutions for a Real Time World. Unigen Corp. Wireless Module Products. PAN Radio Modules Demonstration & Evaluation Kit UGWxxxxxxxxx (Part Number)

Solutions for a Real Time World. Unigen Corp. Wireless Module Products. PAN Radio Modules Demonstration & Evaluation Kit UGWxxxxxxxxx (Part Number) Unigen Corp. Wireless Module Products PAN Radio Modules Demonstration & Evaluation Kit UGWxxxxxxxxx (Part Number) Issue Date: November 19, 2008 Revision: 1.0-1 REVISION HISTORY Rev. No. History Issue Date

More information

Senior Design Project: Blind Transmitter

Senior Design Project: Blind Transmitter Senior Design Project: Blind Transmitter Marvin Lam Mamadou Sall Ramtin Malool March 19, 2007 As the technology industry progresses we cannot help but to note that products are becoming both smaller and

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

Wireless Multi-Format input Transmitter to HDMI Receiver Box ID # 718

Wireless Multi-Format input Transmitter to HDMI Receiver Box ID # 718 Wireless Multi-Format input Transmitter to HDMI Receiver Box ID # 718 Operation Manual Introduction The wireless HDMI transmitter and receiver boxes use baseband technology with Wireless High Definition

More information

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline IEEE802.11a Based Wireless AV Module() with Digital AV Interface TOSHIBA Corp. T.Wakutsu, N.Shibuya, E.Kamagata, T.Matsumoto, Y.Nagahori, T.Sakamoto, Y.Unekawa, K.Tagami, M.Serizawa Outline Background

More information

In total 2 project plans are submitted. Deadline for Plan 1 is on at 23:59. The plan must contain the following information:

In total 2 project plans are submitted. Deadline for Plan 1 is on at 23:59. The plan must contain the following information: Electronics II 2014 final project instructions (version 1) General: Your task is to design and implement an electric dice, an electric lock for a safe, a heart rate monitor, an electronic Braille translator,

More information

IOT BASED ENERGY METER RATING

IOT BASED ENERGY METER RATING IOT BASED ENERGY METER RATING Amrita Lodhi 1,Nikhil Kumar Jain 2, Prof.Prashantchaturvedi 3 12 Student, 3 Dept. of Electronics & Communication Engineering Lakshmi Narain College of Technology Bhopal (India)

More information

HEALTH MONITORING SYSTEM USING IOT

HEALTH MONITORING SYSTEM USING IOT International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 177-182 Research India Publications http://www.ripublication.com\ HEALTH MONITORING SYSTEM USING

More information

TEPZZ A_T EP A1 (19) (11) EP A1. (12) EUROPEAN PATENT APPLICATION published in accordance with Art.

TEPZZ A_T EP A1 (19) (11) EP A1. (12) EUROPEAN PATENT APPLICATION published in accordance with Art. (19) TEPZZ 8946 9A_T (11) EP 2 894 629 A1 (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 13(4) EPC (43) Date of publication: 1.07.1 Bulletin 1/29 (21) Application number: 12889136.3

More information

IoT-based Monitoring System using Tri-level Context Making for Smart Home Services

IoT-based Monitoring System using Tri-level Context Making for Smart Home Services IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 4 Ver. I (Jul. Aug. 2016), PP 01-05 www.iosrjournals.org IoT-based Monitoring System

More information

Part 2 -- A digital thermometer or talk I2C to your atmel microcontroller

Part 2 -- A digital thermometer or talk I2C to your atmel microcontroller Home Electronics Graphics, Film & Animation E-cards Other Linux stuff Photos Online-Shop Content: The new things The LCD display A little GUI How it works: Analog to digital conversion How it works: I2C

More information

DIVERSITY DVB-T RECEIVER (DDR)

DIVERSITY DVB-T RECEIVER (DDR) User s Manual The most important thing we build is trust. DIVERSITY DVB-T RECEIVER (DDR) Cobham Surveillance GMS Products 1916 Palomar Oaks Way Ste 100 Carlsbad, CA 92008 100-M0062X2 T: 760-496-0055 05/15/09

More information

Microcontroller Based Emergency Service Console

Microcontroller Based Emergency Service Console Microcontroller Based Emergency Service Console Aniket Orke #1, Vaibhav Pawar #2, Amit Mohitkar #3, Swapnil Dakhole #4, Abhishek Pimlapure #5 #1,2,3,4,5 Student, Department of Electronics and Communication

More information

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

Home Monitoring System Using RP Device

Home Monitoring System Using RP Device International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 4 (May 2017) SPECIAL ISSUE www.irjcs.com Home Monitoring System Using RP Device Mrs. Sudha D 1, Mr. Sharveshwaran

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT780PCI Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - PCI 2.2, 32 bit, 33/66MHz 3.3V. - Bus Master DMA, Scatter

More information

Design and Development of Saline Flow Rate Monitoring System Using Flow Sensor, Microcontroller and RF ZigBee Module

Design and Development of Saline Flow Rate Monitoring System Using Flow Sensor, Microcontroller and RF ZigBee Module Design and Development of Saline Flow Rate Monitoring System Using Flow Sensor, Microcontroller and RF ZigBee Module I.S.Tawade, M.S.Pendse, H.P.Chaudhari Pursuing Bachelor s degree in Instrumentation

More information

Embedded System Training Module ABLab Solutions

Embedded System Training Module ABLab Solutions Embedded System Training Module ABLab Solutions www.ablab.in Table of Contents Course Outline... 4 1. Introduction to Embedded Systems... 4 2. Overview of Basic Electronics... 4 3. Overview of Digital

More information

AbhijeetKhandale. H R Bhagyalakshmi

AbhijeetKhandale. H R Bhagyalakshmi Sobel Edge Detection Using FPGA AbhijeetKhandale M.Tech Student Dept. of ECE BMS College of Engineering, Bangalore INDIA abhijeet.khandale@gmail.com H R Bhagyalakshmi Associate professor Dept. of ECE BMS

More information

On-site reprogrammable beacon keyer

On-site reprogrammable beacon keyer On-site reprogrammable beacon keyer Includes Analogue Version Andy Talbot G4JNT/G8IMR March 2011 - New QRSS version. See Annex 1 Overview The beacon keyer is a small module that generates pre-stored CW

More information

Keyboard Controlled Scoreboard

Keyboard Controlled Scoreboard Universities Research Journal 2011, Vol. 4, No. 4 Keyboard Controlled Scoreboard Kyaw Hlaing 1 and Win Swe 2 Abstract The objective of this research work is to design a keyboard controlled scoreboard that

More information

Hardware Design Considerations for a Wireless LED Based Display Design

Hardware Design Considerations for a Wireless LED Based Display Design International Journal of Emerging Engineering Research and Technology Volume 3, Issue 11, November 2015, PP 50-57 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Hardware Design Considerations for a Wireless

More information

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 Triarchy Technologies Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013 Triarchy Technologies,

More information

CWHDI-TX2 & RX2 Wireless Multi-Format input Transmitter to HDMI Receiver Box

CWHDI-TX2 & RX2 Wireless Multi-Format input Transmitter to HDMI Receiver Box CWHDI-TX & RX Wireless Multi-Format input Transmitter to Receiver Box Operation Manual CWHDI-TX & RX Disclaimers The information in this manual has been carefully checked and is believed to be accurate.

More information

HDMI Wireless Extender

HDMI Wireless Extender USER MANUAL HDMI Wireless Extender Model No:HDEX0016M1 Enjoy the vivid world! REMARK Manufacturer does not make any commitment to update the information contained herein. Dear customer Thank you for purchasing

More information

Equivalence Checking using Assertion based Technique

Equivalence Checking using Assertion based Technique Equivalence Checking using Assertion based Technique Shailesh Kumar NIT Bhopal Sameer Arvikar DAVV Indore Saurabh Jha STMicroelectronics, Greater Noida Tarun K. Gupta, PhD Asst. Professor NIT Bhopal ABSTRACT

More information

STSW1001T STSW1001R STSW1001 INSTALLATION / USER'S MANUAL

STSW1001T STSW1001R STSW1001 INSTALLATION / USER'S MANUAL A CENTURY OF AUTOMOTIVE VISION SAFETY WIRELESS KIT FOR ROSCO BACKUP CAMERA SYSTEMS STSW1001T STSW1001R STSW1001 INSTALLATION / USER'S MANUAL Wireless Kit For Backup Camera Systems TABLE OF CONTENTS Introduction........................................................

More information

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart. Saab TransponderTech AB. Appendices. Project designation. Document title. Page 1 (25)

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart. Saab TransponderTech AB. Appendices. Project designation. Document title. Page 1 (25) Appendices 1 (25) Project designation R5 RIC Document title CONTENTS 2 (25) 1 References... 4 2 Dimensions... 5 3 Connectors... 6 3.1 Power input... 6 3.2 Video I... 6 3.3 Video Q... 6 3.4 Sync... 6 3.5

More information

AT660PCI. Digital Video Interfacing Products. DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT660PCI. Digital Video Interfacing Products. DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT660PCI DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - PCI 2.2, 32 bit, 33/66MHz 3.3V. - Bus Master DMA, Scatter

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview

More information

ATA8520D Production and EOL Testing. Features. Description ATAN0136 APPLICATION NOTE

ATA8520D Production and EOL Testing. Features. Description ATAN0136 APPLICATION NOTE ATAN0136 ATA8520D Production and EOL Testing APPLICATION NOTE Features Test application for production and EOL testing of ATA8520-EK1-E/ EK2-E/ EK3-E evaluation kits PCB component tests, i.e., MCU, temperature

More information

MT300 Pico Broadcaster

MT300 Pico Broadcaster MT300 Pico Broadcaster Version 1.0 OPERATOR MANUAL 1 August 21, 2012 Table of Contents 1. PREFACE... 3 2. IMPORTANT NOTICE... 3 3. INTRODUCTION... 3 3.1 OVERVIEW... 3 3.2 DEFAULT SETTINGS... 4 3.3 GENERAL

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

6.111 Final Project Proposal Kelly Snyder and Rebecca Greene. Abstract

6.111 Final Project Proposal Kelly Snyder and Rebecca Greene. Abstract 6.111 Final Project Proposal Kelly Snyder and Rebecca Greene Abstract The Cambot project proposes to build a robot using two distinct FPGAs that will interact with users wirelessly, using the labkit, a

More information

RF Detector with Real Time remote Monitoring Capability Protect from RF Audio/Video Transmitters and Laser Monitoring System USER MANUAL rev.

RF Detector with Real Time remote Monitoring Capability Protect from RF Audio/Video Transmitters and Laser Monitoring System USER MANUAL rev. DX RF Detector with Real Time remote Monitoring Capability Protect from RF Audio/Video Transmitters and Laser Monitoring System USER MANUAL rev.2 1 Global TSCM Group, Inc. 2 Devine Avenue, Syosset 11791,

More information

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01 User manual Preface... 1 1. Cautions... 2 2. About... 3 3. Installation... 4 4. Operation instruction... 5 5. Maintenance... 6

More information

AW900mT. User s Manual. Point-to-multipoint. Industrial-grade, ultra-long-range 900 MHz non-line-of-sight wireless Ethernet systems

AW900mT. User s Manual. Point-to-multipoint. Industrial-grade, ultra-long-range 900 MHz non-line-of-sight wireless Ethernet systems User s Manual Point-to-multipoint Industrial-grade, ultra-long-range 900 MHz non-line-of-sight wireless Ethernet systems User s Manual Non-line-of-sight :: 900 MHz Thank you for your purchase of the multipoint

More information

Dual Antenna Wireless Multi-Channel Expandable HDMI Extender Installation Guide

Dual Antenna Wireless Multi-Channel Expandable HDMI Extender Installation Guide Dual Antenna Wireless Multi-Channel Expandable HDMI Extender Installation Guide 04-1125A Introduction The Dual Antenna Wireless Multi-Channel Expandable HDMI Extender wirelessly transmits HDMI signals

More information

Revision Protocol Date Author Company Description 1.1 May 14, Seth LOUTH Revised for formatting

Revision Protocol Date Author Company Description 1.1 May 14, Seth LOUTH Revised for formatting PRODUCT ADC TOPIC ODETICS TCS-2000 CART MACHINE DATE: May 14, 1999 REVISION HISTORY Revision Protocol Date Author Company Description 1.1 May 14, Seth LOUTH Revised for formatting 1999 Olitzky 1.0 Aug.

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

ATVC-4 Plus Amateur Television Repeater Controller Copyright Intuitive Circuits, LLC

ATVC-4 Plus Amateur Television Repeater Controller Copyright Intuitive Circuits, LLC ATVC-4 Plus Amateur Television Repeater Controller Copyright 2002-2010 Intuitive Circuits, LLC Description Installing an amateur television repeater takes some real planning and quality equipment. "Thinking

More information

Select source Click the Bio Settings button to modify device settings. Select Fingers Use Ctrl+Left mouse button to select multiple fingers to scan.

Select source Click the Bio Settings button to modify device settings. Select Fingers Use Ctrl+Left mouse button to select multiple fingers to scan. 1. Select Source for SC Biometrics Choose Select Source from the Image Menu. Select the desired image type to link to the SC Biometric image source. Select SC Biometrics from the Custom dropdown list.

More information

User Manual Published October 2015 Software Version 3.66 QRX200. The Ultimate in Receiver Flexibility

User Manual Published October 2015 Software Version 3.66 QRX200. The Ultimate in Receiver Flexibility User Manual Published October 2015 Software Version 3.66 QRX200 The Ultimate in Receiver Flexibility 1 KNOWING YOUR QRX200 RECEIVER... 4 FRONT... 4 REAR... 5 SIDE... 6 HOME SCREEN EXPLAINED... 7 MAIN MENU...

More information

CRT1041M-C-02 CRT1041M-C-02 DATASHEET DATASHEET. 4-channel DVB-C modulator

CRT1041M-C-02 CRT1041M-C-02 DATASHEET DATASHEET. 4-channel DVB-C modulator DATASHEET DATASHEET CRT1041M-C-02 4-channel DVB-C modulator Crypton October, 2013 Contents 1. Overview...3 2. Features... 4 3. General description... 5 4. Functional block diagram... 6 5. Technical specification...

More information

AT720USB. Digital Video Interfacing Products. DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT720USB. Digital Video Interfacing Products. DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT720USB DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - High Speed USB 2.0. - Windows XP, Vista, Win 7 ( 64bit

More information

User manual. Long Range Wireless HDMI/SDI HD Video Transmission Suite

User manual. Long Range Wireless HDMI/SDI HD Video Transmission Suite User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite Preface Thanks for purchasing our Long Range Wireless HDMI/SDI HD Video Transmission Suite. Before using this product, read this user

More information

An Iot Based Smart Manifold Attendance System

An Iot Based Smart Manifold Attendance System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 13, Issue 8 (August 2017), PP.52-62 An Iot Based Smart Manifold Attendance System

More information

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 Triarchy Technologies, Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013

More information

USB Mini Spectrum Analyzer User s Guide TSA5G35

USB Mini Spectrum Analyzer User s Guide TSA5G35 USB Mini Spectrum Analyzer User s Guide TSA5G35 Triarchy Technologies, Corp. Page 1 of 21 USB Mini Spectrum Analyzer User s Guide Copyright Notice Copyright 2011 Triarchy Technologies, Corp. All rights

More information

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01 User manual Preface... 1 1. Cautions... 2 2. About... 3 3. Installation... 4 4. Operation instruction... 5 5. Maintenance... 6

More information

News from Rohde&Schwarz Number 195 (2008/I)

News from Rohde&Schwarz Number 195 (2008/I) BROADCASTING TV analyzers 45120-2 48 R&S ETL TV Analyzer The all-purpose instrument for all major digital and analog TV standards Transmitter production, installation, and service require measuring equipment

More information

A 400MHz Direct Digital Synthesizer with the AD9912

A 400MHz Direct Digital Synthesizer with the AD9912 A MHz Direct Digital Synthesizer with the AD991 Daniel Da Costa danieljdacosta@gmail.com Brendan Mulholland firemulholland@gmail.com Project Sponser: Dr. Kirk W. Madison Project 11 Engineering Physics

More information

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE ET-REMOTE DISTANCE ET-REMOTE DISTANCE is Distance Measurement Module by Ultrasonic Waves; it consists of 2 important parts. Firstly, it is the part of Board Ultrasonic (HC-SR04) that includes sender and

More information

6.111 Project Proposal IMPLEMENTATION. Lyne Petse Szu-Po Wang Wenting Zheng

6.111 Project Proposal IMPLEMENTATION. Lyne Petse Szu-Po Wang Wenting Zheng 6.111 Project Proposal Lyne Petse Szu-Po Wang Wenting Zheng Overview: Technology in the biomedical field has been advancing rapidly in the recent years, giving rise to a great deal of efficient, personalized

More information

WDP02 Wireless FHD Kit User Manual

WDP02 Wireless FHD Kit User Manual WDP02 Wireless FHD Kit User Manual Copyright Copyright 2015 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

Smart. Connected. Energy-Friendly.

Smart. Connected. Energy-Friendly. www.silabs.com Smart. Connected. Energy-Friendly. Miniaturizing IoT Designs Tom Nordman, Pasi Rahikkala This whitepaper explores the challenges that come with designing connected devices into increasingly

More information

[Krishna*, 4.(12): December, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Krishna*, 4.(12): December, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN AND IMPLEMENTATION OF BIST TECHNIQUE IN UART SERIAL COMMUNICATION M.Hari Krishna*, P.Pavan Kumar * Electronics and Communication

More information

Noise Detector ND-1 Operating Manual

Noise Detector ND-1 Operating Manual Noise Detector ND-1 Operating Manual SPECTRADYNAMICS, INC 1849 Cherry St. Unit 2 Louisville, CO 80027 Phone: (303) 665-1852 Fax: (303) 604-6088 Table of Contents ND-1 Description...... 3 Safety and Preparation

More information

(12) Publication of Unexamined Patent Application (A)

(12) Publication of Unexamined Patent Application (A) Case #: JP H9-102827A (19) JAPANESE PATENT OFFICE (51) Int. Cl. 6 H04 M 11/00 G11B 15/02 H04Q 9/00 9/02 (12) Publication of Unexamined Patent Application (A) Identification Symbol 301 346 301 311 JPO File

More information

Interactive Satellite Terminal Installation / Validation Manual

Interactive Satellite Terminal Installation / Validation Manual Installation / Validation Manual Version October 5, 2016 Index INTERACTIVE SATELLITE TERMINAL 1. FCC COMPLIANCE... 3 2. TECHNICAL FEATURES...4 3. GENERAL DESCRIPTION...5 4. ELEMENTS CONTAINED IN THE TERMINAL...6

More information

TRANSMISSION OF DATA USING VISIBLE LIGHT COMMUNICATION

TRANSMISSION OF DATA USING VISIBLE LIGHT COMMUNICATION TRANSMISSION OF DATA USING VISIBLE LIGHT COMMUNICATION M.Ashok Kumar 1, C.Maneesh 1, C.SaranRaj 1, J.Meena 1, R.Arun Babu 2, D.R.P.Rajarathinam 3 1 Student,Dept of Mechatronics, Paavai Engineering College,

More information

iremote ts Frequently asked questions

iremote ts Frequently asked questions iremote TS and IntelliFile 3 Frequently Asked Questions iremote ts Frequently asked questions 1. Does the iremote TS support multiple home theaters? Currently, the iremote TS supports one home theater

More information

User s Guide. 5.8GHz Wireless A/V Signal Sender

User s Guide. 5.8GHz Wireless A/V Signal Sender 1500332 User s Guide 5.8GHz Wireless A/V Signal Sender Thank you for purchasing your A/V Signal Sender from RadioShack. Please read this user s guide before installing, setting up, and using your new sender.

More information

AITech ProA/V Media Extender Mini. User Manual

AITech ProA/V Media Extender Mini. User Manual AITech ProA/V Media Extender Mini User Manual Package Contents x 1 x 1 Infrared (IR) eye cable x 1 Remote antenna x 1 Audio/Video cable x 2 Power adaptors (DC6V) x 2 User manual x 1 Note: The transmitter

More information

L-Band Fiber Optic Links

L-Band Fiber Optic Links L-Band Fiber Optic Links Features & Benefits L-Band: 950 3000MHz Up to 10Km distance Wide input power suitable for both Uplink and Downlink applications Powerful management capabilities via a front panel

More information

Full HD Multi-Channel Expandable Wireless HDMI Gateway Extender

Full HD Multi-Channel Expandable Wireless HDMI Gateway Extender Full HD Multi-Channel Expandable Wireless HDMI Gateway Extender Installation Guide P/N: CE-H22T11-S1/CE-H22U11-S1 04-1097A 1 Introduction The Full HD Multi-Channel Expandable Wireless HDMI Gateway Extender

More information

C-MAX. TSG200 Time signal generator TSG200. Time Signal Generator. Manual TSG200. RF Technology Specialist. Version. Revision. SPEC No.

C-MAX. TSG200 Time signal generator TSG200. Time Signal Generator. Manual TSG200. RF Technology Specialist. Version. Revision. SPEC No. Manual Time signal generator RF Technology Specialist Time Signal Generator A6 1 of 24 Manual The allows to transmit the time signal in any location. This feature opens a wide range of usage for the, e.g.

More information

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-3, Issue-9, September 2015 Real-time Chatter Compensation based on Embedded Sensing Device

More information

ТМ-04 Multichannel long range UHF alarm transmitter Operating manual. Sectron Ltd.

ТМ-04 Multichannel long range UHF alarm transmitter Operating manual. Sectron Ltd. Office: 52 G.M.Dimitrov blvd. 1125 Sofia tel: 02 91982 fax: 02 732576 TM-04 revision V1.0. ТМ-04 Multichannel long range UHF alarm transmitter Operating manual Sectron Ltd. www.sectron.com TM-04 description

More information

Data Acquisition Networks. Installing and Configuring the DM01 Hardware

Data Acquisition Networks. Installing and Configuring the DM01 Hardware Data Acquisition Networks Installing and Configuring the DM Hardware What is the DM? D.A.N developed the DM-2 to capture 6 analogue measurements and pulse count in the field. The Average, Maximum and Minimum

More information

[HOME AUTOMATION USING AN ARDUINO]

[HOME AUTOMATION USING AN ARDUINO] 2010 Vishal Kotcherlakota Ansum Dholakia ECE 118 6/3/2010 [HOME AUTOMATION USING AN ARDUINO] 1 P a g e CONTENTS Introduction... 2 An Overview... 2 Systems Integrated... 2 Our Approach... 2 Device Interfacing:

More information

SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume 3 Issue 8 August 2016

SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume 3 Issue 8 August 2016 A Design of DTMF Decoder Controlled Robot Amit Patni #1, Shekhar Sharma #2, Salman Khan #3, Sushant Ajwani #4 1 Asst.prof., 2,3,4 B. Tech Scholar, #Department of Electronics & Communication Engineering,

More information

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS Radu Arsinte Technical University Cluj-Napoca, Faculty of Electronics and Telecommunication, Communication

More information

RF (Wireless) Fundamentals 1- Day Seminar

RF (Wireless) Fundamentals 1- Day Seminar RF (Wireless) Fundamentals 1- Day Seminar In addition to testing Digital, Mixed Signal, and Memory circuitry many Test and Product Engineers are now faced with additional challenges: RF, Microwave and

More information

Enhancing Performance in Multiple Execution Unit Architecture using Tomasulo Algorithm

Enhancing Performance in Multiple Execution Unit Architecture using Tomasulo Algorithm Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

SNG-2150C User s Guide

SNG-2150C User s Guide SNG-2150C User s Guide Avcom of Virginia SNG-2150C User s Guide 7730 Whitepine Road Revision 001 Richmond, VA 23237 USA GENERAL SAFETY If one or more components of your earth station are connected to 120

More information

DEVELOPMENT OF LABVIEW BASED WIRELESS CONTROL SYSTEMS FOR ION BEAM MICROMACHINING SYSTEMS

DEVELOPMENT OF LABVIEW BASED WIRELESS CONTROL SYSTEMS FOR ION BEAM MICROMACHINING SYSTEMS International Journal of Scientific & Engineering Research, Volume 3, Issue 11, November-2012 1 DEVELOPMENT OF LABVIEW BASED WIRELESS CONTROL SYSTEMS FOR ION BEAM MICROMACHINING SYSTEMS Mr. JOSHI TUSHAR

More information

An Ultra-Low Power Physical Layer Design For Wireless Body Area Network

An Ultra-Low Power Physical Layer Design For Wireless Body Area Network An Ultra-Low Power Physical Layer Design For Wireless Body Area Network 1, D.Venkadeshkumar, 2, K.G.Parthiban 1, Pg Student Department Of Ece Mpnmj Engineering College Erode, India 2, Professor&Hod Department

More information

Search Platform Design Based On WSN

Search Platform Design Based On WSN American Journal of Engineering Research (AJER) e-iss: 2320-0847 p-iss : 2320-0936 Volume-5, Issue-1, pp-01-05 www.ajer.org Research Paper Search Platform Design Based On WS Open Access Song Jinbo, Duan

More information

Digital (5hz to 500 Khz) Frequency-Meter

Digital (5hz to 500 Khz) Frequency-Meter Digital (5hz to 500 Khz) Frequency-Meter Posted on April 4, 2008, by Ibrahim KAMAL, in Sensor & Measurement, tagged Based on the famous AT89C52 microcontroller, this 500 Khz frequency-meter will be enough

More information

IoT Based Controlling and Monitoring of Smart City

IoT Based Controlling and Monitoring of Smart City IoT Based Controlling and Monitoring of Smart City P. Sai Bhavani Prasad,Mahantesh H Arutagi, Sanket Bandi, Shridhar V. Nayak, Dr. Iranna Korachagaon Professor and HoD, Department of Electrical and Electronics,

More information