Using the arduino as a USB stick(transfer files to/from pc)

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
dany_87
Posts: 2
Joined: Wed Jan 20, 2010 8:54 pm

Using the arduino as a USB stick(transfer files to/from pc)

Post by dany_87 » Thu Jan 28, 2010 9:59 pm

Hi,

I am using the arduino duemilanove with ATmega328, as you all know the arduino doesn't have a file system and I don't think the arduino supports a file system as it has a really small memory. So I looked a lot for a solution to use my arduino as a USB stick(to transfer files from/to a PC), but didn't find a valid solution.
Does anyone have an idea on how to do that? I would really appreciate some help.

Thanks,

dany_87
Posts: 2
Joined: Wed Jan 20, 2010 8:54 pm

Re: Using the arduino as a USB stick(transfer files to/from pc)

Post by dany_87 » Mon Feb 01, 2010 11:36 pm

I guess no one has a solution for this; It's pretty hard to do. anyway, thanks for the people who viewed the post.

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: Using the arduino as a USB stick(transfer files to/from pc)

Post by ulao » Mon Feb 08, 2010 3:44 pm

well usb-v and arduino are not the same animal. you can look at this to see how to use usb-v with arduino viewtopic.php?f=8&t=3599 and look here for a data store option, http://www.pjrc.com/teensy/rawhid.html

Post Reply