data logger with Kibana Dashboard

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
tinytux
Posts: 2
Joined: Wed Jan 14, 2015 12:38 pm

data logger with Kibana Dashboard

Post by tinytux » Wed Jan 14, 2015 12:50 pm

I made a simple temperature / humidity data logger with the following modules:
- Adafruit HIH6130 Humidity Sensor Breakout
- Adafruit 7-segment LED HT16K33 backpack

The log data can be indexed with Elasticsearch / Logstash and visualized with Kibana:

https://github.com/tinytux/sensor

Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

Re: data logger with Kibana Dashboard

Post by Turbinenreiter » Wed Jan 14, 2015 7:43 pm

Awesome!
That thing needs internet access to upload the data!

tinytux
Posts: 2
Joined: Wed Jan 14, 2015 12:38 pm

Re: data logger with Kibana Dashboard

Post by tinytux » Thu Jan 15, 2015 12:34 pm

The Adafruit CC3000 WiFi Breakout module could be used to send log data directly to logstash at TCP port 3333 (on a local network):
https://github.com/tinytux/sensor/blob/ ... h.conf#L32

I made some tests with the CC3000, but it is still unfinished.

Post Reply