Building Arduino Projects for the Internet of Things

(Steven Felgate) #1
CHAPTER 10 ■ IOT PATTERNS: MACHINE TO HUMAN

void loop()
{
// Read sensor data
readSensorData();


// Delay
delay(5000);
}


Your Arduino code is now complete.

Effektif Workflow


Effektif is a cloud-based platform that lets you automate routine workflows and processes
into applications within minutes. For the purposes of this project, you can sign up for
their free 30-day trial membership. You are going to define a very simple single step
workflow that allows a person to enter a garbage pickup schedule.


Effektif is just one example of a workflow and process management solution ; you can use


one of the many other solutions available as well.


Process Creation


Log in using your credentials at https://app.effektif.com/. Once you are logged in,
choose Processes from the menu shown in Figure  10-5.


Figure 10-5. Effektif menu


Figure 10-6. List of existing processes


This will take you to list of all existing processes and give you the option to create a
new one. Figure  10-6 shows the screen where you will see all existing processes.

Free download pdf