/rpi-board

Automatic control of heater, cooler & humiditifier (diodes red, blue & green respectively) with posting data to the server and remote controlling by the user via socket.io

Primary LanguageJavaScript

Installation

  • node-dht-sensor dependency module depends on BCM2835 library so it has to be installed first on RPi.
  • npm install / yarn install

Schematics

  • Prototype board

  • Electric diagram

Running

node index.js

You may need run this command with sudo

Additional notes

It was build on node6.11.1