Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schm1tz1/dhtlogger
Simple data logger using Ardunio-Modules with ethernet connection (or ESP8266). Data from a DHT-Sensor is read and submitted via HTTP-Request to a server running PHP. A Simple example for one sensor with data acquisition to CSV files and plotting in JavaScript using DyGraph is included.
https://github.com/schm1tz1/dhtlogger
Last synced: 1 day ago
JSON representation
Simple data logger using Ardunio-Modules with ethernet connection (or ESP8266). Data from a DHT-Sensor is read and submitted via HTTP-Request to a server running PHP. A Simple example for one sensor with data acquisition to CSV files and plotting in JavaScript using DyGraph is included.
- Host: GitHub
- URL: https://github.com/schm1tz1/dhtlogger
- Owner: Schm1tz1
- Created: 2015-07-13T08:27:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T09:04:53.000Z (over 9 years ago)
- Last Synced: 2024-10-31T09:52:27.921Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[DHTLogger][1]
=========
A simple project for temperature/humidity-logging and display using DHTxx-Sensors and an ethernet-capable Arduino.- Client-Side: Arduino Ethernet (or with wifi/ethernet shield) is reading a DHT-sensor and submitting data over HTTP-GET with a pre-shared key. You only need a working ethernet-interface and assign MAC/IP, that's it. The sensor is read out using the [Adafruit DHT-Sensor-Library][2], but can be easily adapted to use e.g. [TinyDHT][3]
- Server-Side and Plotting: A small PHP-Script receives the data sent from Arduino and writes to a CSV-File. Plotting is done using JavaScript with the [Dygraph][4] and PHP for file access.[1]: https://github.com/Schm1tz1/DHTLogger
[2]: https://github.com/adafruit/DHT-sensor-library
[3]: https://github.com/adafruit/TinyDHT
[4]: http://dygraphs.com