help with data logging shield v 1.0

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
RLOPES780
Posts: 119
Joined: Tue Apr 07, 2015 11:01 am
Been thanked: 3 times
Contact:

help with data logging shield v 1.0

Post by RLOPES780 »

I need to use this module in a project.
It already comes with a ds 1307 watch and a sd card. The watch I am using the ds1307 component of the flowcode. And how do I write data to the card if the communication with it is I2C?
I am attaching a link so you can understand how it works.

https://www.youtube.com/watch?v=nCQZWdL3BGE

Thankful;
Ricardo.

stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

Re: help with data logging shield v 1.0

Post by stefan.erni »

Hi Ricardo

For the SD card you can use the pins for SPI. This pins are on the right side on a "strange" connector

To start program the SD Card just drag and trop from the component Data the component FAT(SD, SDHC) on your dashboard and try it!

regards

Stefan

Sd.PNG
(4.4 KiB) Downloaded 116 times
Arduino2.PNG
(1.42 MiB) Downloaded 116 times
Arduino.PNG
(119.6 KiB) Downloaded 116 times

User avatar
Bachman
Posts: 116
Joined: Sun Sep 07, 2014 11:37 am
Location: Hungary
Has thanked: 9 times
Been thanked: 53 times
Contact:

Re: help with data logging shield v 1.0

Post by Bachman »

Try to search for "openlog module", the easiest way to make data logger. You need only UART (RS232) communication, everything else is made by the module.

Post Reply