SlideShare a Scribd company logo
1 of 4
Download to read offline
Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 107
ISSN: 2454-132X
Impact factor: 4.295
(Volume3, Issue6)
Available online at www.ijariit.com
Device - to - Device communication (Pen drive) without PC
Vanaparthy Upendhar
Dept. of Electronics & Communication Engineering
Embedded System,
Avanthi Institution of Engineering & Technology
Upi0452@gmail.com
Anand Babu
Assistant. Professor,
Dept. of ECE
Avanthi Institution of Engineering & Technology
anandbabumtech@gmail.com
Abstract: In present days, computers and laptops have become an inseparable part of our busy lives. One of the commonly
used devices for data transfers is Universal Serial Bus (USB) flash drives. Due to emerging technology, USB devices are
shrinking in size day by day, but not the equipment’s which is required to access them. Data transfer using portable devices is
the most important factor in today's scenario. Data transfer between two pen drives is generally done using laptops or desktops.
But it is not always possible to carry such a large size device to the particular location. So, to overcome this problem, we are
designing a hardware which is more compact to carry anywhere. With the help of this project we cannot only transfer the data
between devices but also, we can see the transfer of the particular file which we want to send by using LCD display. This
system pen drive to pen drive data transfer without PC is done by using Raspberry Pi. The pen drives are connected to USB
module through USB hub, the communication between two pen drives is done by using Raspberry Pi. Using this System, the
data transfer can be done from any place in the world.
Keywords: USB, Raspberry PI, Display LCD.
1. INTRODUCTION
Today the need for the portable devices is well known to us. We can easily find the USB and its applications everywhere around
us. The applications of the USB are computer peripherals such as a keyboard, pointing devices, digital cameras, printers, portable
media players, disk drives and network adapter, both to communicate and to supply electric power. It has become commonplace
on other devices, such as smartphones, PDAs, and video game consoles. USB has effectively replaced a variety of earlier
interfaces, such as serial and parallel ports, as well as separate power chargers for portable devices.
But the main disadvantage of USB devices is that it requires the use of PC for their operation. Carrying a PC just for the sake of
data transfer is not affordable these days in the age when people want all devices to be handy. Moreover, transferring data via a
computer involves a lot of power to be wasted. Also, the threat of viruses and malware has made the life of computer users more
complicated. These viruses get activated as soon as the device is plugged into the system and get copied along with other data
from one ash device into another. So, a solution is provided by means of implementation of a small device that carries out the
required task. The small footprint and ease of portability make it a choice for the data transfer. This device will help the user to
select a particular data file from the mass storage device connected to one of the ports and transfers it to the other mass storage
device using some controls like the list, copy provided on the front panel.
2. PROPOSED METHODOLOGY
Nowadays the transfer of data between two pcs can be done with either net accesses or LAN network. But the transfer of data
between PC’s is not secured and for transferring data between pen drives in general we require PCs. In the existing method, we
can transfer the data from one place to another place by using net access, but if we transfer the data between PC’s the data is not
secured and also it requires two PC’s to communicate. Moreover, transferring data via a computer involves a lot of power to be
wasted, since the computer has to be entirely functional before it can transfer data.
Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 108
Also, the threat of viruses and malware has made the life of computer users more complicated. These viruses get activated as soon
as the device is plugged into the system and get copied along with other data from one ash device into another. Our project here
can provide a valuable solution to all problems faced by a person in above situations. Our aim is to build a small and handy device
to transfer data from one USB device to another. This system pen drive to pen drive data transfer without PC is done by using
Raspberry Pi. The pen drives are connected to USB module through USB hub, the communication between two pen drives is done
by using Raspberry Pi.
To transfer the data between these pen drives, the data which has to be transferred is placed in one pen drive, by pressing send
icon on the touch screen, we can send data to another pen drive through USB Hub. We can send data in pen drive as well as we
can create a new document with the QWERTY keypad present on the touch screen and can send it to another pen drive. The Block
Diagram of Proposed system is shown in Fig.1
Fig. 1 Block Diagram of Proposed Method
3. COMPONENTS USED IN PROPOSED METHOD
3.1 Hardware Components
For implementing this project, we are using the following:
1. Raspberry Pi 3 Model B
2. USB
3. Display unit
3.1.1 Raspberry Pi 3 Model B
A Raspberry Pi board contains BCM2837 controller which supports ARM11 processing unit which has BCM2837. It contains the
following peripherals which may safely be accessed by the ARM. As the RPi has no internal mass storage or built-in operating
system it requires an SD card preloaded with a version of the Linux Operating System. You can create your own preloaded card
using any suitable SD card (4GBytes or above) you have to hand. We suggest you use a new blank card to avoid arguments over
lost pictures.
Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 109
Fig. 2 Raspberry Pi 3 Model B
3.1.2 USB (Universal Serial Bus)
Universal Serial Bus (USB) is an industry standard developed in the mid-1990s that defines the cables, connectors and
communications protocols used in a bus for connection, communication, and power supply between computers and electronic
devices. USB’s are Source and Target Devices.
There will connect to the USB Host controller via, the USB interface. Before making the devices available for use, the
Operating system formats the device with a file format like FAT-8, FAT-16, FAT-32, and NTFS. Data encrypted with all above
formats can be accessed with an efficient Firmware on the USB Host Controller. USB connections also come in four data transfer
speeds: Low Speed, Full Speed, High Speed and SuperSpeed. USB 1.0 – 1.1 for a Maximum transfer rate of 12 mbps (First
appeared on market in 1995 and 1998), Hi-Speed USB or USB 2.0 released with speeds of 480 mbps (Released in 2000), Super-
Speed USB or USB 3.0 predicted speeds of 5 Gbps (Soon to be released).
High Speed is only supported by specifically designed USB 2.0 High-Speed interfaces (that is, USB 2.0 controllers without the
High-Speed designation do not support it), as well as by USB 3.0 interfaces. SuperSpeed is supported only by USB 3.0 interfaces.
3.1.3 Display Unit
HD TVs and many LCD monitors can be connected using a full-size 'male' HDMI cable, and with an inexpensive adaptor if DVI
is used. HDMI versions 1.3 and 1.4 are supported and a version 1.4 cable is recommended. The RPi outputs audio and video via
HMDI, but does not support HDMI input.
3.2 Software Tools
QT for Embedded Linux was used for this project. QT for Embedded Linux is very similar to the regular QT version. The
differences are its performance, small footprint design and the support for its own windowing system. This means that it can write
directly to the Linux framebuffer device removing the need for any X11 window manager.
The QT framework was originally written in C++ but now has several bindings to other languages. QT for Embedded Linux,
however, h as to use C++ but this suit due to C++’s efficiency. Trolltech, the makers of QT do not release binary versions of their
QT Embedded solution. This makes sense as it is impossible to have cross-compiled binaries ready for every platform.
4. FLOW CHART OF PROPOSED SYSTEM
The following figure shows the working of the proposed method of Device to Device communication without using PC.
Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 110
Fig. 3 Flow Chart: Working of Proposed System
The uses of the proposed system, to Secure Data Transfer with Low Power Consumption and Easy to Implement, Simple and Easy
to Adapt with No Loss of Data and also it Avoids Potential Human Errors and Can be Used Public Places without the use of PC.
CONCLUSIONS
Transferring the data through USB in today’s scenario is the most common task. But the problem is that for transferring the
data to a personal computer or laptop is difficult if you don’t have any of them. Therefore, we came up with an easy and
affordable device which can transfer the data between two USB data drives without the help of PC or laptops. As it is Battery
operated Device, so data transfer can take place at any place.
REFERENCES
[1] Beginning of Linux Programming by Neil Matthew, Richard Stones.
[2] www.Slideshare.com/D2D communication
[3] Subhash Suman, “Data Transfer Between Two USB Disk Without Use Of Computer", International Journal Of Emerging
Technology And Advanced Engineering, ISO9001:2008, Volume 3, Issue 5, May 2013
[4] Mr. V. S. Gawali, Mr. A. M. Agarkar “Pen Drive to Pen Drive and Mobile Data Transfer Using ARM”, IOSR Journal of
Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735, PP: 43-47
[5] USB Implementers Forum Inc., www.usb.org/ introductions-2.0papers
[6] Singh Harpreet, Kaur Kamal deep, “Flash Drive Communication Using Embedded System”, International Journal Of
Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 2 February 2014 Page No. 3947-3950
[7] Ranganath N. P., Shilpashree P. S. “Data Transfer using Pendrives”, International Journal of Computer Applications (0975 –
8887) National Conference on “Recent Trends in Information Technology” (NCRTIT-2016)
[8] Ieeeexplore.ieee.org
[9] www.engineergarage.com

More Related Content

What's hot

What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer TarandeepSingh143
 
Computer networks--introduction computer-networking
Computer networks--introduction computer-networkingComputer networks--introduction computer-networking
Computer networks--introduction computer-networkingVIJAY TRIPATHI (DSS Basti)
 
DTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to ComputersDTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to ComputersJan Fisher
 
Lesson 2 - Basics of Computers
Lesson 2 - Basics of ComputersLesson 2 - Basics of Computers
Lesson 2 - Basics of ComputersEricka Tagarda
 
T1 [intro to computer]
T1 [intro to computer]T1 [intro to computer]
T1 [intro to computer]ICAM
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer conceptsjhayish
 
PPT on MS-CIT Unit 3 (slide share)
PPT on MS-CIT Unit 3 (slide share)PPT on MS-CIT Unit 3 (slide share)
PPT on MS-CIT Unit 3 (slide share)SHRIBALAJIINFOTECH
 
Assignment learning 2
Assignment learning 2Assignment learning 2
Assignment learning 2Jeha Ryhan
 
ak
akak
akbjy
 
CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...
CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...
CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...Syazzey Waniey II
 
Ict g 10 updated
Ict g 10 updatedIct g 10 updated
Ict g 10 updatedFikaduAbera
 
Discovering Computers: Chapter 01
Discovering Computers: Chapter 01Discovering Computers: Chapter 01
Discovering Computers: Chapter 01Anna Stirling
 
Chapter 6 effects of ict on society
Chapter 6   effects of ict on societyChapter 6   effects of ict on society
Chapter 6 effects of ict on societyPratik Gupta
 

What's hot (20)

What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer
 
Computer networks--introduction computer-networking
Computer networks--introduction computer-networkingComputer networks--introduction computer-networking
Computer networks--introduction computer-networking
 
DTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to ComputersDTCC Chapter 1 - Introduction to Computers
DTCC Chapter 1 - Introduction to Computers
 
Computer
ComputerComputer
Computer
 
Lesson 2 - Basics of Computers
Lesson 2 - Basics of ComputersLesson 2 - Basics of Computers
Lesson 2 - Basics of Computers
 
T1 [intro to computer]
T1 [intro to computer]T1 [intro to computer]
T1 [intro to computer]
 
Notacd03
Notacd03Notacd03
Notacd03
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer concepts
 
MS-CIT Unit 4 (slide share)
MS-CIT Unit 4 (slide share)MS-CIT Unit 4 (slide share)
MS-CIT Unit 4 (slide share)
 
Bab1
Bab1Bab1
Bab1
 
PPT on MS-CIT Unit 3 (slide share)
PPT on MS-CIT Unit 3 (slide share)PPT on MS-CIT Unit 3 (slide share)
PPT on MS-CIT Unit 3 (slide share)
 
LS 6 Computers
LS 6 ComputersLS 6 Computers
LS 6 Computers
 
Assignment learning 2
Assignment learning 2Assignment learning 2
Assignment learning 2
 
Unit 02
Unit 02Unit 02
Unit 02
 
ak
akak
ak
 
CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...
CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...
CURRENT AND FUTURE DEVELOPMENT OF OPEN SOURCE SOFTWARE AND LATEST DEVELOPMENT...
 
Ict g 10 updated
Ict g 10 updatedIct g 10 updated
Ict g 10 updated
 
Discovering Computers: Chapter 01
Discovering Computers: Chapter 01Discovering Computers: Chapter 01
Discovering Computers: Chapter 01
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Chapter 6 effects of ict on society
Chapter 6   effects of ict on societyChapter 6   effects of ict on society
Chapter 6 effects of ict on society
 

Similar to Device - to - Device communication (Pen drive) without PC

USB TO USB Data Transfer without PC
USB TO USB Data Transfer without PCUSB TO USB Data Transfer without PC
USB TO USB Data Transfer without PCIJERD Editor
 
Computer independent device for usb data transfe
Computer independent device for usb data transfeComputer independent device for usb data transfe
Computer independent device for usb data transfeIAEME Publication
 
Pendrive to pendrive data transfer without pc
Pendrive to pendrive data transfer without pcPendrive to pendrive data transfer without pc
Pendrive to pendrive data transfer without pcVishnu Kudumula
 
Pendrive to Pendrive Data Transfer Without using PC
Pendrive to Pendrive Data Transfer Without using PCPendrive to Pendrive Data Transfer Without using PC
Pendrive to Pendrive Data Transfer Without using PCDilshad Banu
 
Portable storage device management
Portable storage device managementPortable storage device management
Portable storage device managementcseij
 
Choosing_(and_Implem..
Choosing_(and_Implem..Choosing_(and_Implem..
Choosing_(and_Implem..webhostingguy
 
Iaetsd wireless printer fastener using raspberry pi
Iaetsd wireless printer fastener using raspberry piIaetsd wireless printer fastener using raspberry pi
Iaetsd wireless printer fastener using raspberry piIaetsd Iaetsd
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentalsUday Pal
 
Computer fundamentals (kamleshwar pandey)
Computer fundamentals (kamleshwar pandey)  Computer fundamentals (kamleshwar pandey)
Computer fundamentals (kamleshwar pandey) Kamleshwar Pandey
 
PICDriverResearch
PICDriverResearchPICDriverResearch
PICDriverResearchJohn Dunbar
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentalssaoud88
 
Paper id 252014121
Paper id 252014121Paper id 252014121
Paper id 252014121IJRAT
 
How USB Ports Work.pdf
How USB Ports Work.pdfHow USB Ports Work.pdf
How USB Ports Work.pdfAmar IT
 
Basic computer fundamentals (1)
Basic computer fundamentals (1)Basic computer fundamentals (1)
Basic computer fundamentals (1)Valli Kutty
 

Similar to Device - to - Device communication (Pen drive) without PC (20)

USB TO USB Data Transfer without PC
USB TO USB Data Transfer without PCUSB TO USB Data Transfer without PC
USB TO USB Data Transfer without PC
 
Computer independent device for usb data transfe
Computer independent device for usb data transfeComputer independent device for usb data transfe
Computer independent device for usb data transfe
 
Pendrive to pendrive data transfer without pc
Pendrive to pendrive data transfer without pcPendrive to pendrive data transfer without pc
Pendrive to pendrive data transfer without pc
 
USB, SCANNAR
USB, SCANNARUSB, SCANNAR
USB, SCANNAR
 
Pendrive to Pendrive Data Transfer Without using PC
Pendrive to Pendrive Data Transfer Without using PCPendrive to Pendrive Data Transfer Without using PC
Pendrive to Pendrive Data Transfer Without using PC
 
Wireless usb
Wireless usbWireless usb
Wireless usb
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Portable storage device management
Portable storage device managementPortable storage device management
Portable storage device management
 
Choosing_(and_Implem..
Choosing_(and_Implem..Choosing_(and_Implem..
Choosing_(and_Implem..
 
Iaetsd wireless printer fastener using raspberry pi
Iaetsd wireless printer fastener using raspberry piIaetsd wireless printer fastener using raspberry pi
Iaetsd wireless printer fastener using raspberry pi
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Computer fundamentals (kamleshwar pandey)
Computer fundamentals (kamleshwar pandey)  Computer fundamentals (kamleshwar pandey)
Computer fundamentals (kamleshwar pandey)
 
K1102026669
K1102026669K1102026669
K1102026669
 
PICDriverResearch
PICDriverResearchPICDriverResearch
PICDriverResearch
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Paper id 252014121
Paper id 252014121Paper id 252014121
Paper id 252014121
 
Usb universal serial bus
Usb   universal serial busUsb   universal serial bus
Usb universal serial bus
 
How USB Ports Work.pdf
How USB Ports Work.pdfHow USB Ports Work.pdf
How USB Ports Work.pdf
 
Basic computer fundamentals (1)
Basic computer fundamentals (1)Basic computer fundamentals (1)
Basic computer fundamentals (1)
 

More from Electronics - Embedded System (11)

virtual memory - Computer operating system
virtual memory - Computer operating systemvirtual memory - Computer operating system
virtual memory - Computer operating system
 
International Human Resource Management
International Human Resource ManagementInternational Human Resource Management
International Human Resource Management
 
Zero polluting bike!
Zero polluting bike!Zero polluting bike!
Zero polluting bike!
 
Training and development
Training and developmentTraining and development
Training and development
 
What is Cognitive Radio ?
What is Cognitive Radio ?What is Cognitive Radio ?
What is Cognitive Radio ?
 
RADAR Jamming and Anti-Jamming
RADAR Jamming and Anti-JammingRADAR Jamming and Anti-Jamming
RADAR Jamming and Anti-Jamming
 
FM Demodulator
FM DemodulatorFM Demodulator
FM Demodulator
 
Research methodology-mcq
Research methodology-mcqResearch methodology-mcq
Research methodology-mcq
 
Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
 
Obstacle Avoiding Robot Using Micro Controller
Obstacle Avoiding Robot Using Micro ControllerObstacle Avoiding Robot Using Micro Controller
Obstacle Avoiding Robot Using Micro Controller
 
Obstacle avoiding robot
Obstacle avoiding robotObstacle avoiding robot
Obstacle avoiding robot
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 

Device - to - Device communication (Pen drive) without PC

  • 1. Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 107 ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue6) Available online at www.ijariit.com Device - to - Device communication (Pen drive) without PC Vanaparthy Upendhar Dept. of Electronics & Communication Engineering Embedded System, Avanthi Institution of Engineering & Technology Upi0452@gmail.com Anand Babu Assistant. Professor, Dept. of ECE Avanthi Institution of Engineering & Technology anandbabumtech@gmail.com Abstract: In present days, computers and laptops have become an inseparable part of our busy lives. One of the commonly used devices for data transfers is Universal Serial Bus (USB) flash drives. Due to emerging technology, USB devices are shrinking in size day by day, but not the equipment’s which is required to access them. Data transfer using portable devices is the most important factor in today's scenario. Data transfer between two pen drives is generally done using laptops or desktops. But it is not always possible to carry such a large size device to the particular location. So, to overcome this problem, we are designing a hardware which is more compact to carry anywhere. With the help of this project we cannot only transfer the data between devices but also, we can see the transfer of the particular file which we want to send by using LCD display. This system pen drive to pen drive data transfer without PC is done by using Raspberry Pi. The pen drives are connected to USB module through USB hub, the communication between two pen drives is done by using Raspberry Pi. Using this System, the data transfer can be done from any place in the world. Keywords: USB, Raspberry PI, Display LCD. 1. INTRODUCTION Today the need for the portable devices is well known to us. We can easily find the USB and its applications everywhere around us. The applications of the USB are computer peripherals such as a keyboard, pointing devices, digital cameras, printers, portable media players, disk drives and network adapter, both to communicate and to supply electric power. It has become commonplace on other devices, such as smartphones, PDAs, and video game consoles. USB has effectively replaced a variety of earlier interfaces, such as serial and parallel ports, as well as separate power chargers for portable devices. But the main disadvantage of USB devices is that it requires the use of PC for their operation. Carrying a PC just for the sake of data transfer is not affordable these days in the age when people want all devices to be handy. Moreover, transferring data via a computer involves a lot of power to be wasted. Also, the threat of viruses and malware has made the life of computer users more complicated. These viruses get activated as soon as the device is plugged into the system and get copied along with other data from one ash device into another. So, a solution is provided by means of implementation of a small device that carries out the required task. The small footprint and ease of portability make it a choice for the data transfer. This device will help the user to select a particular data file from the mass storage device connected to one of the ports and transfers it to the other mass storage device using some controls like the list, copy provided on the front panel. 2. PROPOSED METHODOLOGY Nowadays the transfer of data between two pcs can be done with either net accesses or LAN network. But the transfer of data between PC’s is not secured and for transferring data between pen drives in general we require PCs. In the existing method, we can transfer the data from one place to another place by using net access, but if we transfer the data between PC’s the data is not secured and also it requires two PC’s to communicate. Moreover, transferring data via a computer involves a lot of power to be wasted, since the computer has to be entirely functional before it can transfer data.
  • 2. Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 108 Also, the threat of viruses and malware has made the life of computer users more complicated. These viruses get activated as soon as the device is plugged into the system and get copied along with other data from one ash device into another. Our project here can provide a valuable solution to all problems faced by a person in above situations. Our aim is to build a small and handy device to transfer data from one USB device to another. This system pen drive to pen drive data transfer without PC is done by using Raspberry Pi. The pen drives are connected to USB module through USB hub, the communication between two pen drives is done by using Raspberry Pi. To transfer the data between these pen drives, the data which has to be transferred is placed in one pen drive, by pressing send icon on the touch screen, we can send data to another pen drive through USB Hub. We can send data in pen drive as well as we can create a new document with the QWERTY keypad present on the touch screen and can send it to another pen drive. The Block Diagram of Proposed system is shown in Fig.1 Fig. 1 Block Diagram of Proposed Method 3. COMPONENTS USED IN PROPOSED METHOD 3.1 Hardware Components For implementing this project, we are using the following: 1. Raspberry Pi 3 Model B 2. USB 3. Display unit 3.1.1 Raspberry Pi 3 Model B A Raspberry Pi board contains BCM2837 controller which supports ARM11 processing unit which has BCM2837. It contains the following peripherals which may safely be accessed by the ARM. As the RPi has no internal mass storage or built-in operating system it requires an SD card preloaded with a version of the Linux Operating System. You can create your own preloaded card using any suitable SD card (4GBytes or above) you have to hand. We suggest you use a new blank card to avoid arguments over lost pictures.
  • 3. Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 109 Fig. 2 Raspberry Pi 3 Model B 3.1.2 USB (Universal Serial Bus) Universal Serial Bus (USB) is an industry standard developed in the mid-1990s that defines the cables, connectors and communications protocols used in a bus for connection, communication, and power supply between computers and electronic devices. USB’s are Source and Target Devices. There will connect to the USB Host controller via, the USB interface. Before making the devices available for use, the Operating system formats the device with a file format like FAT-8, FAT-16, FAT-32, and NTFS. Data encrypted with all above formats can be accessed with an efficient Firmware on the USB Host Controller. USB connections also come in four data transfer speeds: Low Speed, Full Speed, High Speed and SuperSpeed. USB 1.0 – 1.1 for a Maximum transfer rate of 12 mbps (First appeared on market in 1995 and 1998), Hi-Speed USB or USB 2.0 released with speeds of 480 mbps (Released in 2000), Super- Speed USB or USB 3.0 predicted speeds of 5 Gbps (Soon to be released). High Speed is only supported by specifically designed USB 2.0 High-Speed interfaces (that is, USB 2.0 controllers without the High-Speed designation do not support it), as well as by USB 3.0 interfaces. SuperSpeed is supported only by USB 3.0 interfaces. 3.1.3 Display Unit HD TVs and many LCD monitors can be connected using a full-size 'male' HDMI cable, and with an inexpensive adaptor if DVI is used. HDMI versions 1.3 and 1.4 are supported and a version 1.4 cable is recommended. The RPi outputs audio and video via HMDI, but does not support HDMI input. 3.2 Software Tools QT for Embedded Linux was used for this project. QT for Embedded Linux is very similar to the regular QT version. The differences are its performance, small footprint design and the support for its own windowing system. This means that it can write directly to the Linux framebuffer device removing the need for any X11 window manager. The QT framework was originally written in C++ but now has several bindings to other languages. QT for Embedded Linux, however, h as to use C++ but this suit due to C++’s efficiency. Trolltech, the makers of QT do not release binary versions of their QT Embedded solution. This makes sense as it is impossible to have cross-compiled binaries ready for every platform. 4. FLOW CHART OF PROPOSED SYSTEM The following figure shows the working of the proposed method of Device to Device communication without using PC.
  • 4. Upendhar Vanaparthy, Babu Anand, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 110 Fig. 3 Flow Chart: Working of Proposed System The uses of the proposed system, to Secure Data Transfer with Low Power Consumption and Easy to Implement, Simple and Easy to Adapt with No Loss of Data and also it Avoids Potential Human Errors and Can be Used Public Places without the use of PC. CONCLUSIONS Transferring the data through USB in today’s scenario is the most common task. But the problem is that for transferring the data to a personal computer or laptop is difficult if you don’t have any of them. Therefore, we came up with an easy and affordable device which can transfer the data between two USB data drives without the help of PC or laptops. As it is Battery operated Device, so data transfer can take place at any place. REFERENCES [1] Beginning of Linux Programming by Neil Matthew, Richard Stones. [2] www.Slideshare.com/D2D communication [3] Subhash Suman, “Data Transfer Between Two USB Disk Without Use Of Computer", International Journal Of Emerging Technology And Advanced Engineering, ISO9001:2008, Volume 3, Issue 5, May 2013 [4] Mr. V. S. Gawali, Mr. A. M. Agarkar “Pen Drive to Pen Drive and Mobile Data Transfer Using ARM”, IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735, PP: 43-47 [5] USB Implementers Forum Inc., www.usb.org/ introductions-2.0papers [6] Singh Harpreet, Kaur Kamal deep, “Flash Drive Communication Using Embedded System”, International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 2 February 2014 Page No. 3947-3950 [7] Ranganath N. P., Shilpashree P. S. “Data Transfer using Pendrives”, International Journal of Computer Applications (0975 – 8887) National Conference on “Recent Trends in Information Technology” (NCRTIT-2016) [8] Ieeeexplore.ieee.org [9] www.engineergarage.com