Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: fuzzyt on December 23, 2008, 04:29:24 PM

Title: Micro Drive for micros
Post by: fuzzyt on December 23, 2008, 04:29:24 PM
I hadn't seen this before.  Connects through what appears to be standard serial and delivers up to 2Gb of storage.  Is it really that easy?

http://www.saelig.com/miva/merchant.mvc?Screen=PROD&Product_Code=ST001&Category_Code=
Title: Re: Micro Drive for micros
Post by: HyperNerd on December 24, 2008, 07:25:23 AM
Hi Fuzzy,

This looks like a really awesome device, and after a quick read over the datasheet, it appears to have a pretty simple TTL serial interface. From page 16 of the datasheet on the page you linked to,
Quote
NOTE!
The RX and the TX signals are at 3.3V levels. If interfacing to a host system running at
voltages greater than 3.6V levels, say 5.0Volts, then a 100 to 220 Ohms series resistor must
be inserted between the Host Tx and the μDRIVE-uSD-G1 Rx signals.

Note that the data storage is in raw format. To use FAT16/FAT32 file system so that a PC can understand the data, you would need a special library installed on the host controller, like this one (http://www.robs-projects.com/filelib.html).

 -HyperNerd