/RPiDht22CSharpUtilities

Utilities in C# (Mono) to obtain and save data from a DHT22 sensor to a SQLite db on a RaspberryPi

Primary LanguageC#GNU General Public License v3.0GPL-3.0

RPiDht22CSharpUtilities

Utilities in C# to obtain and save data to a SQLite database from a DHT22 sensor on a RaspberryPi B+

Repository external content:

Dependencies:

  • mono (tested on version 3.2.8)
  • WiringPi
  • gcc
  • SQLite3
  • locale must be set to en_US (or sqlite-net won't compile)

Building: Check the settings in the default configuration file ConfigurationFile.config. Then just execute ./build.sh and ./run.sh .