Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Is there anyway we could use the serial interface used for the LCD mod to write data to a USB flash drive?
Offline
Not really good for accessing a USB flash drive but you could use that interface to directly access an SD card in serial mode.
On a standard microSD card you connect pin
2 - NCS2
3 - MOSI
4 - VCC (3.3v)
5 - SPCLK
6 - GND
7 - MISO
1,8 Unused
You'll then need to actually program the PM3 to access the SD card, deal with the FAT filestructure, etc but that sort of code is already available on the net, it'd be fairly easy to adapt it. You'll then have access to huge amounts of storage. Ideally you should solder a SD card socket but if you're real getto you can solder direct to the SD card which won't then be removable
I just saw your other thread where this question originated, if you wanted to have an LCD _and_ an SD card connected at the same time, each would require its own chip select (all other pins mentioned above are shared). For example you could use pin 35 on the ARM which is spare to generate NCS3 and connect that to pin 2 of the SD card.
Last edited by d18c7db (2009-06-18 21:59:56)
Offline
Great idea!
That is exactly what what I wil be working on next.
Any tips for the super fine soldering that needs to take place? I have done many Xbox mods, but these contacts are tiny and close together.
Thanks!
Offline
Pages: 1