<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SD Card interface board made by LC Studio/lcsoft.net</title><link>https://community.element14.com/products/arduino/w/documents/846/sd-card-interface-board-made-by-lc-studio-lcsoft-net</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>SD Card interface board made by LC Studio/lcsoft.net</title><link>https://community.element14.com/products/arduino/w/documents/846/sd-card-interface-board-made-by-lc-studio-lcsoft-net</link><pubDate>Tue, 01 Nov 2016 21:19:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aa92cee7-7336-47ab-b01f-7194a878fb20</guid><dc:creator>marbo</dc:creator><comments>https://community.element14.com/products/arduino/w/documents/846/sd-card-interface-board-made-by-lc-studio-lcsoft-net#comments</comments><description>Current Revision posted to Documents by marbo on 11/1/2016 9:19:37 PM&lt;br /&gt;
&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;I am trying to get the above SD Card interface board working with my Arduino UNO. The interface board includes a 5v to 3.3v regulator and appears to have appropriate resistors to cope with 5v signals from the UNO.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt; The pinout on the board is not directly compatible with the header on the UNO, so I have made up some connectors and I am fairly sure I have made the connections to the SPI correctly:&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;I/F Board&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Arduino Pin&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt; CS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt; MOSI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt; SCK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt; MISO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;I have tried supplying +5v, to derive 3.3v via the I/F card regulator and also supplied +3.3v directly.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;My test program fails to find the card and returns &amp;quot;Card Failure&amp;quot;, irrespective of whether there is a card present or not.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;The card I am using is 2GB, formatted as FAT16 and contains a single file - &amp;quot;test.txt&amp;quot;, the contents of which are simply:&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;test1,test2&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;I keep checking the card in a reader on my PC and, so far, I don&amp;#39;t seem to have damaged it.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;I would be grateful for any advice, please.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:12pt;"&gt;A fragment of the program is shown below:&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;//Program by Jeremy Blum&lt;/p&gt;&lt;p style="margin:0;"&gt;//www.jeremyblum.com&lt;/p&gt;&lt;p style="margin:0;"&gt;//SD Card Demonstration&lt;/p&gt;&lt;p style="margin:0;"&gt;//Based on Example by Tom Igoe&lt;/p&gt;&lt;p style="margin:0;"&gt;//Further adapted simplified by NGK to try and prove my SD Card interface board actually works!!!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;#include &amp;lt;SD.h&amp;gt; // This is the standard SD library in version 0023&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;//These values are used by default in the standard SD Card Library&lt;/p&gt;&lt;p style="margin:0;"&gt;//MOSI = 11&lt;/p&gt;&lt;p style="margin:0;"&gt;//MISO = 12&lt;/p&gt;&lt;p style="margin:0;"&gt;//SCLK = 13&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;//We need to set the CS Pin - it&amp;#39;s 10 for the UNO&lt;/p&gt;&lt;p style="margin:0;"&gt;int CS_pin = 10;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;void setup()&lt;/p&gt;&lt;p style="margin:0;"&gt;{ &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.begin(9600);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(&amp;quot;Initializing Card&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; //CS Pin is an output&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; pinMode(CS_pin, OUTPUT);&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; if (!SD.begin(CS_pin))&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; {&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;Card Failure&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp; return;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(&amp;quot;Card Ready&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; //Now read the File test.txt)&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; File commandFile = SD.open(&amp;quot;test.txt&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; if (commandFile)&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;Reading Command File&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(commandFile.available())&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char temp = (commandFile.read());&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(temp);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; else&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;Could not open command file.&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;"&gt;}&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi -&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I tried looking up the module put couldn&amp;#39;t find much detail on the board (that translated to English with Google at least).&amp;nbsp; One idea I had from working with other 3.3V modules is that logic level shifting (e.g. converter) might be necessary.&amp;nbsp; I believe the Arduino UNO runs at 5V so this could be an issue.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I ran into this when working with interfacing an Arduino with a 3.3V Microchip SRAM chip.&amp;nbsp; SparkFun has a nice tutorial called &amp;quot;Sensor Interfacing&amp;quot; that describes different solutions to this issue:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://www.sparkfun.com/tutorials/65" rel="nofollow" target="_blank"&gt;http://www.sparkfun.com/tutorials/65&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I ended up ordering SparkFun&amp;#39;s little converter boards which worked very well:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://www.sparkfun.com/products/8745" rel="nofollow" target="_blank"&gt;http://www.sparkfun.com/products/8745&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers,&lt;/p&gt;&lt;p style="margin:0;"&gt;Drew&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://twitter.com/pdp7" rel="nofollow" target="_blank"&gt;http://twitter.com/pdp7&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Drew - many thanks for your quick answer. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I have already looked at the SparkFun tutorial and the lcsoft board appears to have appropriate resistors, as in the example they show. The board is double sided, with thru-hole plating and I am finding it VERY difficult to trace the cicuit to be certain.&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks again&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;I have finally located a schematic of the lcsoft SD board, if it helps anyone to help me further.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I have arttached a .pdf&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Thanks - I think that gives me a better understanding.&amp;nbsp; However, I&amp;#39;m not sure why JP1 is a 8x2 header - it seems to have the same layout on both sides.&amp;nbsp; Could you post a pic of the board?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m not sure if there is any there doing level shifting.&amp;nbsp; Those four 10k resistors look just like pullups to me.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks,&lt;/p&gt;&lt;p style="margin:0;"&gt;Drew&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Maybe JP1 is a 8x2 header (male) to give mechanical stability??&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Yes, the connections are the same in both rows of pins.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;You are right, of course - the resistors are purely pullups. Do you think I need series resistors as in the tutorial?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Pics attached.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks again&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Yeah, I think the issue is 3.3V &amp;amp; 5V interfacing.&amp;nbsp; I&amp;#39;m not sure if the resistor method is very good per this advice from Adafruit:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://www.ladyada.net/products/microsd/" rel="nofollow ugc noopener" target="_blank"&gt;http://www.ladyada.net/products/microsd/&lt;/a&gt;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;One is that they are strictly 3.3V devices and the power draw when writing to the card can be fairly high, up to 100mA (or more)! That means that you &lt;strong style="color:#000000;font-family:Times, serif;padding:0px;margin:0px;"&gt;must &lt;/strong&gt;have a fairly good 3.3V power supply for the card. Secondly you must also have 3.3V logic to interface to the pins. We&amp;#39;ve found that SD cards are fairly sensitive about the interface pins - the newest cards are edge triggered and require very &amp;#39;square&amp;#39; transitions - things like resistor dividers and long wires will have a deleterious effect on the transition speed, so &lt;strong style="color:#000000;font-family:Times, serif;padding:0px;margin:0px;"&gt;keep wires short, and avoid using resistor dividers for the 3.3V logic lines&lt;/strong&gt;. We suggest instead using level shifters, such as &lt;strong style="color:#000000;font-family:Times, serif;padding:0px;margin:0px;"&gt;&lt;span&gt;HEF4050&lt;/span&gt;&lt;/strong&gt;, &lt;strong style="color:#000000;font-family:Times, serif;padding:0px;margin:0px;"&gt;&lt;span&gt;74LVX245 &lt;/span&gt;&lt;/strong&gt;or&lt;strong style="color:#000000;font-family:Times, serif;padding:0px;margin:0px;"&gt;74AHC125&lt;/strong&gt; chips.&lt;/blockquote&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Might you have one of those types of ICs available?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers,&lt;/p&gt;&lt;p style="margin:0;"&gt;Drew&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Drew......once again, many thanks.&lt;/p&gt;&lt;p style="margin:0;"&gt;The first thing I&amp;#39;ll do is shorten my cables. I was going to do it anyway, for tidiness!&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;ll also look for a level-shifter in my box-of-bits.&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks again&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;I shortened the cables to a couple of inches - still no joy.&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;ll be looking for a level shifter later on.&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;According to specs at &lt;a class="jive-link-external-small" href="http://www.arduino.cc/en/Main/arduinoBoardUno" rel="nofollow ugc noopener" target="_blank"&gt;http://www.arduino.cc/en/Main/arduinoBoardUno&lt;/a&gt;&lt;span&gt;&lt;span&gt; digital IOs operate at 5 volts, so you need apropriate level shifter/buffer for SI line on the uno board. I had a simillar problem interfacing PIC18F and &lt;/span&gt;ENC28J60 ethernet controller, and I solved it with 74F125PC.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Drew, how did you make the connection from the Arduino [SCK-MISO-MOSI-CS] to the 8745{RX, TX]&amp;nbsp; ??&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Thanks to Drew and nermash re use of logic devices for 5v to 3.3v logic level shifting:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I was hoping to avoid getting my hands &amp;quot;dirty&amp;quot; and working at this level! However, I started to search the Aduino lib stuff to try and understand what actually happens when you issue the call: &lt;strong&gt;SD.begin(CS_pin) &lt;/strong&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;I haven&amp;#39;t worked that out yet, but I did come across the following in:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; arduino\arduino-0023\libraries\SD\utility\SdFatmainpage.h&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;&lt;span&gt;&amp;quot;The hardware interface to the SD card should not use a resistor based level shifter.&amp;nbsp; SdFat sets the SPI bus frequency to 8 MHz which results in signal rise times that are too slow for the edge detectors in many newer SD card controllers when resistor voltage dividers are used.&amp;nbsp; The 5 to 3.3 V level shifter for 5 V Arduinos should be IC based like the 74HC4050N&lt;span&gt; based circuit shown in the file SdLevel.png.&amp;nbsp; The Adafruit Wave Shield uses a 74AHC125N.&amp;nbsp; Gravitech sells SD and MicroSD Card Adapters based on the 74LCX245.&amp;nbsp; If you are using a resistor based level shifter and are having problems try setting the SPI bus frequency to 4 MHz.&amp;nbsp; This can be done by using&amp;nbsp; card.init(SPI_HALF_SPEED) to initialize the SD card.&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I think that concludes the discussion re the use of resistors or logic level shifters!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I haven&amp;#39;t yet sourced an appropriate chip at a sensible price here in the UK - I don&amp;#39;t think a catalogue price of approx 0.35GBP ending up costing almost 7GBP because of delivery &amp;amp; handling is sensible, especially when I paid less than 3.5GBP approx $5 for the SD Interface from China&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you are all interested, I&amp;#39;ll keep you informed!&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Harrie,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I think I&amp;#39;ve since disconnected it but I&amp;#39;ll have a look tonight.&amp;nbsp; I remember there was a bit of trial and error - wish I would have documented it better (last worked on it in February).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers,&lt;/p&gt;&lt;p style="margin:0;"&gt;Drew&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;and Drew, did you find the something?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Harrie&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Harrie,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Sorry this slipped by my mind before I left for a wedding in Canada.&amp;nbsp; I&amp;#39;ll check tonight.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks,&lt;/p&gt;&lt;p style="margin:0;"&gt;Drew&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Harrie -&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Sadly, my project has been dismantled so I can&amp;#39;t recollect.&amp;nbsp; But I hooked it up based on advice I read on arduino.cc forum.&amp;nbsp; Were you able to get it working?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks,&lt;/p&gt;&lt;p style="margin:0;"&gt;Drew&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Drew,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Finale I got it working, attached the scheme I used. But.....The SD, apart,&lt;/p&gt;&lt;p style="margin:0;"&gt;is working, and the Max31855 Temperature read-out also apart working. But&lt;/p&gt;&lt;p style="margin:0;"&gt;together .....Noy yet.&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m not real a C-specialist, so I&amp;#39;m struggling with SPI now.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;2011/12/12 Drew Fustini &amp;lt;&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:messages@element14.com"&gt;messages@element14.com&lt;/a&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p style="margin:0;"&gt;**&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; image: element14&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.element-14.com?CMP=e14notificationemail_header" target="_blank"&gt;http://www.element-14.com?CMP=e14notificationemail_header&lt;/a&gt;&lt;span&gt;&amp;gt; Re: SD Card interface board made by LC Studio/&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;lcsoft.net&amp;nbsp; created by Drew Fustini&amp;lt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.element14.com/community/people/fustini" target="_blank"&gt;http://www.element14.com/community/people/fustini&lt;/a&gt;&lt;span&gt;&amp;gt;in&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;Arduino Projects | Arduino Programming&lt;/strong&gt;&lt;span&gt; - View the full discussion&amp;lt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.element14.com/community/message/41273#41273/l/re-sd-card-interface-board-made-by-lc-studiolcsoftnet" target="_blank"&gt;http://www.element14.com/community/message/41273#41273/l/re-sd-card-interface-board-made-by-lc-studiolcsoftnet&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m in the same boat as Neil.&amp;nbsp; Same pin connections (tried CS on both pin 10 and pin 4), and the CardInfo diagnostic program still returns:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;"&gt; &lt;/div&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;"&gt;Initializing SD card...initialization failed. Things to check:&lt;/div&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;"&gt;* is a card is inserted?&lt;/div&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;"&gt;* Is your wiring correct?&lt;/div&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;"&gt;* did you change the chipSelect pin to match your shield or module?&lt;/div&gt;&lt;p style="margin:0;"&gt;Initializing SD card...initialization failed. Things to check:&lt;/p&gt;&lt;p style="margin:0;"&gt;* is a card is inserted?&lt;/p&gt;&lt;p style="margin:0;"&gt;* Is your wiring correct?&lt;/p&gt;&lt;p style="margin:0;"&gt;* did you change the chipSelect pin to match your shield or module?&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;span&gt;Anyone else have success with this component from LC Studio?&amp;nbsp; Is the 3.3V conversion with a 74HC4050 really needed?&amp;nbsp; Any tips appreciated.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Christopher&lt;/div&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Christopher - I have spent hours trying to get this to work, including building a 5v to 3.3v logic conversion with a 74HC4050 (sourcing that at a sensible price is another story!)&lt;/p&gt;&lt;p style="margin:0;"&gt;Out of sheer frustration, I took a meter to the LC Studio board (unplugged from my arduino stuff). What I appeared to find confused me - MISO and MOSI were both shorted to ground ??&lt;/p&gt;&lt;p style="margin:0;"&gt;I suspected the soldering around the card socket &amp;amp; so went over with very carefully and eventually unsoldered it, damaging it in the process. I then scraped off the protective layers from areas of the PCB and tried to follow the copper - I found what appeared to be shorts in the copper and so tried to scrape them away.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;In short, I virtually destroyed the board, but more or less convinced myself that it was originally faulty. Christmas and New Year have intervened and I am only just picking up the Arduino project again. I haven&amp;#39;t yet communicated with the (eBay) seller, but am wondering what can be done........It would cost me more to return the board (to the far east) than I paid for it.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Just to buy an SD Card connector (I mean 1, not 100 or 10,000) is ridiculously expensive, so I am now contemplating cannibalising a USB/SD Card reader.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I would be fascinated to know if your LC Studio board shows the same symptoms as mine??&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi, I had similar problems with a different SD Card module. I found these that use FETs for level translation and include a 3.3V regulator set up to run on both 5V Arduinos etc. and 3.3V controllers:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://arduino-direct.com/sunshop/index.php?l=product_detail&amp;amp;p=246" rel="nofollow ugc noopener" target="_blank"&gt;http://arduino-direct.com/sunshop/index.php?l=product_detail&amp;amp;p=246&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I now stock these for $9.50&amp;nbsp;&amp;nbsp; DISCLAIMER: Mentioned stuff from my own shop...!! Which is what I know most about :-)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Regards, Terry King&amp;nbsp; ...On the Mediterranean in Italy&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:terry@yourduino.com" target="_blank"&gt;terry@yourduino.com&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Neil,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Our stories sound really similar.&amp;nbsp; I was staring at the board and trying to figure out where all the connections were running just to satisfy myself that everything was wired correctly, but the protective layers prevented being able to follow the traces.&amp;nbsp; I&amp;#39;m glad you went through the effort to scrape the protection off in your investigations.&amp;nbsp;&amp;nbsp; It doesn&amp;#39;t fill me with a lot of confidence in these boards that you found apparent shorts.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;I&amp;#39;d bought some 74HC4050 chips as an &amp;quot;insurance policy&amp;quot; in case I had to do manual 5 &amp;gt; 3.3V conversion, but was really hoping this LC Studio board already had that conversion on it so I wouldn&amp;#39;t have to.&amp;nbsp; Again, I&amp;#39;m glad you went through the effort to build this additional circuitry because learning from your experience it sounds like that might not solve my problem either.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m starting to get the sense that these may not be the highest quality components. :|&amp;nbsp; Even though I would have preferred to fix the board or at least find out what was wrong with it, I may just cut my losses and order a different SD card reader.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I guess one minor consolation is that I won an auction for 3 of these on eBay for only $11.94 including shipping, so I didn&amp;#39;t lose a lot of money here.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I like Terry&amp;#39;s link to the model of SD reader on YourDuino.com.&amp;nbsp; And $9.50 per unit doesn&amp;#39;t seem too expensive.&amp;nbsp; And we know there&amp;#39;s at least one other person on this earth who made these boards work. &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-wikis-components-files/00-00-00-02-65/0458.contentimage_5F00_1.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/65/0458.contentimage_1.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=n72Wvf9Wk6y31k4y51StJ%2FavKqn5KigspyQU%2BsH%2FvPA%3D&amp;amp;se=2026-09-19T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=zGEM7pHL10Vt71gae75OdA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Also I noticed that Lady Ada has a spiffy looking SD reader, although it&amp;#39;s a little more expensive at $15: &lt;a class="jive-link-external-small" href="https://www.adafruit.com/products/254" rel="nofollow ugc noopener" target="_blank"&gt;https://www.adafruit.com/products/254&lt;/a&gt;&amp;nbsp; The upshot with that one is great online documentation: &lt;a class="jive-link-external-small" href="http://www.ladyada.net/products/microsd/" rel="nofollow ugc noopener" target="_blank"&gt;http://www.ladyada.net/products/microsd/&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Anyway, if a fix can be found for these LC Studio boards than I&amp;#39;ll be glad to use them, but meantime I&amp;#39;m going to consider them defective.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Christopher&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi, The Lc Soft stuff can be found here:&amp;nbsp; &lt;a class="jive-link-external-small" href="http://tmp.www.lcsoft.net:8080/Hardware/#" rel="nofollow ugc noopener" target="_blank"&gt;http://tmp.www.lcsoft.net:8080/Hardware/#&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;(May need to click ENGLISH at upper right).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I was looking at sourcing some of their other modules, but after the board quality problems detailed above, I&amp;#39;ll want a REAL good look at samples before I sell any of them.. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The LadyAda Tutorial is great!&amp;nbsp; I know how much work that stuff is; I have some at &lt;a class="jive-link-external-small" href="http://arduino-info.wikispaces.com/" rel="nofollow ugc noopener" target="_blank"&gt;http://arduino-info.wikispaces.com/&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Regards, Terry King&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Christopher&lt;/p&gt;&lt;p style="margin:0;"&gt;You don&amp;#39;t say whether you have checked for a short circuit between MOSI, MISO and ground on your 3 LCsoft boards.&lt;/p&gt;&lt;p style="margin:0;"&gt;I would be very interested to know if any of them have the same symptoms as mine.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Currently in discussion with the supplier as to what they are going to do.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I have seen the LadyAda - looks good, but quite expensive to buy here in UK, or have shipped from the states.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Terry&amp;#39;s board looks very attractive - I may invest!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Please let me know if you can find any short circuits on your board(s)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Best wishes&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Terry&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks for the information - your shop website looks very interesting and your HongKong mail shipping costs seem reasonable.&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks for the link to your Tutorials&lt;/p&gt;&lt;p style="margin:0;"&gt;best wishes&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Neil,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I checked for ground shorts for the MOSI and MISO pins, on all 3 of my boards, but found none.&amp;nbsp; Doesn&amp;#39;t necessarily mean that my boards aren&amp;#39;t defective, but probably not due to that cause.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Hope you have success working with the supplier.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Christopher&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Christopher (and anyone else reading this thread)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I got nowhere with the supplier of the LCstudio card. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I invested in a card from Terry&amp;#39;s shop; unfortunately, UK customs held on to it for a very long time hence the dilence&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Terry&amp;#39;s board includes FET level shifters so I jumpered it direct to the relevant pins on my arduino UNO. Using the test sketch I published at the beginning of this thread, it still failed to initialise an SD card........OH NO!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I have now upgraded to Arduino-1 and discovered there is an SD test sketch called Cardinfo that wasn&amp;#39;t in Arduino - 23 - I tried it and found that it recognised my SD card, but could not find a partition on it.&lt;/p&gt;&lt;p style="margin:0;"&gt;This card is an unbranded (here is a lesson!!) 2GB card which is formatted FAT16 and works fine on myPC........&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I also tried a brand new Transcend 2GB microSD, with the same result&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I then remembered I had some 3 year old San Disk Extreme III 1GB cards for my digital camera...tried one and it worked fine, even listing out the directories and their contents (came straight out of the camera).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;So I tried the read.write tests and more and it all works fine with the San Disk card&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Searching the Internet I find plenty of warnings that not all cards will work with the arduino - to do with the rise time of the signals on the SPI bus lines. However there is little clear guidance about which cards will work and which cards won&amp;#39;t!&amp;nbsp; I did find one article which gave several San Disk cards a good report.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I now wonder if the LCStudio interface card, tested with the Cardinfo sketch, might have partially worked and given me the hint that the card was actually the problem - I will never know because my LCStudio card is now totally dead - destructive testing.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;SO if anyone is having trouble with any SD Card interface make sure you use the Cardinfo sketch FIRST to help you find an SD Card that actually works in your setup. The fact that it is correctly Fat16/Fat32 fromatted and works on you PC is no guarantee. I have wasted hours and hours on this problem&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Neil (and others),&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I admire your tenacity in working the issue.&amp;nbsp; What a crazy trip it&amp;#39;s been, between distructive testing and import customs and different SD cards and partition types... glad in the end you found a setup that works!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;My own epilogue has a similarly happy ending.&amp;nbsp; I&amp;#39;d found out about the Arduino-23 &amp;gt; Arduino-1 upgrade some weeks ago, so I&amp;#39;d been using the Cardinfo program during testing.&amp;nbsp; Handy tool.&amp;nbsp; I took the setup() function from it, copy/pasted it into my sketch, and seasoned to taste (modified the bootup debug messages a bit).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I completely gave up on those LCsoft boards and went with Lady Ada&amp;#39;s micro SD card reader.&amp;nbsp; It worked like a charm.&amp;nbsp; I had a couple generic MicroSD cards (2 gigs, pre-formatted FAT16), and Cardinfo saw the cards and partitions without any additional tweaking on my part.&amp;nbsp; Now my project is able to use the SD the way I originally hoped it would.&amp;nbsp; But thanks for mentioning that Terry&amp;#39;s board also worked; good to know that there are multiple known working options.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Not related to this SD card discussion, but I bumped into a new problem.&amp;nbsp; The ATMega328 only has 2k of RAM.&amp;nbsp; I&amp;#39;d never given RAM availability much thought until my Arduino started crashing.&amp;nbsp; I started checking for free mem, and sure enough it was running out.&amp;nbsp; So, two consequences came of that: 1. I had to retool my sketch to keep a restricted &amp;quot;window&amp;quot; of the data read from the SD card because not enough RAM to hold it, and 2. discovered a trick to recover more RAM.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;That trick is:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;(old way) Serial.println(&amp;quot;Hi, this string is loaded at boot time and will consume ~70 bytes of RAM.&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;(new way) Serial.println(F(&amp;quot;This string is kept in flashmem (the 32k area where compiled sketches are stored), and will consume no additional RAM during program execution.&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;This doesn&amp;#39;t really relate to the SD card effort here, just mentioning it in case others go down the same path I did and notice their Arduinos crashing due to running out of memory.&amp;nbsp; Wrapping your print() and println() strings in F(&amp;quot;&amp;quot;) is an easy way to save some bytes.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The final piece of the puzzle in my project is to produce a production board, and for that I&amp;#39;m attempting to reverse engineer the Lady Ada reader so I can reproduce it in Eagle PCB.&amp;nbsp; I know this board works, so I&amp;#39;m trying to use similar components on my PCB.&amp;nbsp; But I&amp;#39;m still a newbie when it comes to surface mount components, so I can&amp;#39;t tell yet what the 2 capacitor values are from this board just by looking at them.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Not sure if you&amp;#39;re hoping to make a production board from your project or not, but if so I&amp;#39;d be interested in comparing schematics and notes.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Cheers.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Christopher&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi Christopher (and others)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Congratulations on getting your SD Card working as well. I looked again at the Lady Ada stuff - the guidance seems to have been substantially upgraded since I looked at it before christmas - it uses Arduino-1.0 for a start!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I am intrigued by the use of flash memory - please can you tell me where is the technique described? And how do you check for free RAM?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I am long way from even thinking about a production board yet, but when I do I will be happy to share my schematics with you&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Please let me know about the flash memory technique&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Best wishes&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Ouch - I just found the flash memory information..&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;My LC Studio is working on my Chipkit max32. I had some problems aswell but I could figure out which pins to use&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;That&amp;#39;s fantastic, Pablo. Congratulations. As a matter of interest, does the Chipkit max32 deliver 3.3v signals directly to the LC Studio board, or did you have to build a level shifter?&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;It does directly, but I&amp;#39;m using 5v pin instead of 3.3v and it works great.&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;For all those trying to use the lcsoft SD board. I had many problems using an Arduino Mega 2560 and have not yet made this work. So as a last attempt I tried using an Arduino Duo using the pin connections in the original post and it worked frst time.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The code I used was someone else&amp;#39;s example and works fine and I can read the text file it creates on a pc (copied below)&lt;/p&gt;&lt;p style="margin:0;"&gt;I have only connected the +5v rail and I do not have any resistors in series or circuitry to drop the voltage. I may be wrong, but I believe the board has some current limited resistors already on the board.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;#include &amp;lt;SD.h&amp;gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;File myFile;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;void setup()&lt;/p&gt;&lt;p style="margin:0;"&gt;{&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.begin(9600);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;Initializing SD card...&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // On the Ethernet Shield, CS is pin 4. It&amp;#39;s set as an output by default.&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // Note that even if it&amp;#39;s not used as the CS pin, the hardware SS pin &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // (10 on most Arduino boards, 53 on the Mega) must be left as an output &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // or the SD library functions will not work. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; if (!SD.begin(10)) {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(SD.begin(10));&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //return;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(&amp;quot;initialization done.&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // open the file. note that only one file can be open at a time,&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // so you have to close this one before opening another.&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; myFile = SD.open(&amp;quot;test.txt&amp;quot;, FILE_WRITE);&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // if the file opened okay, write to it:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; if (myFile) {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print(&amp;quot;Writing to test.txt...&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFile.println(&amp;quot;testing 1, 2, 3.&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // close the file:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFile.close();&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;done.&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; } else {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // if the file didn&amp;#39;t open, print an error:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;error opening test.txt&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;"&gt;}&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;void loop()&lt;/p&gt;&lt;p style="margin:0;"&gt;{&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // nothing happens after setup&lt;/p&gt;&lt;p style="margin:0;"&gt;}&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Congratulations, Kevin! Further evidence to support the view that ALL of my problems originated from the actual SD Card. Well, you live and learn!&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Just in case it helps anyone else, I now have it working with my Arduino Mega 2560.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Pins are as expected and well documented elsewhere&lt;/p&gt;&lt;p style="margin:0;"&gt;MISO : Pin 50&lt;/p&gt;&lt;p style="margin:0;"&gt;SCK : Pin 52&lt;/p&gt;&lt;p style="margin:0;"&gt;MOSI: Pin 51&lt;/p&gt;&lt;p style="margin:0;"&gt;CS : Pin 53&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Here&amp;#39;s a sketch I used to list the contents of the SD card (not my code &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-wikis-components-files/00-00-00-02-65/0458.contentimage_5F00_1.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/65/0458.contentimage_1.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=n72Wvf9Wk6y31k4y51StJ%2FavKqn5KigspyQU%2BsH%2FvPA%3D&amp;amp;se=2026-09-19T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=zGEM7pHL10Vt71gae75OdA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;/*&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; SD card test &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt; This example shows how use the utility libraries on which the&amp;#39;&lt;/p&gt;&lt;p style="margin:0;"&gt; SD library is based in order to get info about your SD card.&lt;/p&gt;&lt;p style="margin:0;"&gt; Very useful for testing a card when you&amp;#39;re not sure whether its working or not.&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt; The circuit:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; * SD card attached to SPI bus as follows:&lt;/p&gt;&lt;p style="margin:0;"&gt; ** MOSI - pin 11 on Arduino Uno/Duemilanove/Diecimila&lt;/p&gt;&lt;p style="margin:0;"&gt; ** MISO - pin 12 on Arduino Uno/Duemilanove/Diecimila&lt;/p&gt;&lt;p style="margin:0;"&gt; ** CLK - pin 13 on Arduino Uno/Duemilanove/Diecimila&lt;/p&gt;&lt;p style="margin:0;"&gt; ** CS - depends on your SD card shield or module. &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pin 4 used here for consistency with other Arduino examples&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt; created&amp;nbsp; 28 Mar 2011&lt;/p&gt;&lt;p style="margin:0;"&gt; by Limor Fried &lt;/p&gt;&lt;p style="margin:0;"&gt; modified 16 Mar 2011&lt;/p&gt;&lt;p style="margin:0;"&gt; by Tom Igoe&lt;/p&gt;&lt;p style="margin:0;"&gt; */&lt;/p&gt;&lt;p style="margin:0;"&gt; // include the SD library:&lt;/p&gt;&lt;p style="margin:0;"&gt;#include &amp;lt;SD.h&amp;gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;// set up variables using the SD utility library functions:&lt;/p&gt;&lt;p style="margin:0;"&gt;Sd2Card card;&lt;/p&gt;&lt;p style="margin:0;"&gt;SdVolume volume;&lt;/p&gt;&lt;p style="margin:0;"&gt;SdFile root;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;// change this to match your SD shield or module;&lt;/p&gt;&lt;p style="margin:0;"&gt;// Arduino Ethernet shield: pin 4&lt;/p&gt;&lt;p style="margin:0;"&gt;// Adafruit SD shields and modules: pin 10&lt;/p&gt;&lt;p style="margin:0;"&gt;// Sparkfun SD shield: pin 8&lt;/p&gt;&lt;p style="margin:0;"&gt;const int chipSelect = 53;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;void setup()&lt;/p&gt;&lt;p style="margin:0;"&gt;{&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.begin(9600);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;\nInitializing SD card...&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // On the Ethernet Shield, CS is pin 4. It&amp;#39;s set as an output by default.&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // Note that even if it&amp;#39;s not used as the CS pin, the hardware SS pin &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // (10 on most Arduino boards, 53 on the Mega) must be left as an output &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // or the SD library functions will not work. &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; pinMode(53, OUTPUT);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // change this to 53 on a mega&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // we&amp;#39;ll use the initialization code from the utility libraries&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // since we&amp;#39;re just testing if the card is working!&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; if (!card.init(SPI_QUARTER_SPEED, chipSelect)) {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;initialization failed. Things to check:&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;* is a card is inserted?&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;* Is your wiring correct?&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;* did you change the chipSelect pin to match your shield or module?&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; } else {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;Wiring is correct and a card is present.&amp;quot;); &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // print the type of card&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;\nCard type: &amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; switch(card.type()) {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case SD_CARD_TYPE_SD1:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;SD1&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case SD_CARD_TYPE_SD2:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;SD2&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case SD_CARD_TYPE_SDHC:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;SDHC&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;Unknown&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // Now we will try to open the &amp;#39;volume&amp;#39;/&amp;#39;partition&amp;#39; - it should be FAT16 or FAT32&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; if (!volume.init(card)) {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println(&amp;quot;Could not find FAT16/FAT32 partition.\nMake sure you&amp;#39;ve formatted the card&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; }&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // print the type and size of the first FAT-type volume&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; long volumesize;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;\nVolume type is FAT&amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(volume.fatType(), DEC);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println();&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; volumesize = volume.blocksPerCluster();&amp;nbsp;&amp;nbsp;&amp;nbsp; // clusters are collections of blocks&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; volumesize *= volume.clusterCount();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // we&amp;#39;ll have a lot of clusters&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; volumesize *= 512;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // SD card blocks are always 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;Volume size (bytes): &amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(volumesize);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;Volume size (Kbytes): &amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; volumesize /= 1024;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(volumesize);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.print(&amp;quot;Volume size (Mbytes): &amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; volumesize /= 1024;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(volumesize);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; Serial.println(&amp;quot;\nFiles found on the card (name, date and size in bytes): &amp;quot;);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; root.openRoot(volume);&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; // list all files in the card with date and size&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; root.ls(LS_R | LS_DATE | LS_SIZE);&lt;/p&gt;&lt;p style="margin:0;"&gt;}&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;void loop(void) {&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;}&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;using your pin structure you put above, I was able to successfully read 2 different SD cards on my LC Studios card using a Mega.&amp;nbsp; it read my 16 gig HDSC card Sandisk, and also read a PNY 2 gig that had a bunch of videos/pics on it from a camera.&amp;nbsp; I am glad YOU found the pins to use, I have been hunting since I got my mega in yesterday to figure this out.&amp;nbsp; Now on to temp and ph probes!!!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Mac&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;output from serial monitor showing it reading the card.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Initializing SD card...Wiring is correct and a card is present. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Card type: SD2 &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Volume type is FAT16 &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Volume size (bytes): 1966800896 &lt;/p&gt;&lt;p style="margin:0;"&gt;Volume size (Kbytes): 1920704 &lt;/p&gt;&lt;p style="margin:0;"&gt;Volume size (Mbytes): 1875 &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Files found on the card (name, date and size in bytes):&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;DCIM/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2008-01-01 12:00:04 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; 100MEDIA/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2008-01-01 12:00:04 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0037.JPG&amp;nbsp; 2008-11-29 20:12:46 82465 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0038.JPG&amp;nbsp; 2008-11-29 20:12:54 84479 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0005.AVI&amp;nbsp; 2008-01-05 13:24:56 3184344 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0006.JPG&amp;nbsp; 2008-01-05 13:25:12 134270 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0008.AVI&amp;nbsp; 2008-01-05 13:25:54 1215080 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0009.JPG&amp;nbsp; 2008-01-05 13:26:00 126620 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0011.JPG&amp;nbsp; 2008-01-05 14:43:40 143593 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0012.JPG&amp;nbsp; 2008-01-05 14:44:10 132048 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0013.AVI&amp;nbsp; 2008-01-05 14:45:02 7057480 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0014.AVI&amp;nbsp; 2008-01-05 14:46:32 29801992 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0015.AVI&amp;nbsp; 2008-01-05 14:48:44 55305000 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0016.AVI&amp;nbsp; 2008-01-05 14:49:50 24944696 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0017.AVI&amp;nbsp; 2008-01-05 14:51:16 34266552 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0018.AVI&amp;nbsp; 2008-01-05 14:52:56 41782040 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0019.AVI&amp;nbsp; 2008-01-05 14:54:40 36283880 &lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0020.JPG&amp;nbsp; 2008-01-05 14:54:58 &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-pwyLz4JW-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=1583430&amp;amp;nsku=99H4995&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=1583430&amp;amp;nsku=99H4995&amp;amp;COM=noscript" target="_blank"&gt;132111&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-pwyLz4JW-unlinked"&gt;132111&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0021.AVI&amp;nbsp; 2008-01-05 14:56:22 27502472 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0022.AVI&amp;nbsp; 2008-01-05 14:58:06 44539848 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0023.AVI&amp;nbsp; 2008-01-05 14:59:36 31050248 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0024.AVI&amp;nbsp; 2008-01-05 15:00:28 15262664 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0025.AVI&amp;nbsp; 2008-01-05 15:00:52 3446376 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0026.AVI&amp;nbsp; 2008-01-05 15:02:56 30331544 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0027.AVI&amp;nbsp; 2008-01-05 15:05:14 21797256 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0028.JPG&amp;nbsp; 2008-01-05 15:05:42 130155 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0029.JPG&amp;nbsp; 2008-01-05 15:05:50 128528 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0030.AVI&amp;nbsp; 2008-01-05 15:08:30 57274600 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0031.AVI&amp;nbsp; 2008-01-05 15:10:58 39682216 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0032.AVI&amp;nbsp; 2008-01-05 15:11:32 3577288 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0033.AVI&amp;nbsp; 2008-01-05 15:12:18 9025512 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0034.AVI&amp;nbsp; 2008-01-05 15:13:40 28947464 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0035.AVI&amp;nbsp; 2008-01-05 15:15:36 12636584 &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUNP0036.AVI&amp;nbsp; 2008-01-05 15:17:38 52090104 &lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Christopher,&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; No need to revers engineer ladyada&amp;#39;s board as the schematic for the board is available from github. &lt;a class="jive-link-external-small" href="https://github.com/adafruit/MicroSD-breakout-board" rel="nofollow ugc noopener" target="_blank" title="https://github.com/adafruit/MicroSD-breakout-board"&gt;https://github.com/adafruit/MicroSD-breakout-board&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Thanks for the heads up Bruce Dailey Jr!&amp;nbsp; I&amp;#39;m really glad that Lady Ada published these schematics... makes life a lot easier.&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;My pleasure, best of luck.&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;Hi, I know this topic is a little old, but I really need some help. I&amp;#39;m using the LCStudio SDCard module, and I turned it on without reading any instruction, and it didn&amp;#39;t work, so I thought I had broken it, but I insisted on this topic and found your message (Kevin Noakes) - I connected my module to 5V straight, without any resistors, like you did, but the code still does not work for me &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-wikis-components-files/00-00-00-02-65/0028.contentimage_5F00_2.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/65/0028.contentimage_2.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=iVV%2BWHlW1yjtirhrcWkNwmlFe69B15gqNEcpT%2FE656A%3D&amp;amp;se=2026-09-19T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=immm8yUNN4xlSuAM2SajLg==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;. Using yours or the standard code (ReadWrite - arduino.cc), I keep getting the same results, the SD.begin(cspin) function returns 0... &amp;quot;Initialization failed&amp;quot;.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Is there anything you can tell me so I can make it work?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;My connections: GND on Arduino GND, 5V on Arduino 5V, MOSI on Arduino 11, MISO on Arduino 12, CLK on Arduino 13, CS on Arduino 4.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Is there a chance I ruined my module? Is there a way I can verify this? Or I just buy another one without knowing the problem? I would be REALLY pleased if you&amp;#39;d answer me!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thank You,&lt;/p&gt;&lt;p style="margin:0;"&gt;biacapelli&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;I can&amp;#39;t be sure you haven&amp;#39;t damaged the board; however, make sure you try a number of SD Cards, which I believe should be less than 2GB capacity.&lt;/p&gt;&lt;p style="margin:0;"&gt;Good Luck&lt;/p&gt;&lt;p style="margin:0;"&gt;Neil kenyon&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m using a 2GB microSD in a microSD2SD adapter... I&amp;#39;ll try to reduce the capacity, but this may be my last hope &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-wikis-components-files/00-00-00-02-65/0028.contentimage_5F00_2.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/65/0028.contentimage_2.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=iVV%2BWHlW1yjtirhrcWkNwmlFe69B15gqNEcpT%2FE656A%3D&amp;amp;se=2026-09-19T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=immm8yUNN4xlSuAM2SajLg==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt; haha thanks, by the way!&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;OK - I couldn&amp;#39;t get a microSD card to work at all in my setup. I have read somewhere that newer cards sometimes require sharper pulses than the arduino can deliver. Older cards are said to be better; the ones I got working were all about 3 years old!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Also,are you testing with the super simple sketch &amp;quot;Cardinfo&amp;quot; which comes with the SD card library?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Keep trying........even though I destroyed my LC soft card &amp;amp; am now using a different make, other people have managed to get it working!&lt;/p&gt;&lt;br /&gt;&lt;p style="margin:0;"&gt;This document was generated from the following discussion:&amp;nbsp;&lt;a class="jive-link-thread-small" href="https://www.element14.com/community/thread/15572/l/sd-card-interface-board-made-by-lc-studiolcsoftnet"&gt;SD Card interface board made by LC Studio/lcsoft.net&lt;/a&gt;&lt;/p&gt;
&lt;div class="migration-injected-attachments"&gt;&lt;div style="font-weight:bold;margin:15px 0 5px 0;"&gt;Attachments:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;table style="border:0;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="160"&gt;&lt;span class="_se_attachment" id="attid_https://www.element14.com/community/api/core/v3/attachments/186344"&gt;&lt;a href="https://community.element14.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-02-65/lcsoft-SD-module.pdf"&gt;community.element14.com/.../lcsoft-SD-module.pdf&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:80%;"&gt;lcsoft SD module.pdf&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2"&gt;&lt;span class="_se_attachment" id="attid_https://www.element14.com/community/api/core/v3/attachments/186345"&gt;&lt;a href="https://community.element14.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-02-65/lcsoft-module-underside.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/65/lcsoft%20module%20underside.jpg-15x200.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=VhWCtV2gEzISLZ%2FrvmFCC%2FysVe%2F0wIbiQNkTzpfy79E%3D&amp;amp;se=2026-09-19T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=WA8vmZHVwYKYBIBdjroLzw==" style="max-height: 200px;max-width: 15px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2"&gt;&lt;span class="_se_attachment" id="attid_https://www.element14.com/community/api/core/v3/attachments/186346"&gt;&lt;a href="https://community.element14.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-02-65/lcsoft-SD-top.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/65/lcsoft%20SD%20top.jpg-15x200.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=MJaQSOpgJo4l%2Fze%2FBGufRFOHYdruFxaiGNBOBc1%2Bzws%3D&amp;amp;se=2026-09-19T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=YfGD9jOhE39dFhCsm3FgzA==" style="max-height: 200px;max-width: 15px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="160"&gt;&lt;span class="_se_attachment" id="attid_https://www.element14.com/community/api/core/v3/attachments/186347"&gt;&lt;a href="https://community.element14.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-02-65/BOB8745_5F00_MAX31855.pdf"&gt;community.element14.com/.../BOB8745_5F00_MAX31855.pdf&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:80%;"&gt;BOB8745_MAX31855.pdf&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>