- This topic has 13 replies, 11 voices, and was last updated 9 years, 6 months ago by
Geethu Antony.
-
AuthorPosts
-
January 2, 2012 at 6:36 pm #3889
Mayur Nirmal
ParticipantI'm doing above project in which i've to interface the pen drive to the microcontroller(PIC). I want to read the data from one pendrive and write it to another one. So can anybody tell me how should i interface a pendrive to PIC microcontroller..???
If anyone has this information for other controllers than PIC then they are also welcome..!!!!
Also help me about the file systems (FAT 32 or like that) to access the data in the pen drive..!!!!!
January 3, 2012 at 5:00 am #6984PARAMASIVAN
ParticipantThere are two methods that u can follow.
1) You have to use two microcontrollers 1 for read and another one for write in two different pendrives. The read data is transfered to another pendrive using serial communication TXD,RXD.
2) Another method is you can use a RAM. This method is usedfull in bulk data transfer. It is very fast. For this we have to use DMA concept. Once pendrive is connected read data first wait until it completes reading, then write on another one.
January 6, 2012 at 10:56 am #7003Mayur Nirmal
ParticipantThanx Paramaivan..!! I’m concentrating on the ur 2nd option as i’ve also thought of the same. can u please tell me how should i access the 2GB pendrive or of even lager memory than that? I mean to say that how should i access the externally connected memory in the form of pendrive..?? how would i know on which memeory location the data is stored in the PD..?
And one more thing..which controller would be the best if i’ve to configure it as a host and should also have the large enough Program Counter to access the memories ranging in GBs..??
January 8, 2012 at 8:57 am #7011Mayur Nirmal
Participantif anybody can provide me the circuit diagram for the PIC 32 controller to be configured as the USB host…!!! please…!!
June 14, 2012 at 11:13 am #8043Anonymous
Guestplaese give me circuit diagram of data tranfer between two pen drive without pc
June 15, 2012 at 5:41 pm #8053AJISH ALFRED
ParticipantHi Mayur,
I hope the following link will help you a lot.
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2615&dDocName=en535536
June 17, 2012 at 8:09 am #8064Amrith
ParticipantHi Mayur,
You can try using SRAM from CYPRESS Semiconductors which are available in high density.
June 19, 2012 at 2:25 am #8073AJISH ALFRED
ParticipantHi Mayur,
Please note that both your pen drive and pic can act only as usb slaves. As far as I know, a slave can be interfaced only with a host and also there is no way of communication between two slaves without a host like your PC.
February 1, 2013 at 5:29 pm #9086Shehroze
ParticipantPlz help me in this project
Idea of the project is
pic microcontroller based circuit which read names of files from pen drive connected to USB to RS-232 converter. Display names on LCD connected to microcontroller.
keypad to scroll between nemes of files & to select a file on LCD. the selected file is send through RN-42
bluetooth module.
I want to use microcontroller kit/AVR kit as the circuit.
If anyone has code or any relevent info plz tell me
Thanks
Sunny
March 17, 2013 at 2:35 pm #9334shaik.shaikshavali
Participanti am also want do project as same pls help me
September 13, 2013 at 6:20 am #10443sachin
Participanthow to read data from pendrive and display it on 20×4 lcd using ARM7(lpc2148)?
can i use graphical lcd display?
how much of memory can i interface with ARM7 (lpc2148)?
October 23, 2013 at 3:31 pm #10550safi
Participantcan any one give me an idea about doing wireless network security project using micro processor.
November 30, 2013 at 9:49 am #10680balaji
Participanthi ajish
this is balaji,we already discussed some ideas in differnt login ,here i change my ID, and also if you know which contoller is used mosd in companies and if u know about top embedded companies details please tell me if u know it will help full for me
September 10, 2015 at 7:52 pm #13277Geethu Antony
Participantplz give me program of datatransfer between pendrive using microcontroller
-
AuthorPosts
- You must be logged in to reply to this topic.