e-ration System Using RFID and GSM Technolgy

Size: px
Start display at page:

Download "e-ration System Using RFID and GSM Technolgy"

Transcription

1 e-ration System Using RFID and GSM Technolgy Kashinath Wakade, Pankaj Chidrawar, Dinesh Aitwade,Birudev Tarate, Prof. M. M. Pawar Department of Electronics and Telecommunication Engineering, SVERI s College of Engineering Pandharpur Abstract: Final Year Student This paper proposes the advanced Ration Distribution System, named as Smart Ration Distribution and Controlling. Huge amount of Govt. money get wasted due to corruption in the conventional Ration Distribution System. This paper implements a simple PDA device (personal data assistant) with RFID tag used as an e-ration card in place of a conventional ration card. This PDA device is similar to the ticketing machine used by bus conductor or bank pigmy agent and the e - ration card is similar to swipe card. The Subscriber has to use this card instead of a traditional ration card to get ration from the dealer. Efforts are put together from our side to combat corruption and to have better management of public distribution system. Keywords- Corruption, GSM, PDA, RFID, Ration Distribution System I. INTRODUCTION: The ration distribution system is one of the largest government s economic policies in India. Its main motto is to provide food grains (sugar, wheat, rice, kerosene etc.) to the people at affordable rates. The network of the ration shops is spread all over in India to provide food security to the people. This distribution of ration is controlled and monitored by central government, along with the state government. But it has so many limitations. Most of the ration shopkeepers keep fake ration cards with them. Due to fake ration cards, the dealer receives the extra ration from higher authority and he sales it into the open market. The dealer may not provide a sufficient amount of food grains to consumers. Most of the time people are not aware of the availability of ration in ration shop. The dealer may sale ration at higher rates than recommended by the government or he may do wrong entries in register. In this way, in the current situation we are facing problem of corruption in public distribution system. There is no such effective system through which government gets acknowledgement of consumption of food grains by people. ORGANIZATION OF PAPER The paper possesses three sections. First section consists of abstract and brief introduction about paper. The second section describes the development of hardware and software in detail. And last section covers the future scope along with conclusions and references for further details II. LITRATURE SERVEY: Recently Vikram et. al. [1] has proposed Smart Ration Card System. The smart card is modified as a smart ration card by coding Microprocessor chip present in it according to the requirement. The smart card contains unique barcode. When the consumer visits the ration shop, he has to show this card in front of barcode reader. Dealer verifies the smart card & accordingly delivers ration. S.Valarmathy et. al. [2], Mohan et. al. [4] and Sukhumar et. al. [7] has proposed an automatic ration material distribution based on GSM (global system for mobile) and RFID (Radio Frequency Identification) technology instead of a ration card. This system is automatic Shri Vithal Education & Research Institute, Pandharpur Page 40

2 and provides ration without interference of human. In this system various sensors are used to measure and dispense the commodities. Dhanashri et. al. [5] and Neha et. al. [3] has developed web enabled superior public distribution system. The system remotely monitors the outlets of various goods and vehicles, providing ration to ration shop. In this system, subscriber has to access the website every time they desire to get a ration. Sharma et. al. [6] has proposed new ration distribution system using biometrics, face recognition and voice recognition system. In automated ration distribution system the setup is to be installed in every ration shop. In present scenario more than 0.5 million ration shops exist in India. So it is very costly to have an automated PDS and it is a tedious job for illiterate people operating such complex system. On the other hand barcode based systems are not secure because the dealer can have duplicate barcode on the basis of which fake ration cards can be made. III. PROPOSED SYSTEM: This system comprises of PDA device and RFID tag so called as an e- ration card. A. Hardware Setup Figure 1: Block diagram of PDA device ARM Controller The circuit is built around 32 bit ARM 7 RISC (reduced instruction set complexity) type of controller. It consists of 64 pins with two ports of 32 bits. It uses Von Neumann architecture with three stage pipelining. It has high code density and supports 16 bit (thumb instruction set) as well as 32 bit enhanced instruction set. Each instruction executes in a single cycle with a clock speed of 80MHz. The various modules such as GSM, RFID, LCD display, RTC, keypad and thermal printer are interfaced to it to form a complete PDA device. Software Development RFID The RFID uses wireless technology to identify the object. It consists of RFID tag and the reader. The bidirectional communication between the tag and the reader is accomplished by the radio frequency (RF) part of the electromagnetic spectrum to carry the information between an RFID tag and reader. Passive RFID tags are used in this system as an e-ration card. It does not require any external power supply. The tag antenna receives the RF signal (13.56MHz) from the reader. This received signal is rectified and supplied to the chip to power it up. Now tag retransmits the signal to reader. The reader receives it. Then the signal is sent for further computation of the data. Shri Vithal Education & Research Institute, Pandharpur Page 41

3 GSM The GSM (Global System for Mobile communication) module consists of GSM modem. It is a standard developed by the European telecommunication standard institute to describe protocols for 2G digital cellular networks used by mobile phones. It accepts SIM cards, and operates over a subscription to a mobile operator, just like mobile phones. It uses frequencies between MHz UL and DL (Band of 25MHz). Through this GSM modem, SMS is delivered automatically to the subscriber about availability of food grains at the ration distribution center and about the transaction. RTC (real time clock) The system uses the RTC (real time clock) HT1381 serial timekeeper chip (8 pin DIP) which provides time, day and date information. It is operated in 24-hour mode. It has several registers to store the corresponding information with 8 bit data format. It operates on either 500 KHz (VDD=2V) or 2MHz (VDD=5V) separate clock frequency so that it keeps working even though PDA machine is in the off state. It uses a serial I/O transmission method to interface with ARM 7 controller. Thermal Printer Thermal printer is a digital printer which produces an impression on thermal paper. The paper rolls over printing head to have an image on it. The thermal paper turns black in color when it passes over hot rod of printing head. Printing can be done using two colors (black and red) at two different temperatures. Here system uses direct thermal printer with black ink to have receipt of transaction. Keypad Here PDA device uses a standard alphanumeric keypad with 4 programmable function keys and 1 power key with menu function. The keypad has a backlight, so that it can be used at night also. B. Software Development Figure 2: Software Development Flowchart When device is switched on it demands device password. If device password is incorrect, it demands it again and if it is correct, then it displays the name of an application that is e-ration system. Then it displays message flash e-ration card. When an e-ration card is shown in front of PDA device the RFID reader checks its validation. If it is invalid, then device again displays flash e- RATION CARD and if it is valid then it shows the name of the ration card holder and details of account such as food grains allocated to his family, rates recommended by Govt. etc. Then it demands the quantities to be delivered. After entering the quantities it shows the amount to be paid. Then it prints receipt and delivers a message to customer about the transaction. C. Application Development Flow Initially code is written in an embedded C Shri Vithal Education & Research Institute, Pandharpur Page 42

4 for ARM 7 controller. It is nothing but ARM source code. This source code is compiled using compiler named ARM developer suit V 1.2. Before compiling object files corresponds to each C file get created. These object files must be removed. As an output.hex file get created. For security purpose, this.hex file is encrypted using CAP generator. CAP stands for Certified Application Program. Thus.Hex file get converted into CAP file. This CAP file is downloaded into device by using the loader. Loader is the software which is used to download application into the device. When an application is downloaded in device, it is unauthorized. To authorize it authentic data can be downloaded in it. Figure 3: Development of application First of all Govt. should replace existing ration cards with e-ration card (RFID tag) provided, it must be issued to the respective ration card holder. Govt. has to provide this PDA device to each authorized distribution center. The respective dealer will receive all the commodities from Tahsil whereas the details of the same should be recorded on a server which is at Tahsil as well as in a PDA device. The subscriber receives system generated SMS from Tahsil. Such as RATION IS AVAILABLE IN SHOP. PLEASE COLLECT IT. When beneficiary will approach the ration distribution center, he has to show an e-ration card in front of a PDA device. To avoid faulty prices, the details of e- ration card holders will be displayed on the device screen such as allocated quantities and rates of commodities recommended by government. Then dealer will deliver the food grains as per demanded by the subscriber. The subscriber receives a ration as well as receipt from the dealer. Simultaneously SMS will be delivered to them regarding the transaction. The Dealer will go to Tahsil next time to receive food grains again. There he will authorize the PDA device so that all the data will get transferred to a server. IV. RESULTS: Figure 4: PDA device Shri Vithal Education & Research Institute, Pandharpur Page 43

5 Above figure 4 shows the prototype of the proposed PDA device which is to be provided to each ration distribution center. Figure 5: Display of device Above figure 5 shows the screen of PDA device displaying details of the subscriber. Here RC stands for ration card number and PRVDEL stands for previously delivered ration in Kg. Radha is the name of ration card holder. A detail shows that she has demanded 3 Kg of wheat and rate recommended by a government is Rs.5 per Kg. Figure 6: Ration receipt Above figure 6 shows the printed ration receipt which gives detail information about the transaction. Figure 7: Delivered SMS Shri Vithal Education & Research Institute, Pandharpur Page 44

6 Above figure 7 shows the system generated SMS which is received by subscriber after the transaction. V. CONCLUSION Using this proposed modern system we can have Better management of the ration distribution system. Govt. can have indirect check on the availability of the ration to the beneficiary. It is transparent and has control over prices of some commodities in the open market. Dealer will not be able to keep fake ration cards with them. System helps to modernize traditional rationing and combat corruption up to a great extent. VI. FUTURE SCOPE For better authentication of subscribers, a biometric system can be used. The provision can be made such as PDA device will update data directly to server online. ACKNOWLEDGMENT. We acknowledge Mr. D.A. Kulkarni (production manager AFTEK LIMITED, Solapur) for his technical support REFERENCES [1] Vikram Singh et. al. Smart ration card, Volume 4, No. 4, April 2013 Journal of Global Research in Computer Science. [2] S.Valarmathy et. al. Automatic ration material distribution based on GSM and RFID technology, I.J. Intelligent Systems and Applications, 2013, 11, published Online October 2013 in MECS. [3] Neha et. al. Web-Enabled Ration Distribution and Controlling. March-2012 International Journal of Electronics, Communication and Soft Computing Science and Engineering. [4] Mohan et. al. Automation of ration shop using PLC. VoI.3, Issue.5, Sept-Oct International Journal of Modern Engineering Research. [5] Dhanashri et. al. Web- Enabled Ration Distribution and Corruption Controlling System. Vol.2, Issue 8, Feb 2013, International Journal of Engineering and innovative technology. [6] Sharma et. al. Multi-Modality Biometric Assisted Smart card Based Ration Distribution System, volume 3 June 2014, International Journal of Application or Innovation in Engineering of Management. [7] Sukhumar et. al. Automatic Rationing System Using Embedded System Technology, volume 1 Nov 2013, International Journal of Innovative Reserch in Electrical, Electronics, Instrumentation and Controle Engineering. Shri Vithal Education & Research Institute, Pandharpur Page 45

ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications

ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications 2014 269 AUTOMATION OF RATIONSHOP USING RFID VAISHALLY.K Vel Tech, Avadi-Chennai-62. Abstract

More information

Design and implementation of fingerprint based bank locker system using ARM7 and GSM

Design and implementation of fingerprint based bank locker system using ARM7 and GSM Design and implementation of fingerprint based bank locker system using ARM7 and GSM Pooja Ausekar 1, Shraddha Kshirsagar 2, Puja Lawate 3, Prof. Mr. Sujit A. Inamdar 4 1,2,3 Student, Department of electronics

More information

Cloud-Based Ration Card System Using RFID And GSM Technology

Cloud-Based Ration Card System Using RFID And GSM Technology Cloud-Based Ration Card System Using RFID And GSM Technology K. Bala Karthik Assistant Professor,CSE PSN Institute of Technology and Science,Tirunelveli,Tamilnadu Abstract This paper describes the development

More information

RFID Based Security for Exam Paper Leakage using Electromagnetic Lock System

RFID Based Security for Exam Paper Leakage using Electromagnetic Lock System Volume 117 No. 20 2017, 845-852 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu RFID Based Security for Exam Paper Leakage using Electromagnetic Lock

More information

GENERATION OF SECURE ONE TIME PASSWORD FOR ATM SECURITY AND THEFT PROTECTION

GENERATION OF SECURE ONE TIME PASSWORD FOR ATM SECURITY AND THEFT PROTECTION GENERATION OF SECURE ONE TIME PASSWORD FOR ATM SECURITY AND THEFT PROTECTION S.Pooranachandran 1, E.Aravind 2, D.Bharathipriya 3, A.K.Gokul 4,E.Karthika 5, Department of Electronics and Communication Engineering.

More information

Corporate Profile. Applying minds to technology

Corporate Profile. Applying minds to technology Corporate Profile AEM is the leading provider of indigenously designed & built technology solutions in India. We have addressed the most challenging real-time communication & collaboration needs of defense

More information

Voice Response System for Parents of Hostel Students

Voice Response System for Parents of Hostel Students Voice Response System for Parents of Hostel Students I.J.Vinila Assistant Professor, Dept. of ECE., Dr.Sivanthi Aditanar College of Engineering, Tiruchendur, India ABSTRACT: Nowadays every institute needs

More information

Types of Peripheral Devices

Types of Peripheral Devices DSB International Public School Rishikesh Class VII Computer Science L1 - More Peripherals A computer peripheral is a device that is connected to a computer but is not part of the core computer architecture.

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

GSM MODULE BASED SMART NOTICE BOARD

GSM MODULE BASED SMART NOTICE BOARD GSM MODULE BASED SMART NOTICE BOARD Manpreet Singh Gagandeep Singh Sodhi Azadwinder Singh Abstract-- The ways of addressing public at large viz; bus terminals, railway stations, colleges, universities

More information

Authentication Technologies

Authentication Technologies Authentication Technologies 1 Authentication The determination of identity, usually based on a combination of something the person has (like a smart card or a radio key fob storing secret keys), something

More information

Multi-Featured Shopping Trolley with Billing System

Multi-Featured Shopping Trolley with Billing System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Multi-Featured Shopping Trolley with Billing System Sneha S. Naik Pooja

More information

Smart Vehicle with Theft Prevention using GSM and GPS

Smart Vehicle with Theft Prevention using GSM and GPS Smart Vehicle with Theft Prevention using GSM and GPS Sushanth K J 1, Aysha Farana 2, Sachin 2, Bushra Salina 2, Mahammad Isthikar 2 Assistant Professor, Electronics and Communication Engineering Department,

More information

Three Level Authentication for Student Attendance Management System

Three Level Authentication for Student Attendance Management System Volume 119 No. 15 2018, 1997-2012 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Three Level Authentication for Student Attendance Management System 1 G.Ravi

More information

A Paper on IOT Based Digital Notice Board using Arduino ATMega 328

A Paper on IOT Based Digital Notice Board using Arduino ATMega 328 A Paper on IOT Based Digital Notice Board using Arduino ATMega 328 Pooja Pawar 1, Suvarna Langade 2, Mohini Bandgar 3 1, 2, 3 Department of Electronics and Telecommunication, Adarsh Institute of Technology

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2018 IJSRSET Volume 4 Issue 7 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology RFID Based Security Access Control System with GSM Technology 1 Shaik Mahammad Rasool,

More information

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V. SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.Kendale*3 *1 (student of IT Department, AEC, Chikhli (MS), INDIA) *2 (student

More information

INNOVATIVE AUTOMOBILE SECURITY SYSTEM USING VARIOUS SECURITY MODULES

INNOVATIVE AUTOMOBILE SECURITY SYSTEM USING VARIOUS SECURITY MODULES Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com INNOVATIVE AUTOMOBILE SECURITY SYSTEM

More information

International Journal of Advance Engineering and Research Development BANK LOCKER OPENING SYSTEM USING RFID

International Journal of Advance Engineering and Research Development BANK LOCKER OPENING SYSTEM USING RFID Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 BANK LOCKER OPENING SYSTEM USING RFID e-issn (O):

More information

[Swain, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Swain, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ANDROID BASED FINGERPRINT SENSOR ATTENDANCE SYSTEM Kaliprasanna Swain *, M.V.S.V Prasad, Anwesha Dash *123 Electronics and Communication

More information

ACR880 GPRS Portable Smart Card Terminal

ACR880 GPRS Portable Smart Card Terminal ACR880 GPRS Portable Smart Card Terminal Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1.

More information

Biometric Based E-License Sysytem

Biometric Based E-License Sysytem Biometric Based E-License Sysytem Snehal Khade, Mayur Mali 1,2 Dept. of Electronics and Telecommunication Engineering, DhananjayMahadikGroup of Institutions, Vikaswadi Shivaji University, Kolhapur (India)

More information

Implementation of ATM security using IOT

Implementation of ATM security using IOT Implementation of ATM security using IOT Mahalakshmi.T.K 1, J.Kumudha 2, M.Ranjitha 3, Mr.J.Gurumurthy 4, Dr.D.Sivakumar 5 1,2,3 Department of electronics and communication engineering, Easwari engineering

More information

HYBRID SECURITY AUTHENTICATION SYSTEM USING FINGER-VEIN G. Sumalatha* 1, K. Sudhakar Reddy 2

HYBRID SECURITY AUTHENTICATION SYSTEM USING FINGER-VEIN G. Sumalatha* 1, K. Sudhakar Reddy 2 ISSN 2277-2685 IJESR/June 2015/ Vol-5/Issue-6/516-521 G. Sumalatha et. al./ International Journal of Engineering & Science Research HYBRID SECURITY AUTHENTICATION SYSTEM USING FINGER-VEIN G. Sumalatha*

More information

Vulnerability and security issues in Auto teller machine transactions

Vulnerability and security issues in Auto teller machine transactions Vulnerability and security issues in Auto teller machine transactions NAVNEET SHARMA Sr. Asstt. Professor Dept. of Computer Sc. The IIS University, Jaipur, Rajasthan, India E-Mail navneetsharma1977@gmail.com

More information

Smart Anti-Theft System For Vehicle Security And Tracking

Smart Anti-Theft System For Vehicle Security And Tracking IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 6, PP 61-65 www.iosrjen.org Smart Anti-Theft System For Vehicle Security And Tracking Raj Kupekar 1, Prasad Lawte 2,

More information

SmartCart: Critical Design Review. Pallavi Jain Vivian Vasquez Peter Nguyen Deniz Kaplan

SmartCart: Critical Design Review. Pallavi Jain Vivian Vasquez Peter Nguyen Deniz Kaplan SmartCart: Critical Design Review Pallavi Jain Vivian Vasquez Peter Nguyen Deniz Kaplan Product Definition An interactive touchscreen display affixed onto the handlebars of a shopping cart which allows

More information

Datenblatt / Specifications. ACR880 GPRS Portable Smart Card Terminal. idvation GmbH

Datenblatt / Specifications. ACR880 GPRS Portable Smart Card Terminal. idvation GmbH Datenblatt / Specifications ACR880 GPRS Portable Smart Card Terminal Otto-Hesse-Straße 19 / T5 D-64293 Darmstadt Phone +49 6151 9926567 Fax +49 6151 3689296 Table of Contents 1.0. Introduction... 3 2.0

More information

WWW.DASHOU-CHINA.COM Xiamen Dashou Technology Ltd. Add.: The 2nd Floor, No. 205 Xin Feng Road, Xiamen, China 361006 Tel: 0086 592 5558660 Fax: 0086 592 5511002 Email: info@dashou-china.com www.dashou-china.com

More information

Transmission Line Security System Based on RFID and GSM Technology

Transmission Line Security System Based on RFID and GSM Technology Transmission Line Security System Based on RFID and GSM Technology Swati Chandrakar Completed B.E in Electrical and Electronics from CSIT in 2014. Right Now She is Working as a Teacher at Yugantar Institute

More information

MDR-1 Mobile Document Reader

MDR-1 Mobile Document Reader MDR-1 Mobile Document Reader SPC_MDR-1 1/7 Mobile Document Reader MDR-1 Security Printing Consulting AG The new MDR-1 document reader fulfill the needs for fast and reliable reading, verification and authentication

More information

II. PROPOSED SYSTEM AND IMPLEMENTATION

II. PROPOSED SYSTEM AND IMPLEMENTATION Automatic Gate Security System by using Raspberry Pi with Image Processing Mr. Mogare Sumit R. 1, Sanagare Prathamesh S. 2, Ms. Anjarlekar Shraddha S. 3, Mr. Kharat Ratnadipak N. 4, Mr. Shikalgar Isaq

More information

Chaithra S 1, Sowmya B J 2 1 PG Student, Digital Electronics, Department of ECE, SJB Institute of Technology, Bengaluru, India

Chaithra S 1, Sowmya B J 2 1 PG Student, Digital Electronics, Department of ECE, SJB Institute of Technology, Bengaluru, India Development of Power Line Communication System for Residential and Industry Monitoring Chaithra S 1, Sowmya B J 2 1 PG Student, Digital Electronics, Department of ECE, SJB Institute of Technology, Bengaluru,

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

DO BUSINESS BETTER. The Handheld POS For On-the-Go Transactions

DO BUSINESS BETTER. The Handheld POS For On-the-Go Transactions w w w. l i p m a n. c o. i l DO BUSINESS BETTER The Handheld POS For On-the-Go Transactions Building on decades of reliability and innovation, Lipman designs its products to assure an ongoing Cycle of

More information

NXP Smart Washing Machine Solution

NXP Smart Washing Machine Solution NXP Smart Washing Machine Solution 恩智浦智能洗衣机方案 Mike Mui Senior Sales Director, Global Appliance Segment NXP Semiconductors July, 2012 Content NXP & Major Home Appliances Home Automation Market Generic Smart

More information

Smart Gadget for Women s For Their Personal Safety in Helpless Situation Using GPS and GSM Introduction:

Smart Gadget for Women s For Their Personal Safety in Helpless Situation Using GPS and GSM Introduction: Smart Gadget for Women s For Their Personal Safety in Helpless Situation Using GPS and GSM Introduction: The status of women in India has gone through many great changes over the past few millennia. From

More information

Controlling and Monitoring Of Industrial Parameters by Using GSM

Controlling and Monitoring Of Industrial Parameters by Using GSM Controlling and Monitoring Of Industrial Parameters by Using GSM GUIDE: Mr. S. CHANDRA SHEKAR, PROFESSOR IN ECE P.WASEEM NAZMA, G.SUDHA PRIYANKA, S.DHANA LAKSHMI, SK.SHAHID DEPARTMENT OF ELECTRONICS AND

More information

GSM Based Electronics Notice Board

GSM Based Electronics Notice Board GSM Based Electronics Notice Board Prerana Chauhan*, Shikhar Agarwal, Hem Kumar Singh, Ashish Saini* Department of Electronic Engineering, Moradabad Institute of Technology, Moradabad, (UP) India Article

More information

SMART AND SAFETY HELMET FOR A RIDER

SMART AND SAFETY HELMET FOR A RIDER SMART AND SAFETY HELMET FOR A RIDER Mansi Jane 1, Lochana Yelekar 2, Akash Pandey 3, Abhishek Markande 4, Kalyani Shingne 5, Prof.Shelke 6 12345 Student, Department of Electronics and telecommunication

More information

GSM+GPS Based School Kids Tracking System

GSM+GPS Based School Kids Tracking System GSM+GPS Based School Kids Tracking System Introduction: In this project, the tracking system will used GPS (Global Positioning System) and GSM(Global System for Mobile Communications)as the tracking system

More information

Door Automation Security System Using OTP

Door Automation Security System Using OTP Door Automation Security System Using OTP Snehalata Raut 1, Dimple chapke 2, Akash Sontakke 3, Nayan Pounikar 4, Prof. Neha Israni 5 1234 Final Year Students, 5 Assistant professor of Department of Information

More information

Design and Development of Software Coding for m- Advertisement Using VB6

Design and Development of Software Coding for m- Advertisement Using VB6 Abstract: 76 Design and Development of Software Coding for m- Advertisement Using VB6 Physics Department, H.N.G.University, Patan, Gujarat, INDIA Mobile phone has become essential in our life. Almost all

More information

WWW.DASHOU-CHINA.COM Xiamen Dashou Technology Ltd. Add.: The 2nd Floor, No. 205 Xin Feng Road, Xiamen, China 361006 Tel: 0086 592 5558660 Fax: 0086 592 5511002 Email: info@dashou-china.com www.dashou-china.com

More information

Design of Campus one-finger Service System Based on Fingerprint Identification

Design of Campus one-finger Service System Based on Fingerprint Identification Design of Campus one-finger Service System Based on Fingerprint Identification Shouxi Zhu Aviation Information Technology R&D Center Binzhou University Binzhou, China Wenlai Ma Flying College of Binzhou

More information

Aadhaar enabled Public Distribution System in Delhi

Aadhaar enabled Public Distribution System in Delhi DIRI Data Brief: 03 Aadhaar enabled Public Distribution System in Delhi Siddharth Sekhar Singh and Ashwini Chhatre June 2018 Key Facts The authentication failure rate for active ration cards in Delhi-

More information

Bluetooth Based Smart Automation System Using Android

Bluetooth Based Smart Automation System Using Android Bluetooth Based Smart Automation System Using Android Ms. Poonam V. Gaikwad Department of Computer Science and Engineering SVERI s College of Engineering, Pandharpur, Maharashtra, India Prof. Mr. Yoginath

More information

eh880 Secure Smart Card Terminal

eh880 Secure Smart Card Terminal eh880 Secure Smart Card Terminal Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1. MCU Cards...

More information

Embedded Technosolutions

Embedded Technosolutions We Are India s one of the Leading Trainings & Jobs Providing Organization Government of India Registered & ISO Certified Organization Embedded Technosolutions is a Professional Training Institute & a

More information

Power Theft Detection and Monitoring using GPRS Technology

Power Theft Detection and Monitoring using GPRS Technology Reg. No.:20140613 DOI:V3I1P13 Power Theft Detection and Monitoring using GPRS Technology Trupti A.Bhosale Dr.B.G.Hogade truptibhosale09@gmail.com bghogade@gmail.com Department Of Electronics Engineering,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK MOBILE COMMUNICATION AMOL RATAN VAIDKAR 1, PROF. G. D. GULHANE 2, DR. H. R. DESHMUKH

More information

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

AUTHORIZATION DATA TRANSMISSION BASED ON WIRELESS TECHNOLOGY

AUTHORIZATION DATA TRANSMISSION BASED ON WIRELESS TECHNOLOGY AUTHORIZATION DATA TRANSMISSION BASED ON WIRELESS TECHNOLOGY A. Haimavathi 1, B. Santhosh Kumar 2 1 Pursuing M.Tech, ES, Visvesvaraya College of Engineering and Technology (VCET), M.P.Patelguda, Ibrahimpatnam,

More information

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1 e-issn 2277-2685, p-issn 2320-976 IJESR/June 2014/ Vol-4/Issue-6/480-484 Gunaganti Ganesh/ International Journal of Engineering & Science Research ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti

More information

Design and Development of SMS Based Platform for Controlling Stepper Motor

Design and Development of SMS Based Platform for Controlling Stepper Motor Design and Development of SMS Based Platform for Controlling Stepper Motor Vaskar Deka 1, Shikhar K Sarma 2, Pratisha Sarma 3, Subhra Mitra 4 1.2.3.4 Department of Information Technology, Gauhati University,

More information

International Journal of Informative & Futuristic Research ISSN:

International Journal of Informative & Futuristic Research ISSN: Reviewed Paper Volume 3 Issue 12 August 2016 International Journal of Informative & Futuristic Research Fingerprint Based Vehicle Security Paper ID IJIFR/V3/ E12/ 007 Page No. 4486-4494 Research Area Embedded

More information

Reminder. Course project team forming deadline. Course project ideas. Friday 9/8 11:59pm You will be randomly assigned to a team after the deadline

Reminder. Course project team forming deadline. Course project ideas. Friday 9/8 11:59pm You will be randomly assigned to a team after the deadline Reminder Course project team forming deadline Friday 9/8 11:59pm You will be randomly assigned to a team after the deadline Course project ideas If you have difficulty in finding team mates, send your

More information

Embedded Systems, Android & Robotics INTERNSHIP CONTENT

Embedded Systems, Android & Robotics INTERNSHIP CONTENT Embedded Systems, Android & Robotics INTERNSHIP CONTENT CONTACT: 0120-4565405, 91-8130513508, 91-9999086300, 91-9953109602, E-MAIL: training@tevatrontech.com Tevatron Technologies Private Limited ( www.tevatrontech.com)

More information

Telecom Sector Outlook and Spectrum Trading: the Case of Pakistan

Telecom Sector Outlook and Spectrum Trading: the Case of Pakistan Telecom Sector Outlook and Spectrum Trading: the Case of Pakistan Shahbaz Nasir Pakistan Telecommunication Authority ITU Workshop on Economic Aspects of Spectrum Management 21 st 23 rd November 2016 Tehran

More information

Energy Monitoring Using Wireless Technique

Energy Monitoring Using Wireless Technique Energy Monitoring Using Wireless Technique Mr. Shailesh R. Kulkarni Assistant Engineer, Maharashtra State Electricity Distribution Company Ltd, Pune, India. Abstract:- The single phase static meter getting

More information

Automatic Billing Trolley Using AVR Controller and GSM Module

Automatic Billing Trolley Using AVR Controller and GSM Module Automatic Billing Trolley Using AVR Controller and GSM Module Prof. S. R. Sawalakhe 1, Mr. Vinod S. Narwade 2, Mr. Ganesh S. Mudamali 3, Mr. Yogesh R. Vir 4, Mr. Syed Faheem Syed Naeem 5 Dept. of Electrical

More information

II. LITERATURE SURVEY

II. LITERATURE SURVEY Secure Transaction By Using Wireless Password with Shuffling Keypad Shweta Jamkavale 1, Ashwini Kute 2, Rupali Pawar 3, Komal Jamkavale 4,Prashant Jawalkar 5 UG students 1,2,3,4, Guide 5, Department Of

More information

Automated Biometric Attendance Management System

Automated Biometric Attendance Management System Automated Biometric Attendance Management System Sushama Shetty 1, Shubham Raut 2, Kirti Patil 3, Vaibhavi Save 4 1,2,3,4 Electronics and telecommunication, St. John College of Engineering and Management,

More information

Broadband Wireless Deployment Approach. Indian Perspective.

Broadband Wireless Deployment Approach. Indian Perspective. 20.March 2007 Broadband Wireless Deployment Approach Indian Perspective Exploring Mobile Broadband Opportunities for India India Telecommunications 2007 www.huawei.com Kundan Das Mail- Kundan@huawei.com

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Enhancing Security in Identity Documents Using QR Code RevathiM K 1, Annapandi P 2 and Ramya K P 3 1 Information Technology, Dr.Sivanthi Aditanar College of Engineering, Tiruchendur, Tamilnadu628215, India

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

Encryption / decryption system. Fig.1. Block diagram of Hummingbird

Encryption / decryption system. Fig.1. Block diagram of Hummingbird 801 Lightweight VLSI Design of Hybrid Hummingbird Cryptographic Algorithm NIKITA ARORA 1, YOGITA GIGRAS 2 12 Department of Computer Science, ITM University, Gurgaon, INDIA 1 nikita.0012@gmail.com, 2 gigras.yogita@gmail.com

More information

Bluetooth Based Home Automation Using Arduino and Android Application

Bluetooth Based Home Automation Using Arduino and Android Application Bluetooth Based Home Automation Using Arduino and Android Application J. Kavitha 1, O. Naveen 2, P. Manoj Kumar 3, K. Subba Rao 4 1, 2,3, 4 Department of Electronics and Communication Engineering, St.

More information

Sahil Saini 1, Neha Bharti 2, Sunikshita Katoch 3, Gagandeep Singh 4, Harpreet Kaur Channi 5 ABSTRACT I. INTRODUCTION

Sahil Saini 1, Neha Bharti 2, Sunikshita Katoch 3, Gagandeep Singh 4, Harpreet Kaur Channi 5 ABSTRACT I. INTRODUCTION International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 5 ISSN : 2456-3307 Industrial Automation using with Programmable Switching

More information

Computer Hardware Requirements for Real-Time Applications

Computer Hardware Requirements for Real-Time Applications Lecture (4) Computer Hardware Requirements for Real-Time Applications Prof. Kasim M. Al-Aubidy Computer Engineering Department Philadelphia University Real-Time Systems, Prof. Kasim Al-Aubidy 1 Lecture

More information

DYNAMIC DECISIONS IN MAINTENANCE

DYNAMIC DECISIONS IN MAINTENANCE DYNAMIC DECISIONS IN MAINTENANCE Wireless Communication... As a support of Component Integration [DWC 15, 16, 17, 18] University Henri Poincaré (Nancy University) PRISMA Wyselec Wireless - Problem Statement

More information

Spectrum Auction and the Case Study from Pakistan. Syed Ismail Shah, PhD Chairman, Pakistan Telecommunication Authority

Spectrum Auction and the Case Study from Pakistan. Syed Ismail Shah, PhD Chairman, Pakistan Telecommunication Authority Spectrum Auction and the Case Study from Pakistan Syed Ismail Shah, PhD Chairman, Pakistan Telecommunication Authority E-mail: ismail@pta.gov.pk Overview of the Presentation Spectrum Auctions History of

More information

BIOMETRIC BASED VOTING MACHINE

BIOMETRIC BASED VOTING MACHINE Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 4, April-2018 BIOMETRIC BASED VOTING MACHINE

More information

AUTOMATIC RESTAURANT ORDER SYSTEM USING ZIGBEE

AUTOMATIC RESTAURANT ORDER SYSTEM USING ZIGBEE AUTOMATIC RESTAURANT ORDER SYSTEM USING ZIGBEE * Prof. A. K. Lodhi, H.O.D, ECT, Aditya Engineering, Beed * Praveen Baburao Kamble, ME ECT Student, Aditya Engineering, Beed INTRODUCTION Automation is the

More information

Voice Recognition Based Smart Home Control System

Voice Recognition Based Smart Home Control System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 4 [April 2017] PP: 01-05 Voice Recognition Based Smart Home Control System Awadalla Taifour Ali 1, Eisa

More information

WHITE PAPER. The 450 MHz Band Ecosystem

WHITE PAPER. The 450 MHz Band Ecosystem WHITE PAPER The 450 MHz Band Ecosystem Introduction M2M communications, in which everyday objects and devices are online and able to interact with each other, have seen significant growth in recent years.

More information

MATLAB BASED LOCATION IDENTIFICATION WITHOUT USING GPS

MATLAB BASED LOCATION IDENTIFICATION WITHOUT USING GPS MATLAB BASED LOCATION IDENTIFICATION WITHOUT USING GPS Italia Hiren R. Electronics and Telecommunication Department, University of Mumbai Vishwatmak Om Gurudev College of Engineering, Aghai, Tal.- Shahpur,

More information

BLACK BOX FOR CAR ACCIDENT

BLACK BOX FOR CAR ACCIDENT BLACK BOX FOR CAR ACCIDENT Nishi Singh Parmar 1, Kajal Lohia 2, Kajal Kapoor 3 1,2,3 Dronacharya College of Engineering, Gurgaon, Haryana ABSTRACT The main purpose of the paper is to develop a prototype

More information

Home Automation Using Mobile Communication

Home Automation Using Mobile Communication IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. V (Nov Dec. 2015), PP 15-19 www.iosrjournals.org Home Automation Using Mobile Communication

More information

Low initial cost, low maintenance, low ongoing operating costs.

Low initial cost, low maintenance, low ongoing operating costs. Why you should select the RYDAN TOUCH TAG SYSTEM Designed and built in Australia for standalone outdoor water dispensing. Customer specific customisation can be performed in Australia. Low initial cost,

More information

SMART E-BILL GENERATION USING PLC

SMART E-BILL GENERATION USING PLC RESEARCH ARTICLE SMART E-BILL GENERATION USING PLC A.PRIYANKA 1, G.SAHITHI 2, SNEHA 3, K.RAMANJANEYA REDDY 4 1(Assistant Professor, Electronics and communication engineering, AITS, Rajampet Email : priyanka3aluru@gmail.com)

More information

WWW.DASHOU-CHINA.COM Xiamen Dashou Technology Ltd. Add.: The 2nd Floor, No. 205 Xin Feng Road, Xiamen, China 361006 Tel: 0086 592 5558660 Fax: 0086 592 5511002 Email: info@dashou-china.com www.dashou-china.com

More information

VEHICLE SECURITY AND TRACKING SYSTEM WITH CLASH DRIVING ALERT

VEHICLE SECURITY AND TRACKING SYSTEM WITH CLASH DRIVING ALERT VEHICLE SECURITY AND TRACKING SYSTEM WITH CLASH DRIVING ALERT Mayur Pawar, Shivani Wakhare, Amit Yewale, Harsha Gawari 1Mayur Pawar, Dept. of E&TC Engineering, Dhole Patil College Of Engg.Pune, Maharashtra,

More information

Smart Meter Using Smart Card

Smart Meter Using Smart Card Smart Meter Using Smart Card 1 Mrs.V.Shanmugapriya, 2 Mrs, N. Saranya, 1 Assistant professor, 2 Research Scholar, Department of Computer Science, PGP College of Arts and Science, Periyar University, Namakkal,

More information

Advanced Embedded Systems

Advanced Embedded Systems Advanced Embedded Systems Practical & Professional Training on Advanced Embedded System Course Objectives : 1. To provide professional and industrial standard training which will help the students to get

More information

TERMINAL USER MANUAL 13/12/2017

TERMINAL USER MANUAL 13/12/2017 TERMINAL USER MANUAL 13/12/2017 TABLE OF CONTENTS 1 DESCRIPTION AND LAYOUT 1.1 TimeMoto Terminal 5 1.1.1 Front 5 1.1.2 Display 6 1.1.3 Keys 7 1.1.4 User menu 7 2 HOW TO CLOCK YOUR PRESENCE 2.1 Clocking

More information

POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION

POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION 1 Amar Pawade, 2 Nadeem Shaikh, 3 Bhushan Chowdhri, 4 Ansari Shariq Department of Electronics, MHSSCOE 1 chowdhrib@yahoo.com,

More information

Biometric Vehicle Access System Using Fingerprint Recognition

Biometric Vehicle Access System Using Fingerprint Recognition Biometric Vehicle Access System Using Fingerprint Recognition G. Srikanth 1, U. Ramakrishna 2 1 Communication & Signal Processing M. Tech, 2 Assistant professor ECE Department R.V.R& J.C College OF Engineering,

More information

Classroom Automation System

Classroom Automation System Classroom Automation System Mrs. Tanuja Sali, Mr. Chetan Pardeshi, Mr. Vikas Malshette, Mr. Akshay Jadhav, Mr. Vishal Thombare Abstract The application of Internet of Things in the modern world is the

More information

> Mounting - Mount keypad and devices at the tested location. 6 Display shows RADIO RANGE TEST? Press YES, the

> Mounting - Mount keypad and devices at the tested location. 6 Display shows RADIO RANGE TEST? Press YES, the Made by RSI VIDEO TECHNOLOGIES 1010-XMBIN February 2012 Product Summary The Indoor Keypad Model XMB611 is designed for use in configuring/programming and operating a Videofied TM security system. The keypad

More information

Industrial IOT Gateway Family Datasheet

Industrial IOT Gateway Family Datasheet Industrial IOT Gateway Family Datasheet GW-Series Overview Samsara IoT gateways securely connect sensor data to the Samsara cloud. All models include WiFi and built-in cellular connectivity, storage, and

More information

Keywords Digital IC tester, Microcontroller AT89S52

Keywords Digital IC tester, Microcontroller AT89S52 Volume 6, Issue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Digital Integrated

More information

Real Time Password Authentication System for ATM

Real Time Password Authentication System for ATM Real Time Password Authentication System for ATM Prof. Dr. G.M. Phade 1, Miss. Achuki Saini 2, Mr. Fazal Shaikh 3, Mr. Deepak Sharma 4 HOD, Department of Electronics and Telecommunication Engineering,

More information

19 th Year of Publication. A monthly publication from South Indian Bank.

19 th Year of Publication. A monthly publication from South Indian Bank. To kindle interest in economic affairs... To empower the student community... Open YAccess www.sib.co.in ho2099@sib.co.in A monthly publication from South Indian Bank 19 th Year of Publication SIB STUDENTS

More information

Smart Band for Women Security Based on Internet of Things (IOT)

Smart Band for Women Security Based on Internet of Things (IOT) Smart Band for Women Security Based on Internet of Things (IOT) S. A. More 1, R. D. Borate 2, S. T. Dardige 3, S. S. Salekar 4, Prof. D. S. Gogawale 5 ABSTRACT 1,2,3,4 U. G. Students, Department of Computer

More information

ARM Based Bank Lockers Safety System Using Digital Key Password With Door Access Facility.

ARM Based Bank Lockers Safety System Using Digital Key Password With Door Access Facility. ARM Based Bank Lockers Safety System Using Digital Key Password With Door Access Facility. Introduction: Some people will try to steal the property which may endanger the safety of money in the bank, house

More information

USER MANUAL Mobeye Smoke Detector CM2400 Mobeye Heat Detector CM2400H. SW version 3.n

USER MANUAL Mobeye Smoke Detector CM2400 Mobeye Heat Detector CM2400H. SW version 3.n USER MANUAL Mobeye Smoke Detector CM2400 Mobeye Heat Detector CM2400H SW version 3.n CONTENT 1. General description 1 2. Getting started 2 2.1 Insert a SIM card 2 2.2 Insert the batteries 2 2.3 Enter the

More information

Unified Payment Interface (UPI): A Cashless Indian e-transaction Process. *Kumar E and Jegadesh M

Unified Payment Interface (UPI): A Cashless Indian e-transaction Process. *Kumar E and Jegadesh M Volume: 3; No: 4; December-2017. pp 391-398. ISSN: 2455-3921 Unified Payment Interface (UPI): A Cashless Indian e-transaction Process *Kumar E and Jegadesh M Asst.Professor, Department of Commerce, College

More information

INTEGRATION TAKEN TO THE NEXT LEVEL

INTEGRATION TAKEN TO THE NEXT LEVEL Integrated Perfection - POS Payment Solution in Style BIP-1300 www.mypidion.com / www.bluebird.co.kr OVERVIEW INTEGRATION TAKEN TO THE NEXT LEVEL A banker leaves for a business trip with nothing but his

More information

Wireless Communication Using Zigbee Module and Aurdino

Wireless Communication Using Zigbee Module and Aurdino International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 6 Issue 4 Ver. I ǁ 2018 ǁ PP. 66-70 Wireless Communication Using Zigbee Module

More information