SlideShare a Scribd company logo
IoT Bandung - MeetUp #15
Bandung, Oct 3, 2015
IoT Development

from software developer perspective
@andri_yadi | a at dycode dot com
IoT Development from Software Developer Perspective
Andri Yadi
@andri_yadi | a at dycode dot com
http://andriyadi.me
CEO of
Disclaimer
Focus my talk on Arduino
allow me to talk about my credentials
So, you know who’s talking in front of you :)
Disclaimer
I’m software developer!


here’s why…
Start coding in QBasic
in 1997
My first computer

IBM XT 286
circa 1997
Been coding in awesome
languages/Frameworks
QBasic, Pascal, c, C++, Java, PHP, Bash,
C#, Visual Basic, HTML, JavaScript,
Python, Objective-C, Swift
.NET, Qt/QML, Java ME/EE/SE, Android
SDK, iOS SDK, Node.js, Arduino
8 years in a row
The first & largest iOS & OSX
developer community in Indonesia
ID-Objective-C
I’m the president of
100+ Software Projects & Products
Good enough for me To Talk about
software development :) ?
Disclaimer
but I do have a bit of electronics background
My high school is Vocational School -
Aviation Electronics
I took physics Major in ITB-
Instrumentation sub major
My Final project is about smart
home - in 2003
As software developer, what do I
learn when developing for hardware?
Hopefully you will learn it too…
better “Integrated development
Environments”
As software developer, I want
vs
Arduino IDE
Sublime TexT
with Stino
vs
Arduino IDE
Visual Studio
with VS Micro
vs
Arduino IDE
Xcode with
embedXcode
Demo
Implement Software engineering
best practices
As software developer, I do
Writing thousands LoC in one
.ino file kinda sucks, right?
Multiple .ino files?

Still doesn’t feels right
It’s hard to reuse code
Arduino language is based on
Wiring framework. Arduino IDE is
based on Processing (in Java).
Arduino language is implemented in
C++
Arduino supports latest major C++
standard, C++11
DID YOU
KNOW?
OOP
the keyword is…
Object-oriented Programming
C++ is OOP Language
and…
OOP
Inheritance
Polymorphism
Class & Object
Constructor
Destructor
Operator overloading
Encapsulation
Composition
Message Passing
Interface
Abstraction
Method overriding
Overloading
So this thousands LoC in
main .ino, with the help
of OOP, can become…
29 LoC (including
#includes)
Not bad, no?
Highly readable code
Highly modular and reusable code
Highly maintainable code
Teamwork-friendly
Abandon Arduino/Wiring framework!
If you wanna really go full-pledge OOP for Arduino development,
Let’s adopt…
COSA
https://github.com/mikaelpatel/Cosa
void	
  setup()	
  {	
  
	
  	
  pinMode(13,	
  OUTPUT);	
  
}	
  
void	
  loop()	
  {	
  
	
  	
  digitalWrite(13,	
  HIGH);	
  	
  	
  
	
  	
  delay(1000);	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  
	
  	
  digitalWrite(13,	
  LOW);	
  	
  	
  	
  
	
  	
  delay(1000);	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  
}
#include	
  "Cosa/OutputPin.hh"	
  
#include	
  "Cosa/Watchdog.hh"	
  
OutputPin	
  ledPin(13);	
  
void	
  setup()	
  {	
  
	
  	
  Watchdog::begin();	
  
}	
  
void	
  loop()	
  {	
  
	
  	
  ledPin.on();	
  
	
  	
  delay(1000);	
  
	
  	
  ledPin.off();	
  
	
  	
  delay(1000);	
  
}
vs
Arduino Cosa
Demo
Software Design pattern
Implement
Software Design Pattern
Adapter
Facade
Singleton
Decorator
Filter Observer
State Machine
Builder
Flyweight
Factory
Composite
MVC DTO
DAO
Memento
Mediator
Do in Software as much as possible
As software developer, I will
Still swiTch off your
raspberry Pi manually,
without clean shutdown?
Let’s take a look this case
Let’s create intelligent Shutdown button
As hardware engineer, you’ll create this
Or this…
Pi Supply circuit
I’ll do this…
And a bit of code
Arduino Pro Mini $2
Relay module $2
Cables + switch $0.5
Total $4.5
Total Cost
Or you can buy one of these modules…
Mausberry $14 Pi Supply €15
Leverage Cloud as much as possible
As software developer, I will
MQTT MQTT
Web app 

MQTT Broker

Data storage & analytics
Example scenario
MQTT

Web Socket
Device
Web dashboard
Smartphone
Cloud
MQTT MQTT
Web app 

MQTT Broker

Data storage & analytics
Real example - 

our HomeX Smart Home Platform
MQTT

Web Socket
HomeX Smart Stuff
HomeX Dashboard
HomeX App
HomeX Cloud
App & Lamp Adapter
Prototype Demo
Demo video: https://www.youtube.com/watch?v=eB-I01-TG4o
App & Lamp Adapter
How to setup
Demo video: https://www.youtube.com/watch?v=NWaJ2y_41W4
Demo
Create good UI/UX Mobile & Web apps
for controlling/Accessing IoT Device
As software developer, I will
Sample Mobile app - our HomeX
Sample Web app - our HomeX Dashboard
Sample Web app - our HomeX Dashboard
CLOSING…
Electronics + Software Development Skill =
Awesome!
IoT development will breed A new type of engineer,
expert in electronics while fluent in software
development
I believe…
Education
http://edu.dycode.co.id | edu@dycode.com
a bit of ads…
We contribute
Education
100+ seminars, workshops, trainings delivered
Delivered to 20+ communities, organisations,
campuses
Next, could be yours…



Just drop us a message:
http://edu.dycode.co.id | edu@dycode.com
We teach
+ + [Obj-C]
+
Education
Opening soon…
Education
+
DyCode
www.dycode.com
office at dycode dot com | @dycode
Thanks

More Related Content

What's hot (20)

PPTX
Java ring
Kaushik Banerjee
 
PDF
Coursera 7DFDB74V7TJD
mohamed ahmed
 
PPTX
Java Ring
Abhishek Abhi
 
PDF
Smart Mirror Summer Report
Jabari Barton
 
PPT
java Ring
ranjeetdon
 
DOC
Java ring
nilpatil
 
PDF
Computer Science: Your Ticket to a Cool Career
Nick Landry
 
PPTX
Java ring Engg SEMINAR
rajdeepsatapathy
 
PPT
Java ring ppt
TbSk121
 
PPTX
Mobile application development
rohithn
 
PPTX
JenkinsMobi: Jenkins XML API for Mobile Applications
Luca Milanesio
 
PPT
Java ring
kranthibalagam
 
PPT
Java Ring
Aradhya Kundu
 
PDF
IoT product business plan creation for entrepreneurs and intrepreneurs
Dr. Shivananda Koteshwar
 
PPTX
Java ring
Etty94
 
PPTX
The Evolving Mobile Ecosystem and MeeGo
Gail Frederick
 
PDF
Hacktime for adk
SeongJae Park
 
PPT
New Ring
guest768cbf8
 
PDF
Summer Training / Internship Program 2014 with Live Projects
rohitit249
 
Java ring
Kaushik Banerjee
 
Coursera 7DFDB74V7TJD
mohamed ahmed
 
Java Ring
Abhishek Abhi
 
Smart Mirror Summer Report
Jabari Barton
 
java Ring
ranjeetdon
 
Java ring
nilpatil
 
Computer Science: Your Ticket to a Cool Career
Nick Landry
 
Java ring Engg SEMINAR
rajdeepsatapathy
 
Java ring ppt
TbSk121
 
Mobile application development
rohithn
 
JenkinsMobi: Jenkins XML API for Mobile Applications
Luca Milanesio
 
Java ring
kranthibalagam
 
Java Ring
Aradhya Kundu
 
IoT product business plan creation for entrepreneurs and intrepreneurs
Dr. Shivananda Koteshwar
 
Java ring
Etty94
 
The Evolving Mobile Ecosystem and MeeGo
Gail Frederick
 
Hacktime for adk
SeongJae Park
 
New Ring
guest768cbf8
 
Summer Training / Internship Program 2014 with Live Projects
rohitit249
 

Similar to IoT Development from Software Developer Perspective (20)

PDF
Echelon Indonesia 2016 - Innovation Through Opportunities in IoT & Arduino
Andri Yadi
 
PDF
Internet of Things - Technological Perspective
Andri Yadi
 
PPTX
Taller IoT en la Actualidad
Laurence HR
 
PDF
The Rise of Maker Movement in Indonesia
Andri Yadi
 
PDF
Internet of Things Conference - Bogor city
Andri Yadi
 
PDF
Cloud Conf 2015 - Develop and Deploy IOT Applications
Corley S.r.l.
 
PPT
ARDUINO presentation by Bamidele Samuel.ppt
SAMTECH ELECTRONICS CONCEPT
 
PPT
Arduino presentation by_warishusain
student
 
PDF
Cesec2015 - Arduino Designer
melbats
 
PDF
Fullstack IoT Development
Andri Yadi
 
PPT
ARDUINO_presentation_by_Ravishankar_Pati.ppt
DeanSchoolofElectric1
 
PPT
ARDUINO_presentation
SubhodeepDey10
 
PPTX
Lab Handson: Power your Creations with Intel Edison!
Codemotion
 
PDF
Open frameworks 101_fitc
benDesigning
 
PDF
An introduction to Internet of Things and Maker Movement
Andri Yadi
 
PDF
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET Journal
 
PDF
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET Journal
 
PDF
Arduino presentation
Michael Senkow
 
PDF
Matteo Valoriani, Antimo Musone - The Future of Factory - Codemotion Rome 2019
Codemotion
 
PPT
Introduction to Arduino & Raspberry Pi
Ahmad Hafeezi
 
Echelon Indonesia 2016 - Innovation Through Opportunities in IoT & Arduino
Andri Yadi
 
Internet of Things - Technological Perspective
Andri Yadi
 
Taller IoT en la Actualidad
Laurence HR
 
The Rise of Maker Movement in Indonesia
Andri Yadi
 
Internet of Things Conference - Bogor city
Andri Yadi
 
Cloud Conf 2015 - Develop and Deploy IOT Applications
Corley S.r.l.
 
ARDUINO presentation by Bamidele Samuel.ppt
SAMTECH ELECTRONICS CONCEPT
 
Arduino presentation by_warishusain
student
 
Cesec2015 - Arduino Designer
melbats
 
Fullstack IoT Development
Andri Yadi
 
ARDUINO_presentation_by_Ravishankar_Pati.ppt
DeanSchoolofElectric1
 
ARDUINO_presentation
SubhodeepDey10
 
Lab Handson: Power your Creations with Intel Edison!
Codemotion
 
Open frameworks 101_fitc
benDesigning
 
An introduction to Internet of Things and Maker Movement
Andri Yadi
 
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET Journal
 
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET Journal
 
Arduino presentation
Michael Senkow
 
Matteo Valoriani, Antimo Musone - The Future of Factory - Codemotion Rome 2019
Codemotion
 
Introduction to Arduino & Raspberry Pi
Ahmad Hafeezi
 
Ad

More from Andri Yadi (20)

PDF
AIoT: Intelligence on Microcontroller
Andri Yadi
 
PDF
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
Andri Yadi
 
PDF
Global Azure Bootcamp 2019 - AIoT powered by Azure
Andri Yadi
 
PDF
Introduction to AIoT & TinyML - with Arduino
Andri Yadi
 
PDF
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
Andri Yadi
 
PDF
Microsoft Azure-powered IoT & AI Solution To Help Farmer
Andri Yadi
 
PDF
IoT Connectivity with LoRa
Andri Yadi
 
PDF
Ask the Expert: Internet of Things
Andri Yadi
 
PDF
Global Azure Bootcamp 2018 - Azure IoT Central
Andri Yadi
 
PDF
Maker Movement toward IoT Ecosystem in Indonesia
Andri Yadi
 
PDF
IoT for Agriculture in a Nutshell: Technical Perspective
Andri Yadi
 
PDF
Road to Republic of IoT - IoT Technologies & Machine Learning
Andri Yadi
 
PDF
IoT Connectivity: The Technical & Potential
Andri Yadi
 
PDF
IT Solution through IoT Development
Andri Yadi
 
PDF
Internet of Things - Technicals
Andri Yadi
 
PDF
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
Andri Yadi
 
PDF
The state of NB-IoT in Indonesia
Andri Yadi
 
PDF
Industrial IoT in a Nutshell
Andri Yadi
 
PDF
Road to Republic of IoT - ESP32 Programming and LoRa
Andri Yadi
 
PDF
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Andri Yadi
 
AIoT: Intelligence on Microcontroller
Andri Yadi
 
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
Andri Yadi
 
Global Azure Bootcamp 2019 - AIoT powered by Azure
Andri Yadi
 
Introduction to AIoT & TinyML - with Arduino
Andri Yadi
 
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
Andri Yadi
 
Microsoft Azure-powered IoT & AI Solution To Help Farmer
Andri Yadi
 
IoT Connectivity with LoRa
Andri Yadi
 
Ask the Expert: Internet of Things
Andri Yadi
 
Global Azure Bootcamp 2018 - Azure IoT Central
Andri Yadi
 
Maker Movement toward IoT Ecosystem in Indonesia
Andri Yadi
 
IoT for Agriculture in a Nutshell: Technical Perspective
Andri Yadi
 
Road to Republic of IoT - IoT Technologies & Machine Learning
Andri Yadi
 
IoT Connectivity: The Technical & Potential
Andri Yadi
 
IT Solution through IoT Development
Andri Yadi
 
Internet of Things - Technicals
Andri Yadi
 
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
Andri Yadi
 
The state of NB-IoT in Indonesia
Andri Yadi
 
Industrial IoT in a Nutshell
Andri Yadi
 
Road to Republic of IoT - ESP32 Programming and LoRa
Andri Yadi
 
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Andri Yadi
 
Ad

Recently uploaded (20)

PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PPTX
Designing Production-Ready AI Agents
Kunal Rai
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Designing Production-Ready AI Agents
Kunal Rai
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 

IoT Development from Software Developer Perspective