Is there any way to use arduino as USB mass storage device.I want to copy a file from the computer to arduino as pen drive?
            Asked
            
        
        
            Active
            
        
            Viewed 3,843 times
        
    4
            
            
        - 
                    Do you want to use just an Arduino without any SD cards, shields etc.? Are you aware of its memory limitations? – mactro Sep 09 '16 at 10:37
- 
                    i want to copy a file to sd card or whatever memory device from the computer.but computer want to identify the device as a Mass storage device, like a pen drive.can I implement it. – Sep 12 '16 at 07:44
- 
                    I believe the following links are useful [this](http://forum.arduino.cc/index.php?topic=308436.0) and [this](http://forum.arduino.cc/index.php?topic=37393.0) This one not really arduino, but related [check this](http://www.instructables.com/id/Simple-mass-storage-for-your-microcontroller-proje/) – tybandara Sep 13 '16 at 05:15