Skip to content

A collection of software designed to run a system of Arduino and Raspberry Pi based Sensors

License

Notifications You must be signed in to change notification settings

tfrec-kalcsits/SensorSystem

Repository files navigation

SensorSystem

A collection of software designed to run a system of Arduino and Raspberry Pi based Sensors

prerequisites

The following packages must be installed before compiling (Use sudo apt-get install ):

  • libncurses5-dev
  • libcurl4-openssl-dev
  • wiringpi
  • i2c-tools
  • libi2c-dev

The project also uses cmake as it's build system. To install cmake, use the command:

sudo apt-get install cmake