vjo / EnvMon

Monitor your environment temperature and light using a Particle Photon and display it in your browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnvMon

Monitor your environment temperature and light using a Particle Photon and display it on web.

Run

Web dashboard

First, edit particle-login.json at the root of the project with your Particle Cloud credentials or your accessToken:

{ "username": "user@email.com", "password": "pass" }
{ "accessToken": "ACCESS_TOKEN" }

Then you are ready to run the project:

npm install
gulp
open http://localhost:12345

Web dashboard

Temperature

Displayed in Celsius and Fahrenheit with a spark line to show the trend:

screenshot

Light

The background color vary according to the light sensor value, becoming darker or lighter.

Electronics

electronics

Components:

  • Particle Photon (should work with a Spark Core as well)
  • CdS photoresistor
  • Temperature sensor LM35DZ
  • Resistors: 2k Ohm + 3.3k Ohm

About

Monitor your environment temperature and light using a Particle Photon and display it in your browser.

License:MIT License


Languages

Language:JavaScript 53.9%Language:Arduino 32.2%Language:HTML 14.0%