Skip to content

Setting up a temperature and humidity sensor with email alerts. Created by Andrei Tretiakov

Notifications You must be signed in to change notification settings

QuBiTUCLA/humidity-and-temperature-sensor-with-email-alerts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small project I did as a postdoc at UCLA QuBiT lab.

Here I describe how to set up a humidity-temperature sensor that displays and plots the data online and sends an email alert when the values excede a certain range. You can make it so anyone with a link can see the data, which, for two sensors, looks something like this:

Fig. 0

We use a controller and a sensor from adafruit, and a free adafruit account is required.

The setup follows a no-code approach, so no programming is needed.

Parts

We are using a sensor driven by a microcontroller with an integrated wifi module.

Here is the list of parts. Note that the board needs to be powered via USB-C cable (not included in the list but is available on the webpage). Depending on the availability, different models of the board and the sensor might be used, e.g., we had to use a bit pricier Si7021 because the other sensor was not available. Check supported devices at https://io.adafruit.com/wippersnapper (you should be loged in with your adafruit account). .

Fig. 1


Note that the microcontroller board from the list requires a wifi network at 2.4 GHz to operate!

Setup

Follow this link , but choose the board and sensor models that you’re using.

To activate WipperSnapper (it is online and is not installed locally), follow this link .

When it asks to generate a json file, use the parameters of your WIFI (it has to be @ 2.4 GHz)

Fig. 2

Email alerts

Email alerts can be set up on the “Actions” page. Everything is straightforward.

Fig. 3

For a free account, only a single email can receive alerts. So we set it up so the alert is sent to the lab email, from where it is forwarded to all lab members. The email looks like this:

Fig. 4

Upgrades

The setup allows connecting additional sensors. I would also add a water sensor to detect floods or leakage.

About

Setting up a temperature and humidity sensor with email alerts. Created by Andrei Tretiakov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published