Skip to content

fredrikholmen/stonehill-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stonehill-server

This server provides a REST API interface to sensors connected to a Raspberry PI.

#Installation

git clone https://github.com/fredrikholmen/stonehill-server.git [folder]

Install Node dependecies

cd [folder] && sudo npm install

Other modules used

DHT11 Sensor

Module to use DHT11 temperature and humidity sensor https://github.com/momenso/node-dht-sensor

sudo wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz
tar zxvf bcm2835-1.50.tar.gz
cd bcm2835-1.50/
./configure
make
sudo make check
sudo make install
npm install node-dht-sensor

About

Simple Node Rest server for Raspberry pi with MySQL integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published