Skip to content

Commit baf363b

Browse files
committed
SD documentation updated
1 parent 625c1a6 commit baf363b

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Smart Citizen Kit
3131

3232
The current firmware version in use is `0.9.0`.
3333

34-
We currently support the SD card version on as a diferent firmware `SDCARD`, currently `0.8.6 SDCARD`.
34+
We currently support the SD card version on as a diferent firmware `SDCARD`, currently `0.8.7 SDCARD`.
3535

3636
You can see the release history [here](https://github.com/fablabbcn/Smart-Citizen-Kit/releases)
3737

sck_beta_v0_8_7_SDCARD/README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
1-
SD data format
2-
==============
1+
Smart Citizen Kit firmware for SD
2+
=================================
3+
4+
**Smart Citizen Kit SD firmware version for the Ambient Sensor Board.**
5+
6+
This firmware is aimed to people wanting to log data in off-line mode, without internet connectivity, storing data on the built-in micro SD.
7+
8+
9+
##Steps
10+
11+
1. **microSD**: We recomend formating **micro SD** cards using the official SD tool you can download [here](https://www.sdcard.org/downloads/formatter_4/).
12+
13+
2. **RTC**: Place a **CR1220** cell battery on your kit. Before uploading the SD firmware use the on-line configuration tool to set your Wi-Fi credentials. Your kit will connect to the internet and sync its the internal clock with our remote servers.
14+
15+
3. You can now install the **SD firmware** using the Arduino IDE. Ready!
16+
17+
18+
##Installation
19+
20+
21+
**The firmware is totally compatible with Arduino. You can upload the firmware using the [Arduino IDE](http://arduino.cc/en/main/software).**
22+
23+
####Dependencies:
24+
25+
In order to compile and upload the firmware you will need to install the **SdFat** library for Arduino.
26+
27+
Download the library [here](https://github.com/greiman/SdFat) and install the library following the [instructions](http://arduino.cc/en/Guide/Libraries).
28+
29+
####Boards:
30+
31+
* For SmartCitizen Kit version 1.0 select `Tools/Boards/Arduino Leonardo` on the Arduino IDE (ATmega 32U4 at 16Mhz)
32+
33+
* For SmartCitizen Kit version 1.1 select `Tools/Boards/Lylipad Arduino USB` on the Arduino IDE (ATmega 32U4 at 8Mhz)
34+
35+
##SD data format
36+
337

438
When using the **SD firmware** on the SCK, data is stored as **CSV** (comma separated) file on the SD card.
539

0 commit comments

Comments
 (0)