Web of Things

Web of Things (or short WoT) is a term for a collection of standards by the W3C.

The Web of Things standards aim to make interoperability between devices possible. These standards enable the true power of the IoT.

Post

Connect two Web of Things devices with Node-RED

Use Node-RED, Arduino, and Web of Things to easily connect two wireless devices. The OLED display shows the temperature of a sensor placed outside.

Post

Github stars and forks on matrix display

An easy to use application which displays the number of forks and stars of your Github repository on a matrix display.

Post

Web of Things: Speedtest on OLED display

An easy to use speedtest which shows the results on an OLED Display. We use the power of Web of Things to reduce the lines of code we have to write for it.

Post

Web of Things Arduino: Blinking LED

The most simple Web of Things use-case. A simple LED which can be turned off and on via a REST API.

Post

Web of Things Arduino: Matrix display

A Matrix display connected to an ESP32. It exposes a HTTP REST API in order to accept text to display.

Post

Web of Things Arduino: OLED Display

A simple Web of Things use-case. An OLED Display connected to an ESP32. Text can be displayed via a HTTP REST API.