Skip to content

danivovich/home_weather_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Weather Display

This example reads a digital humidity and temperature (DHT) sensor and updates a RGB LCD display. The project is configured for the DHT11 sensor which comes with the GrovePi+ Starter Kit (the blue one).

On the GrovePi+ or GrovePi Zero, connect a DHT11 to port 7 and a RGB LCD display to the IC2-1 port.

This project was created as a Nerves app. To start your Nerves app:

  • export NERVES_TARGET=my_target or prefix every command with NERVES_TARGET=my_target, Example: NERVES_TARGET=rpi3
  • Install dependencies with mix deps.get
  • Create firmware with mix firmware
  • Burn to an SD card with mix firmware.burn

About

Nerves Project for Home Temp display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages