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.
help with data logging shield v 1.0
Moderator: Benj
-
- Valued Contributor
- Posts: 654
- Joined: Fri Aug 19, 2016 2:09 pm
- Location: switzerland
- Has thanked: 182 times
- Been thanked: 179 times
Re: help with data logging shield v 1.0
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
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
- Bachman
- Posts: 116
- Joined: Sun Sep 07, 2014 11:37 am
- Location: Hungary
- Has thanked: 9 times
- Been thanked: 53 times
Re: help with data logging shield v 1.0
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.