15
IoT with Intel Galileo Gerardo Carmona makerobots.tk

IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Embed Size (px)

Citation preview

Page 1: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

IoT with Intel GalileoGerardo Carmona

makerobots.tk

Page 2: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

OutlineWelcome to Intel XDK IoT Edition

MMRA Library

Using digital I/O

makerobots.tk

Page 3: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Welcome to Intel XDK IoT Edition

makerobots.tk

Page 4: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT EditionWith Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile applications for any phone or tablet (Androir, iOS, etc.) because it is made using HTML5, CSS and JS.

makerobots.tk

Page 5: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Create an AccountFollow directions

makerobots.tk

Page 6: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT Edition

IoT apps for Galileo

and Edison

HTM5 apps for mobile

devices

makerobots.tk

Page 7: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT Edition

1

2

makerobots.tk

Page 8: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT Edition

makerobots.tk

Page 9: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT Edition

2

1

makerobots.tk

Page 10: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT Edition

makerobots.tk

Page 11: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Intel XDK IoT EditionReview code

makerobots.tk

Page 12: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

MMRA Library

makerobots.tk

Page 13: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

About MRAA LibraryIt is written in C and ported to JS and Python, more information:

https://github.com/intel-iot-devkit/mraa/tree/master/examples/javascript

http://iotdk.intel.com/docs/master/mraa/python/

makerobots.tk

Page 14: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Upload and Run code.1) Install/Build

2) Upload

3) Run

1

2 3

makerobots.tk

Page 15: IoT with Intel Galileo · Intel XDK IoT Edition With Intel XDK IoT Edition we can create IoT applications using the Intel Galileo and Intel Edison boards. Also we can develop mobile

Using digital I/O

makerobots.tk