Embedded Hobbyist

IoT - Internet of Things

Submitted by Admin on

IoT as the use of network-connected devices, embedded in the physical environment, to improve some existing process or to enable a new scenario not previously possible.

These devices, or things, connect to the network to provide information they gather from the environment through sensors, or to allow other systems to reach out and act on the world through actuators.

Devices, Gateways and Clouds

MQTT Dashboard

Submitted by Admin on

Gjermund Bjaanes  designed a generic MQTT Aggregator to gather published data

and publish it on a web page.

 

It provides a bridge between an MQTT Message Broker like Mosquito

and Web Sockets to get a side door into web browsers for feeding in live data.

MQTT Alarm and Management System

Submitted by Admin on

Michael Dawson from IBM is interested in IoT.

He developed an alarm system using MQTT as the messaging bus.

He has integrated 3~4$ wireless sensors into the system as well as a camera to shoot images when desired

His video describes the whole system.

 

The software for the different projects is provided as well as schematics and gerber files for an RF interface.

 

Message Queue Telemetry Transport

Submitted by Admin on

MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. For example, it has been used in sensors communicating to a broker via satellite link, over occasional dial-up connections with healthcare providers, and in a range of home automation and small device scenarios.