Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Welcome to Arduino SE! You're really vague here. USB devices are a really complex topic, and most likely, you won't be able to make your own files for USB without a bit of skill. You can find HEX files for the USB chip to mimic other devices pre-compiled. Commented Jun 5, 2014 at 2:27
  • @AnnonomusPenguin Hi! I don't think any hex to imitate a DataLocker or IronKey device exist yet, so I'd like to try and do it. xD Any advice on where to start? Commented Jun 5, 2014 at 16:27
  • I don't really have any idea :D I'd say maybe look at some open source hex files that incorporate USB mass storage (I've seen a couple of open source projects with at least thirty types of USB devices for Arduino) and modify it so it doesn't show files until there is a text file with the password on the root of the device. The IRC would be a good route to get help with this. So you don't make people mad, try to learn how to do it, not just copy & paste. Also, if you do, make sure to share your code with others. Commented Jun 5, 2014 at 17:12
  • The very tutorial you are following contains links to a gzipped tar archive of the source code and makefile used to produce Darran's keyboard hex file which you loaded: hunt.net.nz/users/darran/weblog/b3029/attachments/bd341/… Commented Jun 5, 2014 at 18:55