iot: the mini world

12
IoT: A Mini World A. Dony Riyanto vizualize.me/donyriyanto slideshare.net/donyriyanto [email protected] Jan, 2016

Upload: dony-riyanto

Post on 08-Jan-2017

212 views

Category:

Education


2 download

TRANSCRIPT

IoT: A Mini World

A. Dony Riyantovizualize.me/donyriyanto

slideshare.net/[email protected]

Jan, 2016

IoT: What the...

● Should: Internet of Things

IoT: What society thinks I do

IoT: What my parent think I do

What my teacher taught me...

● IoT: the things that get famous by Internet

Its super easy (they said)

What actually I learned

But don't be scared

● Technology does help● Cheaper...easier things every day

● Just go...Lets make something. Learning by doing

Arduino is a good start

Arduino is One Thing

● Arduino is micro controller● Controller: controlling things● “If This Then That” (IFTTT) things● Computer or CPU is microprocessor● Computer can upload the 'IFTTT' rules into the

microcontroller● But there are other things● Many kind of microcontrollers out there

Intel Galileo

● Its a mix microprocessor and microcontroller

● Even more, its Arduino compatible,

● Full support from Intel,

● But cost much higher than regular Arduino (and closed source = hard to replicate)

● Galilelo can do all that Arduino can do...plus many things

● Its good for 'the next step' after Arduino

Processing

● Coding with 'Arduino' style is easy● Just a few lines of code to do great things● ...for hardware● Processing is the “Arduino”

for modelling things● Have a great function to make visual:

2D, 3D, etc● Processing can be mixed with Arduino● Arduino do the hardware things,

while Processing visualize it.