Search found 2 matches

by tinytux
Thu Jan 15, 2015 12:34 pm
Forum: Hardware Projects
Topic: data logger with Kibana Dashboard
Replies: 2
Views: 5531

Re: data logger with Kibana Dashboard

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.
by tinytux
Wed Jan 14, 2015 12:50 pm
Forum: Hardware Projects
Topic: data logger with Kibana Dashboard
Replies: 2
Views: 5531

data logger with Kibana Dashboard

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