name = 'SD card datalogger' description="""

SD card datalogger

Overview

The purpose of this project is to create a temperature and pressure logger. <\p>

The logger measures and stores temperature and pressure readings on a SD card using the FAT filesystem, so the user can easily download the stored data by plugging the SD card straight into a PC. Data can then be graphed, printed or exported to any other application. <\p>

The user can also easily setup different parameters (like the logging rate, the filename that represents the log, etc.) without reporgramming the device, using the "BeRTOS ini reader" module. <\p>

For schematics and up to date information on this project, check the SD card datalogger page on the BeRTOS site.

"""