Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.59 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.59 KB

Unicorn

Unicorn is an ESP8266 based high precision wireless thermometer and humidity meter. To achieve high accuracy, the sensor used is the SHT21. Once measured, the device uploads the data to variables hosted on VariPass. The whole device is designed to run off a single 18650 Li-Ion battery, and can potentially keep running for a month thanks to ESP's deep sleep functionality (Not yet tested however!). Please check the Configuration.h file for details on configuration and battery calibration.

Features

  • Measures temperature and humidity using an SHT21 sensor.
  • Measures battery status as percentage or voltage.
  • Can connect to up to 8 different WiFi networks and switch between them.
  • Uploads data to VariPass.
  • A status LED indicates the success of the upload process when enabled.
  • Runs off a single 18650 Li-Ion battery.
  • Supports ESP's deep sleep feature for prolonged battery life.
  • Lots of configuration available in the Configuration.h file.

Libraries Used

Electronics Used