Skip to content

matthew-d-jones/esp8266-DS18B20-emoncms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266-DS18B20-emoncms

This is an arduino sketch for an ESP8266 wifi module. It reads temperature from a DS18B20 and logs it to emoncms once every 30 seconds. The wifi module is put into deep-sleep between logging.

The project can be built using PlatformIO after installing the DallasTemperature library.

The ESP8266 should have D0 connected to RST, in order to be able to wake from deep-sleep. The DS18B20 needs a 4.7k resistor beween DQ and VCC, and DQ should be connected to D4 on the ESP8266.

The SSID and password for your WiFi needs to be set in the ino file, as well as the apikey for your emoncms account.

About

Reads temperature from a DS18B20 and logs it to emoncms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%