This tutorial will guide you through the process of connecting a device (a Lamp) to the SmartWorks IoT platform and
sending data to store it and implement simple business logic.
This tutorial is designed to guide you through setting up a microcontroller (ESP32) to send data to SmartWorks and
have SmartWorks interact with apps designed by the user.
This tutorial will guide you through the process of connecting your computer to the SmartWorks IoT platform and sending
computer resources data such as CPU state, disk usage, latitude, longitude, memory, and memory available to the platform.
You will also learn how to create Actions based on Event Triggers.
This tutorial will guide you through the process of connecting your ESP8266 and DHT10 sensor to the SmartWorks IoT
to control the board LED light and monitor the surrounding humidity.
Stream Processing is a method of tracking and analyzing streams of information of an event, and eventually obtaining useful structured
conclusions out of that raw information.
SmartWorks IoTEdgeOps is a set of tools for building, maintaining and continuously improving code in resource constrained devices at the
edge of smart product ecosystems.
AnythingDB is a specialized, flexible, secure database to help
you create a Model of the world and then display it in your application. In-depth
information on AnythingDB can be found in the Online Help.
The Categories menu is displayed by default. If you have
not created a Category yet, it will be labelled "– No
Categories –"
Figure 1. Category creation tab
Click New Category.
Name the CategorySensors and click Create.
Things represent the entities in your world, for example your
Sensors module. You can create a Thing using diverse methods. You can get more
information in Online Help. For this training we will
create a Thing from scratch.
To add a Thing, in the top right corner of the web editor, click +
New Thing .
A new window opens, labeled New Thing. Figure 2.
In the dialog, enter the Thing name as detection and add
a description.
Click Create.
The detection Thing will be added in the Things tab of AnythingDB.