IoT Tech Expo Hackathon

IoTgo

A Swiss army knife IoT sensor box.

Objective

Create a multi-sensor portable utility designed for use in a wide range of environments. Rather than a niche, single purpose device with domain knowledge baked into it, the purpose of IoTgo is to get access to raw data from your desired environment, which will enable you to make intelligent decisons about how to optimize according to your needs.

The units are designed to be configurable, with a different set of sensors on different models. All the data from each unit is pushed to a cloud service, enabling you inspect and interpret the readings.

Code

The script running on the Intel Edison, reading data from sensors and pushing it into the cloud (https://github.com/pebblecode/iot-sensor-box)

The cloud service that recieves data from devices, and ultimately forwards it on to the dashboard running on web clients (https://github.com/pebblecode/iot-hack-server-client)

The web interface with admin controls and dashboard (https://github.com/pebblecode/iot-hack-react-client)

Github