An open API service indexing awesome lists of open source software.

https://github.com/natronics/esp8266-sensor

Read a sensor value from an ESP8266 chip and HTTP POST the data somewhere
https://github.com/natronics/esp8266-sensor

Last synced: 6 months ago
JSON representation

Read a sensor value from an ESP8266 chip and HTTP POST the data somewhere

Awesome Lists containing this project

README

          

# ESP8266 Sensor

[![Build Status](https://travis-ci.org/natronics/ESP8266-Sensor.svg?branch=master)](https://travis-ci.org/natronics/ESP8266-Sensor)

Read a sensor value from an ESP8266 microcontroller, connect to WiFi and HTTP POST the data somewhere. Using a
[SparkFun ESP8266 Thing](https://www.sparkfun.com/products/13231)
and a python web server.

## Copyright and license

Copyright 2016. Released under the [GNU General Public License v3](LICENSE).