Forum Members section DIY Ferduino controller TFT and SD card

TFT and SD card  [SOLVED]

Ask here about your controller made with pieces purchased in other shops.

Post Number:#1 Post Thu Jul 03, 2014 9:49 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Since that I started Ferduino was using the SD slot on ethernet shield and never had problem.

Now I'm using the Ferduino Mega that haven't a SD slot.

So I need use the slot on TFT.

I have 3 TFT's (2 x WD and 1 x WC) and the SD card no works in none.

I tried using an Arduino Mega with TFT shield and the result is the same.

I have an ITDB32S and only replacing the TFT with this without any change of code.

Be with Ferduino Mega or Arduino Mega always works.

Someone have the SD card working on TFT slot?

Thanks in advance.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#2 Post Thu Jul 03, 2014 12:46 pm
Posts: 68
Topics: 2
Solve rating: 0
Joined: Thu Apr 10, 2014 7:59 pm
Topics: 2
Age: 57
Location: Barbourville, Kentucky
Gender: Male
National Flag:
United States of America
Hi!

Since that I started Ferduino was using the SD slot on ethernet shield and never had problem.

Now I'm using the Ferduino Mega that haven't a SD slot.

So I need use the slot on TFT.

I have 3 TFT's (2 x WD and 1 x WC) and the SD card no works in none.

I tried using an Arduino Mega with TFT shield and the result is the same.

I have an ITDB32S and only replacing the TFT with this without any change of code.

Be with Ferduino Mega or Arduino Mega always works.

Someone have the SD card working on TFT slot?

Thanks in advance.


I've never had an SD card reader that worked on any of my screens

don't know but maybe this will help, I found an SD card shield that would connect directly to the Mega pins on the Ferduino Mega, here's a link:

http://www.amazon.com/Phantom-YoYo-Stac ... ard+shield

Post Number:#3 Post Sun Jul 06, 2014 3:00 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Willie, it works using "tinyFAT.h" but no works using "SdFat.h". ~x(

I'll search a solution.

Image


Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#4 Post Sun Jul 06, 2014 4:08 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Solved only changing on void setup():

card.init(SPI_FULL_SPEED, ChipSelect_SD);


To:

card.init(SPI_HALF_SPEED, ChipSelect_SD);


:D
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.




Return to DIY Ferduino controller





Who is online

Users viewing this topic: No registered users and 1 guest

cron