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
- Host: GitHub
- URL: https://github.com/natronics/esp8266-sensor
- Owner: natronics
- License: gpl-3.0
- Created: 2016-02-28T03:58:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T23:58:41.000Z (over 10 years ago)
- Last Synced: 2025-03-13T06:42:50.942Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# ESP8266 Sensor
[](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).