Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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