Page 1 of 1

help with data logging shield v 1.0

Posted: Tue May 19, 2020 10:57 am
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.

Re: help with data logging shield v 1.0

Posted: Tue May 19, 2020 2:32 pm
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

Re: help with data logging shield v 1.0

Posted: Sun Sep 13, 2020 8:35 pm
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.