Reading From SD Card

Is it possible to read and write data to the Industrino via txt file? I know the Ethernet Expanison Module come swith an SD card. Can this SD card be used to store infromation, and allow the industrino to access the data then put it in an array? If so, can I get some help?

Wynn Ni
Wynn Ni
4
| 1 1 1
Asked on 11/14/18, 7:25 PM
0
vote
2187 Views

Just remember to make sure the SPI speed is below 400000 - the standard IDE configration will not work without this change

Shane van Jaarsveldt
Shane van Jaarsveldt
32
| 3 1 2
Answered on 12/3/18, 12:03 PM
0
vote

I use this to initialise the SD if (!SD.begin(SD_CHIP_SELECT, SD_SCK_MHZ(4))) { SerialUSB.print("FAIL"); // Fail } else { SerialUSB.print("OK"); //OK }

Shane van Jaarsveldt
on 12/3/18, 12:07 PM
I keep getting notifications of blogposts I’m not interested in and can not find where to disable this.

Met vriendelijke groet,

Dries Van Craen
Furthermore
+32 472 96 45 50

On 3 Dec 2018, at 13:07, Shane van Jaarsveldt <shane@industruino.com> wrote:

I use this to initialise the SD if (!SD.begin(SD_CHIP_SELECT, SD_SCK_MHZ(4))) { SerialUSB.print("FAIL"); // Fail } else { SerialUSB.print("OK"); //OK }

--
Shane van Jaarsveldt
Sent by Industruino using Odoo , access directly to Forum Post Reading From SD Card (678)

Dries Van Craen
on 12/3/18, 12:08 PM

Hi, the SD card in the Ethernet module works as any SD card with Arduino so you can have a look at these doc https://www.arduino.cc/en/Reference/SD

Tom
Tom
5675
| 1 1 3
Answered on 11/14/18, 11:36 PM
0
vote

Your answer

Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!

Ask a Question

Keep Informed

About This Forum

This community is for professionals and enthusiasts of our products and services.

Read Guidelines

Question tools

51 follower(s)

Stats

Asked: 11/14/18, 7:25 PM
Seen: 2187 times
Last updated: 12/3/18, 12:03 PM