Skip to content

IOT Raspberry project who display Temperature and Humidity

Notifications You must be signed in to change notification settings

jprecigout/homeweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeweather

The front of the application is write with Angular

  • Authentication
  • Temperature and humidity display on the web

The back of the application is write with Nest.js and MongoDB

  • Acquisition of sensor measurements
  • Display on the LCD screen
  • Saving measurements in database

The back application use Raspberry Pi 3 and Grove Pi sensor (https://www.dexterindustries.com/grovepi/) :

Build application

$ docker-compose build

Run application

$ docker-compose up -d