homebrew DIY SD-card pinout & driver algorithm ?

  • Follow


http://uanr.com/sdfloppy   tells:
> You can attach an SD camera memory card to any homebrew DIY 
> project that has a few I/O pins, using ordinary connectors you probably 
> have right now.

>...an unused 5.25 floppy drive card edge connector...

And the several pictures show that the card is about 9pins wide
and uses 7 wires.

But he doesn't give the SD's pin-out.
I'm looking for the pinout and the driver algorithm.

Can anybody help please.

== TIA.




Although this NewsGroup still functions well, 
there are already many other previously good
NewsGroups which have been crowed-out by
the twittering-idiot-masses. To avoid further
displacement of the NNT-protocol by the 
dumbed-down inefficient clik-blogs, we need
to take a stand.

0
Reply AliBama (28) 5/8/2009 8:54:44 AM

AliBama@gmail.com wrote:
> http://uanr.com/sdfloppy   tells:
>> You can attach an SD camera memory card to any homebrew DIY 
>> project that has a few I/O pins, using ordinary connectors you probably 
>> have right now.
> 
>> ...an unused 5.25 floppy drive card edge connector...
> 
> And the several pictures show that the card is about 9pins wide
> and uses 7 wires.
> 
> But he doesn't give the SD's pin-out.
> I'm looking for the pinout and the driver algorithm.
> 
> Can anybody help please.

SD card pinout
http://tinyurl.com/q4p2y6

SD card source code
http://tinyurl.com/p6hnbe

don
0
Reply don 5/8/2009 3:17:39 PM


don schreef:
> AliBama@gmail.com wrote:
>> http://uanr.com/sdfloppy   tells:
>>> You can attach an SD camera memory card to any homebrew DIY project 
>>> that has a few I/O pins, using ordinary connectors you probably have 
>>> right now.
>>
>>> ...an unused 5.25 floppy drive card edge connector...
>>
>> And the several pictures show that the card is about 9pins wide
>> and uses 7 wires.
>>
>> But he doesn't give the SD's pin-out.
>> I'm looking for the pinout and the driver algorithm.
>>
>> Can anybody help please.
> 
> SD card pinout
> http://tinyurl.com/q4p2y6
> 
> SD card source code
> http://tinyurl.com/p6hnbe

That really gave me a chuckle ;-). Have never known something like that 
exists, very funny.

Rene
0
Reply Rene 5/8/2009 3:32:33 PM

On May 8, 5:32=A0pm, Rene <a...@b.c> wrote:
> don schreef:
>
> > AliB...@gmail.com wrote:
> >>http://uanr.com/sdfloppy=A0 tells:
> >>> You can attach an SD camera memory card to any homebrew DIY project
> >>> that has a few I/O pins, using ordinary connectors you probably have
> >>> right now.
 <snip>
> >> Can anybody help please.
>
> > SD card pinout
> >http://tinyurl.com/q4p2y6
>
> > SD card source code
> >http://tinyurl.com/p6hnbe
>
> That really gave me a chuckle ;-). Have never known something like that
> exists, very funny.
>
ROTFLMAO - best I've seen in a while. Well done Don!
0
Reply RobertGush (151) 5/8/2009 4:18:34 PM

On 2009-05-08, AliBama@gmail.com <AliBama@gmail.com> wrote:
> http://uanr.com/sdfloppy   tells:
>> You can attach an SD camera memory card to any homebrew DIY 
>> project that has a few I/O pins, using ordinary connectors you probably 
>> have right now.
>
>>...an unused 5.25 floppy drive card edge connector...
>
> And the several pictures show that the card is about 9pins wide
> and uses 7 wires.
>
> But he doesn't give the SD's pin-out.
> I'm looking for the pinout and the driver algorithm.
>
> Can anybody help please.

The simplified specification is publically available at:

http://www.sdcard.org/developers/tech/sdcard/pls/Simplified_Physical_Layer_Spec.pdf

In terms of interfacing you are almost certainly best of using the
SPI interface since it is the best documented in terms of the freely
available specs.  It is also a direct connection to any microcontroller
with an SPI interface.  I wouldn't bother bodging the connection
- SD card connectors are readily available, e.g. the very first
supplier I checked:

http://cpc.farnell.com/jsp/level5/module.jsp?moduleId=cpc/342987.xml

-- 
Andrew Smallshaw
andrews@sdf.lonestar.org
0
Reply andrews (354) 5/8/2009 4:19:58 PM

<AliBama@gmail.com> wrote in message 
news:gu0s0j$4fi$1@news.motzarella.org...
> http://uanr.com/sdfloppy   tells:
>> You can attach an SD camera memory card to any homebrew DIY
>> project that has a few I/O pins, using ordinary connectors you probably
>> have right now.
>
>>...an unused 5.25 floppy drive card edge connector...
>
> And the several pictures show that the card is about 9pins wide
> and uses 7 wires.
>
> But he doesn't give the SD's pin-out.
> I'm looking for the pinout and the driver algorithm.
>
> Can anybody help please.
>
> == TIA.
>

Take a look at the SD card interface PCB and software project here: 
http://members.iinet.net.au/~vanluynm/thumbs.php

Tressie. 


0
Reply valid (45) 5/9/2009 4:14:36 AM

"Trespasser" <valid@email.address> wrote in message 
news:4a05113e$0$12583$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> <AliBama@gmail.com> wrote in message 
> news:gu0s0j$4fi$1@news.motzarella.org...
>> http://uanr.com/sdfloppy   tells:
>>> You can attach an SD camera memory card to any homebrew DIY
>>> project that has a few I/O pins, using ordinary connectors you probably
>>> have right now.
>>
>>>...an unused 5.25 floppy drive card edge connector...
>>
>> And the several pictures show that the card is about 9pins wide
>> and uses 7 wires.
>>
>> But he doesn't give the SD's pin-out.
>> I'm looking for the pinout and the driver algorithm.
>>
>> Can anybody help please.
>>
>> == TIA.
>>
>
> Take a look at the SD card interface PCB and software project here: 
> http://members.iinet.net.au/~vanluynm/thumbs.php
>
> Tressie.

Oops! I think I meant here: http://members.iinet.net.au/~vanluynm/

Tressie. 


0
Reply valid (45) 5/9/2009 4:18:34 AM

On Fri, 8 May 2009 08:54:44 +0000 (UTC), AliBama@gmail.com
wrote:

>http://uanr.com/sdfloppy   tells:
>> You can attach an SD camera memory card to any homebrew DIY 
>> project that has a few I/O pins, using ordinary connectors you probably 
>> have right now.
>
>>...an unused 5.25 floppy drive card edge connector...
>
>And the several pictures show that the card is about 9pins wide
>and uses 7 wires.
>
>But he doesn't give the SD's pin-out.
>I'm looking for the pinout and the driver algorithm.
>
>Can anybody help please.


Being cheap is easy, but if the project is worth the time,
why not just hunt down a proper SD card slot and be done?
They aren't exactly proporiety, everyone and their brother
making a card reader managed to find a supply.  At worst,
buying a $3 reader you could unsolder the one it has.

Point is, it's easy to let people suggest a simple project
should cost hundreds instead of $10, or be some kind of
concesssion because the project cut corners.  Better to
eliminate  variables, do it as well as possible so if there
is a snag  you have less to question.
0
Reply spam29 (1461) 5/9/2009 6:33:24 AM

"Trespasser" wrote:
> "Trespasser" wrote:
>> Take a look at the SD card interface PCB and software project here: 
>> http://members.iinet.net.au/~vanluynm/thumbs.php
>>
>> Tressie.
>
> Oops! I think I meant here: http://members.iinet.net.au/~vanluynm/

ROFL!



0
Reply jondanSPAMniken (4) 5/9/2009 2:22:51 PM

8 Replies
29 Views

(page loaded in 0.29 seconds)


Reply: