TinyCI

Table of contents

Project Idea

TinyCI is a communication and configuration system designed for IoT devices with plug and play configuration of edge devices.

Brief Infrastructure

The core of the infrastructure is composed of 2 parts:

  • TinyCI-HUB: middleware hub for IoT that bridges the gap between IoT devices and web platforms (see the repo for details).
  • TinyCI-Dashboard: interface for the user to interact with your Hubs and devices, and a way for our device manufacturer to set configuration files to add capabilities and/or sensors to their devices, giving a better experience to the end user (see the repo for details). Schema of TinyCI

Schema of TinyCI

Project Layout

Our project allows the device manufacturer of IoT devices to support the communication with TinyCI components, leaving the end user with a "plug and play experience".

  • The manufacter just need to specify IoT device capabilities as described in TinyCI-Dashboard and support the communication from the Edge Device to the TiniCI-HUB as described in TinyCI-PCService.

  • On the other hand, the end user just needs to put the third-party edge device into pairing mode (as described by the manufacturer), plug the TinyCI-HUB into power, and set it to discovery mode (from TinyCI-Dashboard) and let the TinyCI-HUB do the hard work. After that, the user can interact from the TinyCI-Dashboard with the newly registered device (e.g., getting sensors, setting modes...).

Main Strenghts

  • Neither the purpose, nor the device matter as long as few communication rules are respected to become part of this IoT communication system.
  • We also want to underline how setting it up and running the whole system is almost plug and play and requires little to no technical knowledge from the user.

Setting up the infrastructure

To run the project you both need to configure TinyCI-HUB and TinyCI-Dashboard and an edge device like MSP432-EdgeDevice or TinyCI-PCService. Please refer to TinyCI-HUB and to TinyCI-Dashboard for the configuration.

Links to Other Resources

Repos:

Presentation: link to powerpoint

Video Overview: link to video

Authors

Matteo Gastaldello

Federico Natali

Matteo Sabella

Acknowledgments