This ESP8266 project was used in Näshulta to send data to home-server via WiFi.
Status: Inactive / Is not used.

Thomas Chef b34bae63d7 Added readme-file 8 lat temu
README.md b34bae63d7 Added readme-file 8 lat temu
erase_flash afce261239 First version that looks like it works. 8 lat temu
makefile b34bae63d7 Added readme-file 8 lat temu
wifi_temp_logger.cpp 1cd5144dd7 Changed to read every 2 minutes. Code make-over 8 lat temu

README.md

ESP-01 Temperature logger project

This SW project is used in the temperature logger in Näshulta. It sends its values every 2 minutes to chef.suka.se.

Pin connections

Pin no Function
1 Vcc
2
3
4 Vcc
5 Vcc
6 DQ (pulled high)
7
8 GND

Sensor

A Dallas 18B20 sensor is used to measure the temperature. It is connected to pin 6. The OneWire library is used.