SlideShare a Scribd company logo
Software for the
Internet of Things
SUMMER SCHOOL
Outline
Wyliodrin
Wyliodrin Library Overview
What language should I use?
Visual Programming
Streams Programming
Signal Processing
Questions
2
Wyliodrin
3
www.wyliodrin.com
Cloud Web Platform
4
Dashboard
5
Export Values
6
Export
Two arrays
◦ Timestamps
◦ Values
7
Open Source Library
8
Arduino API
◦ C/C++
◦ Python
◦ Javascript
Visual Programming
Streams programming
Hardware Independent API
Languages
C/C++
Python
Javascript
Shell
Arduino
9
Wyliodrin
Library
10
www.wyliodrin.com
Similar to Arduino Library
pinMode (pin, mode)
◦ INPUT or OUTPUT
digitalWrite (pin, value)
digitalRead (pin)
◦ HIGH (1) or LOW (0)
analogWrite (pin, value) - PWM
◦ 0 – 255
analogRead (pin)
◦ 0 – 1023
11
What Language
Should I use?
12
www.wyliodrin.com
Visual
Programming
13
Prototyping
Drag and drop blocks
Writes code in Python or Javascript
Good for documentation
14
Python
15
Streams
Programming
16
Data Driven Programming
Event based
Data determines actions
The program is a graph
Elements
◦ Nodes
◦ Data routes
17
Messages
Nodes send messages to each other
◦ An input
◦ Multiple outputs
When a message arrives in the input
◦ Node activates
◦ Might send out some messages
Example
18
Messages
Javascript objects
Nodes expect to receive payload
{
topic:
payload:
…
}
19
Nodes
Run
Digital and analog pins access
Trigger
Delay
Value
Buffer
Switch
Change
Range
Function
Visual
Subflows
Signals
Messages
Print
Web request
Web server
20
Run
Sends a message at a certain interval
Payload:
◦ Timestamp
◦ Blank
◦ String
◦ # number of message
21
Print
Prints to the screen
◦ Only payload
◦ Whole messages
◦ Some field
May be stopped with the button
22
Digital and analog pins access
Digital write
◦ Writes HIGH(1) or LOW (0) when it receives a
message
◦ The value written is the payload
23
Digital and analog pins access
Analog write
◦ Writes PWM when it receives a message
◦ The value written is the payload
24
Digital and analog pins access
Digital read
◦ Reads HIGH(1) or LOW (0) when it receives a
message
◦ The value read is sent in the payload
25
Digital and analog pins access
Analog read
◦ Reads an analog value when it receives a
message
◦ The value read is sent in the payload
26
Trigger
When it receives a message
◦ Sends a message with Output as payload
◦ Waits for some time
◦ Sends the second Output as a payload
27
Delay
Delay
◦ Sends the received message with a delay
Limit
◦ Limits the number of messages that it sends
◦ Drops or storas messages
28
Value
Value
◦ Stores the payload
◦ context.global._value_name_
29
Buffer
When it receives a messages
◦ Adds the payload and other properties to an
array
◦ It sends the array when
◦ The buffer is full
◦ Receives an event
30
Switch
When it receives a messages
◦ Checks some rules
◦ Send the message using the rule’s output
◦ Values may be used
◦ {{value}}
31
Change
Modifies the properties of a message
32
Range
Scales the payload
33
Function
Javascript function
◦ msg the message received
◦ context.global values stored with the value node
◦ return sends the message
May have multiple outputs
◦ return [o1, o2, o3]
34
Visual
Visual Programming Function
35
Subflows
Subflows
36
Send signal
Sends a signal
◦ To the dashboard
◦ To another board
37
Receive signal
Receives a signal
◦ Sends a message with the signal received
◦ Payload is the value
◦ Topic is the name
◦ Sender
◦ User id if it comes from the dashboard
◦ Board id if it comes from a board
38
Send message
Sends a message to another board
◦ The message is the payload
◦ Uses label instead of port
39
Receive message
Receives a message from another board
◦ The message is the payload
◦ Sender is the board’s id
◦ Uses label instead of port
40
Signal Processing
41
Octave
Similar to Matlab
Works on IoT Servers
Process signals
◦ Export values from dashboard
42
Questions?
43

More Related Content

PPTX
Web servers for the Internet of Things
PDF
Lecture 3 - Software for the Internet of Things
PDF
Lecture 7 - Security
PDF
Lecture 5 - Webservers for the Internet of Things
PDF
Getting started on IoT with AWS and NodeMCU for less than 5€
PDF
Master-Master Replication and Scaling of an Application Between Each of the I...
PDF
How to Shrink from 5 Tiers to 2 in a Multitier Microservices Architecture
PDF
y3dips hacking priv8 network
Web servers for the Internet of Things
Lecture 3 - Software for the Internet of Things
Lecture 7 - Security
Lecture 5 - Webservers for the Internet of Things
Getting started on IoT with AWS and NodeMCU for less than 5€
Master-Master Replication and Scaling of an Application Between Each of the I...
How to Shrink from 5 Tiers to 2 in a Multitier Microservices Architecture
y3dips hacking priv8 network

What's hot (20)

PDF
IoT Data Connector Fluent Bit
PDF
Sullivan randomness-infiltrate 2014
PDF
The Software Developers Guide to Prototyping Wearable Devices
PDF
Learn Evothings Studio along with ESP8266
PDF
BlueHat v17 || Disrupting the Mirai Botnet
PDF
Home Automation by ESP8266
PDF
Sullivan white boxcrypto-baythreat-2013
PDF
Unite2014 Bunny Necropsy - Servers, Syncing Game State, Security and Optimiza...
PDF
MITM Attacks with Ettercap : TTU CyberEagles Club
PPTX
Build WiFi gadgets using esp8266
PDF
lwM2M OTA for ESP8266
PDF
CNIT 141: 1. Encryption
PDF
CNIT 141: 1. Encryption
PDF
Sullivan red october-oscon-2014
PDF
Andrea De Gaetano - An Adventure with ESP8266 firmwares and IOT
PDF
IoT simple with the ESP8266 - presented at the July 2015 Austin IoT Hardware ...
PDF
PDF
CNIT 141 8. Authenticated Encryption
PPTX
Esp8266 Workshop
PPTX
Pentesting custom TLS stacks
IoT Data Connector Fluent Bit
Sullivan randomness-infiltrate 2014
The Software Developers Guide to Prototyping Wearable Devices
Learn Evothings Studio along with ESP8266
BlueHat v17 || Disrupting the Mirai Botnet
Home Automation by ESP8266
Sullivan white boxcrypto-baythreat-2013
Unite2014 Bunny Necropsy - Servers, Syncing Game State, Security and Optimiza...
MITM Attacks with Ettercap : TTU CyberEagles Club
Build WiFi gadgets using esp8266
lwM2M OTA for ESP8266
CNIT 141: 1. Encryption
CNIT 141: 1. Encryption
Sullivan red october-oscon-2014
Andrea De Gaetano - An Adventure with ESP8266 firmwares and IOT
IoT simple with the ESP8266 - presented at the July 2015 Austin IoT Hardware ...
CNIT 141 8. Authenticated Encryption
Esp8266 Workshop
Pentesting custom TLS stacks
Ad

Viewers also liked (20)

PPTX
Introduction to the Internet of Things
PPTX
Electronics for the Internet of Things
PPTX
Cross Platform Mobile Development
PPTX
Web Services and Mobile
PPTX
Sensors and Peripherals
PPTX
Wyliodrin Dashboard
PPTX
Plugins
PDF
Wyliodrin at the ProInfo Summer School
PDF
Game Mobile IOT & Smarthome - Nguyễn Tuấn Anh
PDF
Combining Context with Signals in the IoT (longer version)
PPTX
OSGi IoT Demo - OSGi Community Event 2014
PDF
Device Management for OSGi IoT Gateways
PPTX
PDF
What is Blockchain Tech for Tokyo Blockchain Summit Dec 2015
PPTX
Signals and Systems
PPTX
Transfer Function
PDF
VeriCoin PoST WhitePaper.
PPTX
IoT - Connected World
PPTX
Intro into blockchain
ODP
Proof-of-Stake & Its Improvements (San Francisco Bitcoin Devs Hackathon)
Introduction to the Internet of Things
Electronics for the Internet of Things
Cross Platform Mobile Development
Web Services and Mobile
Sensors and Peripherals
Wyliodrin Dashboard
Plugins
Wyliodrin at the ProInfo Summer School
Game Mobile IOT & Smarthome - Nguyễn Tuấn Anh
Combining Context with Signals in the IoT (longer version)
OSGi IoT Demo - OSGi Community Event 2014
Device Management for OSGi IoT Gateways
What is Blockchain Tech for Tokyo Blockchain Summit Dec 2015
Signals and Systems
Transfer Function
VeriCoin PoST WhitePaper.
IoT - Connected World
Intro into blockchain
Proof-of-Stake & Its Improvements (San Francisco Bitcoin Devs Hackathon)
Ad

Similar to Software for the Internet of Things (20)

PDF
EEEM048_Lecture5_Software platforms and services .pdf
PPT
Lecture 5: Software platforms and services
PPTX
Null mumbai-iot-workshop
PDF
Ballerina Tutorial @ SummerSOC 2019
PDF
TinyOS programming 1st Edition Philip Levis
PDF
Language Matters: JavaScript 
from IoT Product Concept 
to Production
PPTX
ch1-noidung.pptxhfhafjjjjjjjjjjjjjjjjjjjjjjjjj
PDF
TinyOS programming 1st Edition Philip Levis
PPTX
2018 12-kube con-ballerinacon
PDF
TinyOS programming 1st Edition Philip Levis
PDF
Architecture 4 Wireless Sensor Networks
PPTX
IOT beginnners
PPTX
IOT beginnners
PDF
Sesena 2012
PDF
6. TinyOS_2.pdf
PDF
Programming Interactivity 2nd Edition 2nd Edition Joshua Noble
PDF
From IoT mashups to modeling
PDF
PDF
4 IOT 18ISDE712 MODULE 4 IoT Physical Devices and End Point-Aurdino Uno.pdf
PDF
Open source building blocks for the Internet of Things - Jfokus 2013
EEEM048_Lecture5_Software platforms and services .pdf
Lecture 5: Software platforms and services
Null mumbai-iot-workshop
Ballerina Tutorial @ SummerSOC 2019
TinyOS programming 1st Edition Philip Levis
Language Matters: JavaScript 
from IoT Product Concept 
to Production
ch1-noidung.pptxhfhafjjjjjjjjjjjjjjjjjjjjjjjjj
TinyOS programming 1st Edition Philip Levis
2018 12-kube con-ballerinacon
TinyOS programming 1st Edition Philip Levis
Architecture 4 Wireless Sensor Networks
IOT beginnners
IOT beginnners
Sesena 2012
6. TinyOS_2.pdf
Programming Interactivity 2nd Edition 2nd Edition Joshua Noble
From IoT mashups to modeling
4 IOT 18ISDE712 MODULE 4 IoT Physical Devices and End Point-Aurdino Uno.pdf
Open source building blocks for the Internet of Things - Jfokus 2013

More from Alexandru Radovici (20)

PPTX
SdE2 - Pilot Tock
PPTX
SdE2 - Systèmes embarquées
PPTX
SdE2 - Planification, IPC
PPTX
ALF1 - Introduction
PPTX
SdE2 - Introduction
PPTX
MDAD 6 - AIDL and Services
PPTX
MDAD 5 - Threads
PPTX
MDAD 4 - Lists, adapters and recycling
PPTX
MDAD 3 - Basics of UI Applications
PPTX
MDAD 2 - Introduction to the Android Framework
PPTX
MDAD 1 - Hardware
PPTX
MDAD 0 - Introduction
PPTX
SdE 11 - Reseau
PPTX
SdE 10 - Threads
PPTX
SdE 8 - Synchronisation de execution
PPTX
SdE 8 - Memoire Virtuelle
PPTX
SdE 7 - Gestion de la Mémoire
PPTX
SdE 6 - Planification
PPTX
SdE 5 - Planification
PPTX
ALF 6 - Parser
SdE2 - Pilot Tock
SdE2 - Systèmes embarquées
SdE2 - Planification, IPC
ALF1 - Introduction
SdE2 - Introduction
MDAD 6 - AIDL and Services
MDAD 5 - Threads
MDAD 4 - Lists, adapters and recycling
MDAD 3 - Basics of UI Applications
MDAD 2 - Introduction to the Android Framework
MDAD 1 - Hardware
MDAD 0 - Introduction
SdE 11 - Reseau
SdE 10 - Threads
SdE 8 - Synchronisation de execution
SdE 8 - Memoire Virtuelle
SdE 7 - Gestion de la Mémoire
SdE 6 - Planification
SdE 5 - Planification
ALF 6 - Parser

Recently uploaded (20)

PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Institutional Correction lecture only . . .
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Cell Structure & Organelles in detailed.
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
master seminar digital applications in india
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
01-Introduction-to-Information-Management.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Computing-Curriculum for Schools in Ghana
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Complications of Minimal Access Surgery at WLH
PPH.pptx obstetrics and gynecology in nursing
Institutional Correction lecture only . . .
Module 4: Burden of Disease Tutorial Slides S2 2025
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
STATICS OF THE RIGID BODIES Hibbelers.pdf
Cell Structure & Organelles in detailed.
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
master seminar digital applications in india
GDM (1) (1).pptx small presentation for students
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Sports Quiz easy sports quiz sports quiz
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
01-Introduction-to-Information-Management.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Supply Chain Operations Speaking Notes -ICLT Program
Computing-Curriculum for Schools in Ghana
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Complications of Minimal Access Surgery at WLH

Software for the Internet of Things