Wireless Transceiver for Dot Matrix (WiTrix)

Size: px
Start display at page:

Download "Wireless Transceiver for Dot Matrix (WiTrix)"

Transcription

1 Wireless Transceiver for Dot Matrix (WiTrix) AZIZUDDIN A. AZIZ, HANITA DAUD, SHARIFAH ZAHIRA SYED IEDIN Department of Electrical & Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar, Tronoh, Perak Darul Ridzuan MALAYSIA Abstract: - This paper proposes a system that enables a transmitter block to transmit messages wirelessly to the dot matrix at the receiver block. Dot matrix displays are widely used in various applications for various purposes. Among them are advertising board, public service information, traffic notifications, greeting note and many more. The hardware of the system comprised of two blocks controlled by a PIC microcontroller. The 4x4 keypad gives input to the transmitter microcontroller and the Vacuum Fluorescent Display (VFD) acts as the transmitter display. The Dot Matrix is placed as the receiver display. RF hybrid transceiver pair that acts as the heart of the wireless transmission is interfaced to the microcontrollers using the encoder/decoder pair. The RF transceiver pair transmits and receives the data based on purely RF transmission. The operability of the microcontrollers and the control of the workflow of the system was developed using C programming language. This project is a potential platform for enthusiasts of electronics project to integrate the use of microcontrollers, C programming and wireless transmission and for further expansion on outdoor message display. Key-Words: - Microcontroller, RF transmission, C Programming, Dot Matrix Display, Vacuum Fluorescent Display (VFD) 1 Introduction Dot matrix displays have been used in many applications in our daily lives. They are used to convey messages at most public places like banks, bus terminals, highways and also government agencies. It is one of the effective ways to convey messages to a large target group. The messages displayed must be timely and accurate. Nowadays, most of the dot matrix displays, if not connected in hard-wired mode to the controller station, they are being controlled remotely by certain software installed on a computer at the control station. They are not equipped to enable messages to be transmitted directly to the displaying unit without having to use a workstation or a computer or in other words wirelessly. The main focus of this work is to introduce an integrated system that transfers the messages wirelessly to the dot matrix display at the receiver. It uses Radio Frequency (RF) for the wireless transmission. The hardware consists of two microcontroller boards. One is connected to the keypad, Vacuum Fluorescent Display (VFD) and the transmitter module, while the other is connected to the receiver module and the dot matrix display. The microcontrollers control the operations of transmitting and receiving messages with the developed C language program embedded inside them. 1.1 Wireless Communications Wireless communication is one of the most vibrant areas in the communication field nowadays. Wired networks and communication are for communications between fixed locations, whereas wireless networks are mostly for communications between devices, with the device mobility being the primary benefit [1]. According to [2], wireless communication is referred to as unguided media that transports electromagnetic waves without utilizing a physical conductor in the electromagnetic spectrum ranges from 3 khz to 900THz. Integrating wireless communication with digital electronics has become an exciting field to explore especially in the evolving microcontroller-based applications that can result in cheap mass-produced digital circuits [3]. ISSN: ISBN:

2 1.2 RF Wireless Transmissions RF(radio frequency) is a portion of electromagnetic spectrum in which electromagnetic waves can be generated by feeding alternating current to an antenna [4]. Almost all wireless transmission use RF including AM, FM radio, TV, satellites, portable phones, hand phones as well as wireless networks. RF signals can be focused in one direction (directional) or in all directions (Omni directional) [5]. Generally RF transmission points to wireless communications with frequencies below 300 GHz [2]. Using wireless system, it is desirable to filter out unwanted and interference signals to prevent incorrect data from being received and interpreted. Since RF spectrum is crammed with noise and interference signals, a data control system is used. To achieve this, an encoder IC (HT12E) is connected as an interface between microcontroller and the transmitter and a decoder IC (HT12D) between the other microcontroller and the receiver module. For this project, RF modules to be used are the FM Hybrid Transmitter and Module by RFSolutions. The transmitter operates on 3-12V supply voltage and comes in SIL and DIL package. The receiver is built using PLL XTAL design and operates on 5V supply voltage. 1.3 Microcontrollers A microcontroller (also MCU or µc) is a computeron-a-chip, containing a processor, memory, and input/output functions. It is a microprocessor emphasizing high integration, in contrast to a general-purpose microprocessor (the kind used in a PC). In addition to the usual arithmetic and logic elements of a general purpose microprocessor, the microcontroller integrates additional elements such as read-write memory for data storage, read-only memory for program storage, EEPROM for permanent data storage, peripheral devices, and input/output interfaces. At clock speeds of as little as a few MHz or even lower, microcontrollers often operate at very low speed compared to modern day microprocessors, but this is adequate for typical applications. They consume relatively little power (milliwatts), and will generally have the ability to sleep while waiting for an interesting peripheral event such as a button press to wake them up again to do something. Power consumption while sleeping may be just in nanowatts, making them ideal for low power and long lasting battery applications. Microcontrollers are frequently used in automatically controlled products and devices, such as automobile engine control systems, remote controls, office machines, appliances, power tools, and toys. By reducing the size, cost, and power consumption compared to a design using a separate microprocessor, memory, and input/output devices, microcontrollers make it economical to electronically control many more processes [6]. For the project, two microcontrollers of different models were used, namely PIC18F458 for the transmitter and PIC16F877 for the receiver board. Both microcontrollers are manufactured by Microchip. 1.4 Dot Matrix Display A dot matrix display is a display device used to display information on machines, clocks, railway departure indicators and many other devices requiring a simple display device of limited resolution. The display consists of a matrix of lights or mechanical indicators arranged in a rectangular configuration (other shapes are also possible, although not common) such that by switching on or off selected lights, text or graphics can be displayed. A dot matrix controller converts instructions from a processor into signals which turns on or off lights in the matrix so that the required display is produced [7]. 2 Design and Approach The physical systems for this project are integrated as in Fig.1 below. VFD Transmitter block Antenna RF Transmission Keypad Dot Matrix display block block Fig. 1: Physical System of the project The messages are entered at the transmitter block using the keypad connected to Vacuum Fluorescent Display (VFD) which later will transmit the messages wirelessly to the receiver block where the dot matrix display is connected to. Here, the messages will be display to the users. The development and design of the circuits for transmitter and receiver boards, the RF interfacing connections with the encoder/decoder pair to the microcontrollers, and the peripheral hardware to the ISSN: ISBN:

3 microcontrollers is done using OrCad software. The circuitry designed needs to take a few matters into considerations: 1. To ensure that there is enough ports for the peripherals, especially at the transmitter part. 2. To ensure that the connections for particular peripherals such as the Vacuum Fluorescent Display and the Dot Matrix Display are aligned with the pin assignments in their driver C codes. 3. The electrical ratings of each component. 4. The power needed to power up both of the circuits. Serial data wired transmission checking, which involves the data transmission from the serial data-out pin of the encoder into the serial data-in pin of the decoder. Wireless transmission checking by connecting the serial data-out pin of the encoder to the data-input pin of the transmitter. The data is then being transmitted wirelessly to the receiver, in which its data-output pin is connected to the serial data-in pin of the decoder. 3 Results & Discussions Keypad VFD PIC 18F 458 Encoder Transmitter Transmitter Block 3.1 Project Flow and Architecture The specific architecture of WiTrix is explained by the block diagram shown in Fig. 3 and the operational flow chart shown in Figure 4 below. By referring to both of the figures, the operation can be described by the following steps. When the transmitter is powered up, the user is prompted with a welcome note, informing which button should be pressed next, either Button A, B or C, with: Dot Matrix Decoder PIC 16F 877 block Fig.2: System outline of the and Transmitter Blocks The development of each circuit as in Fig. 2 is conducted independently and being checked one at a time to ensure that every circuit constructed on the Vero board is working properly. After each block is working, then only the circuit integration or interconnection takes place. The system integration then witnessed the three stages of testing modes: Wired 4-bit parallel checking is done by connecting both the microcontrollers input and output pins directly without the intervention of the encoder/decoder pair and the RF transceiver. Button A jumps back to the welcome note prompt, and prompts the user to enter either A or B or C again. Button B displays the button functions of the keypad. Button C will direct the user to press any number from 0 to 9 to view the messages. As soon as the messages are displayed on the VFD, the same message will also appear on the Dot Matrix display. This is due to the parallelism employed during sending the characters to the VFD, the microcontroller at the transmitter also sends a specific 4-bit data to the receiver for the microcontroller at the receiver to identify and display the message that suits the 4-bit data from the transmitter. The messages can be entered as many as 20 times, and after that, the transmitter program needs to be restarted again by pressing either A, or B, or C. The 20-times iterations, however, can be stopped at any time before the end of the 20 th iteration by pressing Button D, and that the user will be prompted to press Button E to restart again the program by choosing A, or B, or C as explained above. ISSN: ISBN:

4 Transmit ter side VFD Keypad Transmitter Fig. 3: The Overview of WiTrix Operation side Dot Matrix Display the transmitter block since the transmitter block is handling more hardware peripherals. Ports A, B, C and D of PIC18F458 are almost completely occupied by the three peripherals (the keypad, the VFD and the encoder). Therefore, a bigger space of memory to allocate the long C programming is needed to control the peripherals and to have a faster operation compared to if the transmitter block were to use PIC16F877. Table 1: PIC18F458 port utilization Port Description A0-A3 4-bit output to encoder B0-B7 8-bit keypad C1-C3 Control bits for VFD D0-D7 Data bits for VFD Total ports used: 23 out of 33 I/O pins Start Welcome Instruction Press Input from keypad Press Press Prompt user to press # to view Input from keypad Press 0-9 View message on VFD. The same message is displayed on DOT MATRIX Escape? Press D & E N Input from keypad=20 x Yes Fig. 5: The transmitter board connection to the transmitter circuit and its peripherals Restart back Fig. 4 The flowchart of WiTrix operation PIC16F877 is used to control the receiver board, where it is programmed to be able to identify the input received from the decoder, and match it to the input of one of the 10 messages. 3.2 Microcontroller Two PIC microcontrollers of different models are used for this project, namely PIC18F458 for the transmitter block and PIC16F877 for the receiver block. PIC18F458 is chosen to control the operation of Table 2: PIC16F877 port utilization Port Description A0-A3 4-bit input from decoder B0-B2 Control bits for Dot Matrix display B4-B7 Data bits for Dot Matrix display Total ports used: 11 out of 33 I/O pins ISSN: ISBN:

5 Fig. 7: The schematics of the connection of the transceiver to the encoder and decoder Fig. 6: The receiver board connection to the decoder and the Dot Matrix display 3.3 Communication Medium For this prototype, the RF Hybrid Transceiver pair from RFSolutions is used as the wireless communication medium. The transmitter and the receiver are respectively connected to the HT12E encoder and HT12D decoder from Holtek Semiconductor as the interface with the microcontrollers, as shown in Fig. 7. The encoder and decoder pair is used to interface the microcontroller with the RF transceiver. At the transmitter microcontroller, ports A0 to A3 are connected to the encoder pins of AD 8 to AD 11. The encoder will receive 4 bits of data from the transmitter microcontroller according to which keypad button is pressed. The microcontroller response to respective input from the keypad and is summarized in the Table 3 below: The outputs from port A0 to A3 will then be channeled to the encoder to convert it into serial data. The serial data produced will be channeled to the RF transmitter, and will be transmitted to the receiver side. Table 3: Transmitter microcontroller operating algorithm Keypad Microcontroller output bits Vacuum Fluorescent # Input A A A A Display message pressed to PIC x Available 2 0x Taken an MC 3 0x Out 4 a while 4 0x Not in office 5 0x Out to meeting 6 0x Lunch break 7 0x Out- Site Visit 8 0x week leave 9 0x Leave your msg 0 0x Don t disturb Table 4: microcontroller operating algorithm Microcontroller input bits ot Matrix Displ A3 A2 A1 A0 message Available Taken an MC Out 4 a while Not in office Out to meeting Lunch break Out- Site Visit week leave Leave your msg Don t disturb At the receiver, the received signal is converted into serial data, and is channeled to the Data In pin of the decoder. The decoder will then decode the serial information into 4-bit data. The produced 4-bit data are then directed to the receiver microcontroller ISSN: ISBN:

6 input pins of A0 to A3. The response of the receiver microcontroller is tabulated as in Table 4 above. The use of the system can be extended to a further distance. A larger receiver display can be used for better applications. An enhanced keypad or a keyboard may be used to enter the characters so that individual letters, numbers and characters can be typed and send to the display at the receiver. Future work will be concentrated on doing this improvement. References: [1] Tse, David and Viswanath, Pramod. (2005), Fundamental of Wireless Communication (1 st Edition) New York, Cambridge University Press. Fig. 8: The final prototype of WiTrix Fig. 8 above shows our final working prototype that has been tested at Universiti Teknologi PETRONAS. 4 Conclusions & Recommendations The project has successfully met its objective to transmit and receive data in wireless mode to the dot matrix display. The main components of the prototype; the microcontrollers, the encoder and decoder pair and the RF transceivers have proven to be working smoothly although initially it was rather doubtful since the three components are manufactured by different parties. The interesting part of the wireless transmission is although the signal transmission cannot be guaranteed to be 100 percent reliable; the signal transmission in this prototype is fast and precise. The receiver displays the exact messages as in the transmitter display. Also, the time interval taken to display the message is tested and it is less than 3 seconds. The measured maximum distance between the transmitter and the dot matrix display is 25m. The range can be further extended by supplying a higher value of current. Apart from knowing that the microcontroller is doing a good job based on the written C programs, the efficiency of the RF transceiver pair is also clearly projected by the fast and accurate transmission. Also, the use of the encoder-decoder pair has helped in converting the parallel data into serial data, and vice versa. [2] Forouzan, Behrouz M. (2004). Data Communications and Networking (3 rd Edition) New York, Mc Graw-Hill. [3] Bates, M. (2000), Introduction to Microelectronic Systems: The PIC 16F84 Microcontroller (1 st Edition) Great Britain, Arnold Publishers. [4] Aitkin Hugh G. J. The Continuous Wave: Technology and the American Radio, (Princeton University Press, 1985). [5] Alan Butters. Radio Frequency Identification: An Introduction for Library Professionals. Australasian Public Libraries v19.n4(2006) pp [6] [7] ISSN: ISBN:

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR

WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR Rakesh Sahu 1, Sachin Tiwari 2, Satish Singh 3, Abhishek Gaurav 4 1 Assistant Professor, Deptt. Of Electrical and Electronics Engineering, Gandhi Institute

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

Microcontroller Based Speed Control of Induction Motor using Wireless Technology

Microcontroller Based Speed Control of Induction Motor using Wireless Technology Microcontroller Based Speed Control of Induction Motor using Wireless Technology P. Nagasekhara Reddy Abstract-Induction motors are the most extensively used motors in most power-driven home appliances,

More information

WIRELESS MOBILE ULTRASONIC DETECTOR MUHAMMAD AB. BASITH B ABD. RAZAK

WIRELESS MOBILE ULTRASONIC DETECTOR MUHAMMAD AB. BASITH B ABD. RAZAK WIRELESS MOBILE ULTRASONIC DETECTOR MUHAMMAD AB. BASITH B ABD. RAZAK This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Hons.)

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING

BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING Hitesh Pahuja 1, Gurpreet singh 2 1,2 Assistant Professor, Department of ECE, RIMT, Mandi Gobindgarh, India ABSTRACT In this paper, we proposed the

More information

International Journal of Advance Engineering and Research Development AUTOMATIC METER READING FOR ELECTRIC BOARD USING RF (RADIO FREQUENCY)

International Journal of Advance Engineering and Research Development AUTOMATIC METER READING FOR ELECTRIC BOARD USING RF (RADIO FREQUENCY) Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2, Issue 12, December -2015 e-issn (O): 2348-4470 p-issn (P): 2348-6406 AUTOMATIC

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding Advanced Laser Trimmed Ceramic Module AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

RF Based Pick and Place Robot

RF Based Pick and Place Robot IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 34-38 www.iosrjournals.org RF Based Pick and Place

More information

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications AT-XTR-7020A-4 Multi-Channel Micro Embedded Transceiver Module The AT-XTR-7020A-4 radio data transceiver represents a simple and economical solution to wireless data communications. The employment of an

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data outputs Outputs, Momentary

More information

Re: Design Specifications for a Voice Activated Remote Control System (ENSC 340 Project)

Re: Design Specifications for a Voice Activated Remote Control System (ENSC 340 Project) October 31, 2002 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: Design Specifications for a Voice Activated Remote Control System (ENSC 340

More information

RFID Integrated Teacher Monitoring

RFID Integrated Teacher Monitoring RFID Integrated Teacher Monitoring Introduction Article by Adewopo Adeniyi M.Sc, Texila American University, Nigeria Email: preciousadewopon@yahoo.com Radio Frequency Identification (RFID) is a generic

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

Catalogue

Catalogue Catalogue 1. Overview... - 3-2. Features... - 3-3. Applications...- 3-4. Electrical Characteristics...- 4-5. Schematic... - 4-6. Speed rate correlation table...- 6-7. Pin definition...- 6-8. Accessories...-

More information

RFID Door Unlocking System

RFID Door Unlocking System RFID Door Unlocking System Evan VanMersbergen Project Description ETEC 471 Professor Todd Morton December 7, 2005-1- Introduction In this age of rapid technological advancement, radio frequency (or RF)

More information

EE 451 FINAL SENIOR PROJECT PROPOSAL. Microcontroller-Based Remote Locator Using Asynchronous Serial Communication

EE 451 FINAL SENIOR PROJECT PROPOSAL. Microcontroller-Based Remote Locator Using Asynchronous Serial Communication EE 451 FINAL SENIOR PROJECT PROPOSAL Microcontroller-Based Remote Locator Using Asynchronous Serial Communication Prepared for Mr. Jose Sanchez, Project Advisor Dr. Brian Huggins, Project Advisor Dr. Winfred

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

The Design and Realization of PKE System Based on ARM9

The Design and Realization of PKE System Based on ARM9 Open Access Library Journal 2018, Volume 5, e4559 ISSN Online: 2333-9721 ISSN Print: 2333-9705 The Design and Realization of PKE System Based on ARM9 Tongfei Tu, Suyun Luo College of Automotive Engineering,

More information

LoRa1276 Catalogue

LoRa1276 Catalogue Catalogue 1. Overview... 3 2. Features... 3 3. Applications... 3 4. Electrical Characteristics... 4 5. Schematic... 5 6. Speed rate correlation table... 6 7. Pin definition... 6 8. Accessories... 8 9.

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

RF4463F30 High Power wireless transceiver module

RF4463F30 High Power wireless transceiver module RF4463F30 High Power wireless transceiver module 1. Description RF4463F30 adopts Silicon Lab Si4463 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity

More information

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION 1 Mr. Kamble Santosh Ashok, 2 Mr.V.Naga Mahesh 1 M.Tech Student, 2 Astt.Prof. 1 Ece - Embedded System, 1 Scient Institute Of Technology, Ibrahimpatnam,

More information

Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng

Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng International Conference on Applied Science and Engineering Innovation (ASEI 2015) Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng Beijing Key Laboratory of

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary or Latching & Serial Data. Direct

More information

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version RF Transceiver or Intelligent Modem Versions Host Data Rate upto 19,200 Baud Data Rates to 20 K baud. 2 Selectable RF Channels Narrowband Crystal Controlled Optimal Range 200m Supply Voltage 3-5V Very

More information

Multi Frequency RFID Read Writer System

Multi Frequency RFID Read Writer System Multi Frequency RFID Read Writer System Uppala Sunitha 1, B Rama Murthy 2, P Thimmaiah 3, K Tanveer Alam 1 PhD Scholar, Department of Electronics, Sri Krishnadevaraya University, Anantapur, A.P, India

More information

Maintenance Manual. MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO. Mobile Communications LBI TABLE OF CONTENTS

Maintenance Manual. MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO. Mobile Communications LBI TABLE OF CONTENTS Mobile Communications MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO TABLE OF CONTENTS RF BOARD............................... LBI-38545 AUDIO BOARD............................ LBI-38546 LOGIC BOARD............................

More information

Features: 1. User friendly interfacing. 2. Controls high voltage water pumps. 3. Identification of water pumps through RFID technology.

Features: 1. User friendly interfacing. 2. Controls high voltage water pumps. 3. Identification of water pumps through RFID technology. Construction of Central Control Unit for Irrigation water pumps. Cost effective method to control entire villager s water pumps with user level authentication. Illiterate s friendly system. This project

More information

Advanced menu ordering system in restaurants

Advanced menu ordering system in restaurants Advanced menu ordering system in restaurants 1 Ragila VV, 2 Rosmi Varghese, 3 Soorya Rajeev K, 4 Shimna PK 1,2,3 UG Student, Dept. of ECE, Vimal Jyothi Engineering College, Kannur, Kerala, India 4 Assistant

More information

ADAPTIVE DISTANCE ALERT SAFETY SYSTEM (ADASS) ON CHILD TRACKING USING ARDUINO

ADAPTIVE DISTANCE ALERT SAFETY SYSTEM (ADASS) ON CHILD TRACKING USING ARDUINO ADAPTIVE DISTANCE ALERT SAFETY SYSTEM (ADASS) ON CHILD TRACKING USING ARDUINO Murizah Kassim, Siti Hazirah Salih and Shahrani Shahbudin Faculty of Electrical Engineering, Universiti Teknologi MARA UiTM

More information

Wireless M-Bus to Wired M-Bus with RC1180- MBUS

Wireless M-Bus to Wired M-Bus with RC1180- MBUS AN01 0: WI RELESSMBUSTO WI REDMBUS WeMakeEmbeddedWi r el ess Easyt ouse Wireless M-Bus to Wired M-Bus with RC1180- MBUS By Ø. Nottveit Introduction Radiocrafts offers the world's first wireless M-Bus module

More information

Catalog

Catalog Catalog 1. Description... - 3-2. Features... - 3-3. Application... - 3-4. Electrical specifications...- 4-5. Schematic... - 4-6. Pin Configuration... - 5-7. Antenna... - 6-8. Mechanical Dimension(Unit:

More information

BC68F2130 FSK Application Example

BC68F2130 FSK Application Example BC68F2130 FSK Application Example D/N: AN0484E Introduction With a focus on the Sub-1GHz RF application area, Holtek has released a range of RF transmitter SoC Flash MCUs, the BC68F2130/BC68F2140 device

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

AN4392 Application note

AN4392 Application note Application note Using the BlueNRG family transceivers under ARIB STD-T66 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

Introduction of USRP and Demos. by Dong Han & Rui Zhu

Introduction of USRP and Demos. by Dong Han & Rui Zhu Introduction of USRP and Demos by Dong Han & Rui Zhu Introduction USRP(Universal Software Radio Peripheral ): A computer-hosted software radio, which is commonly used by research labs, universities. Motherboard

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 ADAPTIVE TRAFFIC SIGNALLING SYSTEM Mayuri R. Jain 1,Ashvini V. Khairnar 2,

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module 1. Description www.nicerf.com RF4432 RF4432 wireless transceiver module RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

FM-RTFQ SERIES FM-RRFQ SERIES FM TRANSMITTER & RECEIVER HYBRID MODULES. Transmitter. Receiver. Applications

FM-RTFQ SERIES FM-RRFQ SERIES FM TRANSMITTER & RECEIVER HYBRID MODULES. Transmitter. Receiver. Applications . FM Radio Transmitters & Receivers Available as MHz Transmit Range up to 0m Miniature Packages Data Rate up to 9.Kbps No Adjustable Components Very Stable Operating Frequency Operates from 0 to +70 0

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

Wavedancer A new ultra low power ISM band transceiver RFIC

Wavedancer A new ultra low power ISM band transceiver RFIC Wavedancer 400 - A new ultra low power ISM band transceiver RFIC R.W.S. Harrison, Dr. M. Hickson Roke Manor Research Ltd, Old Salisbury Lane, Romsey, Hampshire, SO51 0ZN. e-mail: roscoe.harrison@roke.co.uk

More information

X10 PROTOCOL FOR DATA COMMUNICATION

X10 PROTOCOL FOR DATA COMMUNICATION International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 X10 PROTOCOL FOR DATA COMMUNICATION Tilottama Dhake 1, AntrikshGhaskatta

More information

Design of Direct-Type Tire-Pressure Monitoring System Based on SP37 Sensor

Design of Direct-Type Tire-Pressure Monitoring System Based on SP37 Sensor Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of Direct-Type Tire-Pressure Monitoring System Based on SP37 Sensor Binwen HUANG Hainan Vocational College of Political Science and

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

Reading and working through Learn Networking Basics before this document will help you with some of the concepts used in wireless networks.

Reading and working through Learn Networking Basics before this document will help you with some of the concepts used in wireless networks. Networking Learn Wireless Basics Introduction This document covers the basics of how wireless technology works, and how it is used to create networks. Wireless technology is used in many types of communication.

More information

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION *M.Raga Divya, ** Y.Ratna Babu *Department of Electronics and Communication VIGNAN S Lara Institute of Technology and Sciences,

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 MATLAB CONTROLLING COLOUR SENSING ROBOT Dhiraj S.Dhondage 1,Kiran N.Nikam

More information

Analysis of RF transceivers used in automotive

Analysis of RF transceivers used in automotive Scientific Bulletin of Politehnica University Timisoara TRANSACTIONS on ELECTRONICS and COMMUNICATIONS Volume 60(74), Issue, 0 Analysis of RF transceivers used in automotive Camelia Loredana Ţeicu Abstract

More information

RFID Based Toll Gate Access

RFID Based Toll Gate Access IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 11 May 2017 ISSN (online): 2349-784X RFID Based Toll Gate Access Dr. Y. Raghavender Rao Associate Professor Department of

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

The Skiidometer. Hardware Description By: Adam Lee ; Etec474; Prof. Morton; WWU

The Skiidometer. Hardware Description By: Adam Lee ; Etec474; Prof. Morton; WWU The Skiidometer Hardware Description By: Adam Lee 04.26.2003; Etec474; Prof. Morton; WWU General Description The Skiidometer is a portable meter which serves as a digital companion on the ski slopes. By

More information

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

DESIGN AND DEVELOPMENT OF A MICROCONTROLLER BASED WIRELESS SECURITY ACCESS SYSTEM

DESIGN AND DEVELOPMENT OF A MICROCONTROLLER BASED WIRELESS SECURITY ACCESS SYSTEM DESIGN AND DEVELOPMENT OF A MICROCONTROLLER ASED WIRELESS SECURITY ACCESS SYSTEM 1 Adewale A. A., 2 Abdulkareem A., 3 Agbetuyi A. F., 4 Dike Ike Department of Electrical and Information Engineering, Covenant

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

INTELLIGENT SYSTEM FOR TWO WHEELERS

INTELLIGENT SYSTEM FOR TWO WHEELERS INTELLIGENT SYSTEM FOR TWO WHEELERS Suboor Jamal 1, Syed Taha Kamal Ahmad 2 Department of ECE, Galgotias College Of Engineering and Technology, Gr. Noida, Uttar Pradesh, India ---------------------------------------------------------------***----------------------------------------------------------------

More information

Intelligent and Flexible Monitor Circuits Detect & Record Load Profiles and Fault Events All Distribution Voltages All Conductor Types

Intelligent and Flexible Monitor Circuits Detect & Record Load Profiles and Fault Events All Distribution Voltages All Conductor Types IQ Insulator Self-powered Line Sensor & Insulator with Wireless Communications Monitor System Performance & Reliability Load Profiling and Fault Recording & Indication Intelligent and Flexible Monitor

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

DR-TRC105-EV Evaluation Kit. User s Guide

DR-TRC105-EV Evaluation Kit. User s Guide DR-TRC105-EV Evaluation Kit User s Guide DR-TRC105-304-EV DR-TRC105-315-EV DR-TRC105-345-EV DR-TRC105-372-EV DR-TRC105-390-EV DR-TRC105-403-EV DR-TRC105-434-EV DR-TRC105-450-EV 2010-2015 by Murata Electronics

More information

3.1. Historical Overview. Citizens` Band Radio Cordless Telephones Improved Mobile Telephone Service (IMTS)

3.1. Historical Overview. Citizens` Band Radio Cordless Telephones Improved Mobile Telephone Service (IMTS) III. Cellular Radio Historical Overview Introduction to the Advanced Mobile Phone System (AMPS) AMPS Control System Security and Privacy Cellular Telephone Specifications and Operation 3.1. Historical

More information

Catalog

Catalog - 1 - Catalog 1. Overview...- 3-2. Feature... - 3-3. Application...- 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 4-6. Operation... - 4-1) Power on Reset... - 4-2) Sleep mode... - 4-3) Working

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

Catalog

Catalog - 1 - Catalog 1. Overview... - 3-2. Feature...- 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 4-1) Power on Reset... - 4-2) Sleep mode...- 4-3) Working

More information

CS-200. PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL

CS-200. PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL CS-200 PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL CS-200 Operation and Service Manual Page 2 Manufactured by: LINCAST INTERNATIONAL PTY. LTD. 2/3 Sir Laurence Drive

More information

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the.

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the. POWER LINE COMMUNICATION A dissertation submitted to Istanbul Arel University in partial fulfillment of the requirements for the Bachelor's Degree Submitted by Egemen Recep Çalışkan 2013 Title in all caps

More information

RF Explorer. User Manual. RF Explorer User Manual v Page 1 of 13. Updated to firmware v1.05. Edition date: 2011/Mar/01.

RF Explorer. User Manual. RF Explorer User Manual v Page 1 of 13. Updated to firmware v1.05. Edition date: 2011/Mar/01. RF Explorer User Manual v1.05 - Page 1 of 13 RF Explorer User Manual Updated to firmware v1.05 Edition date: 2011/Mar/01 www.rf-explorer.com Please consider the environment before printing this manual.

More information

LoRa1278 Wireless Transceiver Module

LoRa1278 Wireless Transceiver Module LoRa1278 Wireless Transceiver Module 1. Description LoRa1278 adopts Semtech RF transceiver chip SX1278, which adopts LoRa TM Spread Spectrum modulation frequency hopping technique. The features of long

More information

Speed regulation vehicles using RFID

Speed regulation vehicles using RFID Speed regulation vehicles using RFID Chandrashekar.P Electronics and communication engineering SDIT-Mangalore Karnataka-India Cschandran44@gmail.com Praveen kumar.m Electronics and communication engineering

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Implementing with RC1180-MBUS Wireless M-Bus module by Ø. Nottveit Introduction Wireless M-Bus (EN 13757-4:2005) is the only wireless standard specifically targeting the reading of electricity, gas-, water-,

More information

FC-703C Wireless M-bus Module DATA SHEET

FC-703C Wireless M-bus Module DATA SHEET FC-703C Wireless M-bus Module DATA SHEET FRIENDCOM TECHNOLOGY DEVELOPMENT CO.,LTD Address: Comprehensive building, Wanyelong science and technology Park, Liyuan Industrial Zone, Shiyan Street, Bao'an District,

More information

Intelligent Traffic Light Controller

Intelligent Traffic Light Controller International Journal of Emerging Engineering Research and Technology Volume 3, Issue 3, March 2015, PP 38-50 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) ABSTRACT Intelligent Traffic Light Controller

More information

Golden Research Thoughts

Golden Research Thoughts ORIGINAL ARTICLE ISSN 2231-5063 Golden Research Thoughts MICROCONTROLLER BASED WIRELESS INCLINATION MEASUREMENT ORIGINAL ARTICLE SYSTEM FOR TILTING BLENDERS USING RF MODULE Siddharth B. Maraje, Anmol Kumar

More information

IMPLEMENTATION OF AUTOMATIC COLLEGE BELL SYSTEM USING ARDUINO

IMPLEMENTATION OF AUTOMATIC COLLEGE BELL SYSTEM USING ARDUINO IMPLEMENTATION OF AUTOMATIC COLLEGE BELL SYSTEM USING ARDUINO Burgoji Santhosh Kumar Assistant Professor, Dept Of ECE, Anurag Group Of Institutions, Ts, India. Abstract The main objective of this project

More information

INF8574 GENERAL DESCRIPTION

INF8574 GENERAL DESCRIPTION GENERAL DESCRIPTION The INF8574 is a silicon CMOS circuit. It provides general purpose remote I/O expansion for most microcontroller families via the two-line bidirectional bus (I 2 C). The device consists

More information

DEPARTMENT OF ELECTRICAL & INFORMATION ENGINEERING PROJECT PRESENTATION

DEPARTMENT OF ELECTRICAL & INFORMATION ENGINEERING PROJECT PRESENTATION DEPARTMENT OF ELECTRICAL & INFORMATION ENGINEERING PROJECT PRESENTATION PROJECT TITLE: ELECTRONIC CHILD MONITORING DEVICE By: Supervised By: Examined By: PROJECT NO.: PRJ 091 OKOTH JOHN AKUMU REG. NO.:

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

Design of the distributed data server using PIC_SERVER v3.7

Design of the distributed data server using PIC_SERVER v3.7 Author: Che-Chang Yang (2010-06-22); recommend: Yeh-Liang Hsu (2010-06-26). This document describes the design of the distributed data server (DDS) using PIC_SERVER v3.7. The DDS consists of two parts:

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

More information

RFID ACCESS CONTROL. SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO

RFID ACCESS CONTROL. SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO RFID ACCESS CONTROL SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO 1 INTRODUCTION RFID (RADIO - FREQUENCY IDENTIFICATION) systems use RF signals for identification of people, animals and

More information

EEL4914 Senior Design. Final Design Report

EEL4914 Senior Design. Final Design Report EEL4914 Senior Design Final Design Report Electric Super Bike The Best Team in the World Matt Fisher madfish@ufl.edu Richard Orr gautama@ufl.edu 21 April 2008 1 Contents Contents...2 Abstract...3 Project

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

TRC EV DR TRC EV DR TRC EV

TRC EV DR TRC EV DR TRC EV DR-TRC103-EV Evaluation Kit User s Guide DR TRC103 868 EV DR TRC103 915 EV DR TRC103 950 EV DR-TRC103-EV User s Guide (2015/04/17) Page 1 of 11 www.murata.com Introduction The DR TRC103 series evaluation

More information

Radio Encoder / Decoder IC s

Radio Encoder / Decoder IC s 16 I/O Telemetry Encoder/ Decoder Enables Easy Radio Control Connects directly to RF Modules Simple CMOS/TTL Data Interface Performs all Data Encryption for Reliable Operation. Achieves Maximum Range From

More information

SRX882

SRX882 Catalog 1. Overview... 2 2. Features... 2 3. Application... 2 4. Electronic Specifications... 3 5. Pin difinition... 3 6. Mechnical dimension... 4 7. Appendix... 4 7.1. Features... 4 7.2. Structure explanation...

More information

An Embedded Approach for Motor Control Boards Design in Mobile Robotics Applications

An Embedded Approach for Motor Control Boards Design in Mobile Robotics Applications An Embedded Approach for Motor Control Boards Design in Mobile Robotics Applications CLAUDIA MASSACCI, ANDREA USAI, PAOLO DI GIAMBERARDINO Department of Computer and System Sciences Antonio Ruberti University

More information

LORA1278F30 Catalogue

LORA1278F30 Catalogue Catalogue 1. Overview... 3 2. Feature... 3 3. Application... 3 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Schematic... 5 7. Speed rate correlation table... 6 8. Pin definition... 6 9.

More information

LORA1276F30 Catalogue

LORA1276F30 Catalogue Catalogue 1. Overview... 3 2. Feature... 3 3. Application... 3 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Schematic... 5 7. Speed rate correlation table... 6 8. Pin definition... 6 9.

More information

AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN ALTERNATIVE TO THE FUSE PROTECTION TECHNIQUE A. Z. Loko 1, A. I. Bugaje 2, A. A. Bature 3 1 Department of Physics Electronics/Nasarawa

More information

-SQA- SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION

-SQA- SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION -SQA- SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION -Unit Number- 8411894 -Superclass- CA -Title- MICROCONTROLLERS: ARCHITECTURE, PROGRAMMING AND APPLICATIONS

More information