Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

IoT/M2MIWG/Demonstrator

< IoT
Revision as of 10:45, 17 May 2013 by Bcabe.sierrawireless.com (Talk | contribs) (Software)

Warning2.png
Draft Content
This page is currently under construction. Community members are encouraged to maintain the page, and make sure the information is accurate.


The M2M Industry Working Group is working on setting up a demonstrator of the technologies that are being developed under its umbrella.

It has been decided to go with the use case of a connected greenhouse, reporting its status (temperature, humidity, luminosity) and being controllable (turning artificial lighting on/off).

Purpose

Members of the M2M Industry Working Group or interested parties are invited to use the same setup for showcasing their commercial products based on the Eclipse M2M projects, and promoting the interoperability of their solutions.

For members of the IWG only, it will be possible to promote their solution on m2m.eclipse.org in the form of a small description and a link to their own website.

Suggestions of "commercial" scenarios

  • connect the Raspberry Pi based greenhouse to your commercial server product using MQTT or M3DA
  • promote an implementation of the greenhouse using your commercial embedded framework but connect it to the public m2m.eclipse.org broker (M3DA or MQTT)

Demonstrator setup

Overview

Demo.png

Hardware

Greenhouse.png

Software

A new section on m2m.eclipse.org website will feature a Web UI displaying the live value coming from the greenhouse sensors as well as allow to send commands (switch light on/off). The live stream of a webcam pointed towards the greenhouse will also be included on this page.

Source code of the demonstrator (Mihini and Arduino embedded + Web UI) will be available on Mihini examples source code repository: http://git.eclipse.org/c/mihini/org.eclipse.mihini.samples.git

Back to the top