SlideShare a Scribd company logo
Construíndo robots com Java Embedded
 Suite, REST, Raspberry PI and Arduino

              Vinicius Senger
            Globalcode Founder




                                 Globalcode – Open4education
Agenda
•    Quem somos
•    Embedded Background e Projetos
•    Introdução ao Projeto
•    Detalhes de Arquitetura do Robot
•    Raspberry PI + Arduino
•    Java Embedded Suite + REST Interface
•    Things-API.org
•    Demos

    @vsenger
    @yarasenger
                                       Globalcode – Open4education
Quem somos…
 Vinicius Senger – vinicius@globalcode.com.br
 Trabalhando com Java há mais de 10 anos
 Fundador da Globalcode
 Ajudando a comunidade Java do Brasil
 soujava.org.br
 Rede de escolas de programação em 12 diferentes
 cidades no Brasil;


@vsenger
@yarasenger
                                    Globalcode – Open4education
Globalcode
 Empresa de Treinamentos
     Muitos treinamentos Java
     Agile training, Mobile, Arduino and Robotics training
 Long-term training for individuals and companies
 Oracle Workforce Development Program
 OTN Silver Partner
 Mais de 3500 alunos por ano



@vsenger
@yarasenger
                                                Globalcode – Open4education
Elétron Livre
  Open-source hardware development
  Treinamentos, workshop e conferências de
  Embedded
  Ferramentas e métodos de ensino para escolas
  www.eletronlivre.com.br




 @vsenger
 @yarasenger
                                     Globalcode – Open4education
Open4Education
 Compartilhando conhecimento gratuito desde 2001
 Ofercemos mais de 100 treinamentos gratuitos
 Mais de 45.000 alunos
 Auditório próprio
 Cursos via web ou presencial




@vsenger
@yarasenger
                                    Globalcode – Open4education
The Developers Conference
            TDC 2 0 12 S ão Paulo
                         QUARTA - 04/07          QUINTA - 05/07    SEXTA - 06/07         SÁBADO - 07/07    DOMINGO - 08/07

                                                                       B AN C O
 SALA 1                      J AVA                    J AVA EE                               J AVA             C L OUD C OMP UTIN G
                                                                       DE DADOS
            UNIVERSITY




 SALA 2                      .N ET                    TE S TE S         WEB                  .N E T            MOBIL E

 SALA 3                                               W IN DOW S                                               R OB ÓTIC A E
                             AN DROID                                   AR DUIN O            P HP
                                                      P HON E                                                  DOMÓTIC A
 SALA 4
                             AR QUITETUR A            ALM               J AVA EE             S CAL A           GAMES

 SALA 5                                                                 WIN DOWS
                             IOS                      AN DR OID                              C/ C+ +           EMP R EEN DEDOR IS MO
                                                                        P HON E
 SALA 6
                             AN ÁLIS E 2 .0           N OS QL          TES TE S              P Y THON          AGIL E
 SALA 7                                                                MAR K ETIN G
                             MAN AGEMEN T 3 .0        S OA                                   R UBY             FR ONT-EN D
                                                                       DIGITAL
 SALA 8                      L ADO B                  L ADO B          DADOS AB ER TOS       L ADO B           TV DIGITAL

AUDITÓRIO                    S TADIUM                 S TADIUM         S TADIUM              S TADIUM          S TADIUM




   @vsenger
   @yarasenger
                                                                                                          Globalcode – Open4education
Embedded Roadmap
• 200x: Java ME (phone) / Sun Spot development
• 2009: started to produce educational boards based
  on Arduino / ATMega
• 2010: low cost and open source robotics and home
  automation
• 2011: jHome Automation
• 2012: Things-API.org



 @vsenger
 @yarasenger
                                       Globalcode – Open4education
Neutrons Difractometer




@vsenger
@yarasenger
                         Globalcode – Open4education
Horse Instrumentation




@vsenger
@yarasenger
                        Globalcode – Open4education
Sail Boat Automation




@vsenger
@yarasenger
                       Globalcode – Open4education
Student Satellite




 @vsenger
 @yarasenger
                    Globalcode – Open4education
Low-cost D.I.Y. boards for kids




@vsenger
@yarasenger
                                  Globalcode – Open4education
• Home Automation Platform based on Java EE and
  do it yourself hardware / gadgets
• Allows you to integrate your house with social
  networks like Twitter
• Different usage of Java EE and Glassfish
• Java Enterprise Edition Embedded comes a reality
  with Java Enterprise Suite!




 @vsenger
 @yarasenger
                                      Globalcode – Open4education
Things-API.org
 Home Automation project evolution with more
 abstract approach: Things Automation !?!
 Internet of Things API / Things Automation API:
     Provides a simple, uniform and easy to use API to read
     sensors and control things;
     Java SE, Java EE, Java ME, JavaFX = SAME API!
     Things-API is the "JDBC" for Internet of Things
     Communication Independent: IP, Serial, Bluetooth,
     ZigBee, I2C, USB, etc.
     things.execute("/dev/ttyUSB0", "sensor1");
@vsenger
@yarasenger
                                             Globalcode – Open4education
About this project…
 Part of research road-map for embedded, IoT,
 home automation and robotics
 Java Embedded Suite Experimentation
 Home Automation Project Evolution
 Internet of Things PoC
 Cool demonstration platform
 Just started in last December, +- 80 working hours
 Prototype for a walking machine robot

@vsenger
@yarasenger
                                       Globalcode – Open4education
Video blog "We are Crazy!"
• Funny video documenting the construction process
• For teenagers / young developers
• Motivational + fun + valuable information




                 Play Sample Video
@vsenger
@yarasenger
                                      Globalcode – Open4education
Robots & Internet of Things
 Robot = sensor, actuator and processing
 IoT = sensor, actuator, processing + …
      communication
      integration
      interoperation
      security
      massive update (even changing firmwares and
      drivers)

@vsenger
@yarasenger
                                     Globalcode – Open4education
The Robot….




@vsenger
@yarasenger
              Globalcode – Open4education
Overview




@vsenger
@yarasenger
              Globalcode – Open4education
This Robot
 Based in reusable layers:
  1. Robot base / mechanics and dedicated controller board
  2. Intelligence, security and integration layear
  3. Accessory layers:
         Rotational Sensors
         Arms
         Cameras




@vsenger
@yarasenger
                                            Globalcode – Open4education
Hardware List
•    Raspberry PI
•    Arduino based board with AVR ATMega328
•    L293D as h-bridge
•    2 DC motors 12volts / 1 servo medium size
•    2 LIPO Batteries 1.5amp 11.1 volts
•    1 wifi router
•    1 UBEC for Raspberry power supply
•    2 Parallax distance sensor
•    1 LDR and 1 LM35
    @vsenger
    @yarasenger
                                         Globalcode – Open4education
Software List
 Debian Default Raspberry PI
 Java Embedded Suite x
 Things-API.org
     Things Embedded Gateway
     Things4Arduino Serial Driver




@vsenger
@yarasenger
                                    Globalcode – Open4education
Layer 1: Arduino + h-bridge + sensors
 Using our own Program-ME board with Atmega328
 + L293D + LDR + LM35 + 4 transistors




@vsenger
@yarasenger
                                   Globalcode – Open4education
Layer 2: Raspberry PI + Router
• LiPo Battery + UBEC (5 volts regulator – 3 amps)




 @vsenger
 @yarasenger
                                       Globalcode – Open4education
Layer 3: rotational sensors
• Servo + 2 Parallax Distance Sensor




 @vsenger
 @yarasenger
                                       Globalcode – Open4education
Raspberry PI vs Arduino
• Arduino is the baby steps to embedded and limited
  microcontroller programming;
• Raspberry PI is the baby step for ARM
  microcontroller programming;
• Arduinos (or Atmegas) are very useful as a
  dedicated actuator / sensor control / driver;
• Raspberry PI will provide powerful processing,
  security, integration, full TCP/IP and so on..
• Prototyping platform + TCP/IP = EXPENSIVE!
 @vsenger
 @yarasenger
                                       Globalcode – Open4education
Raspberry PI + Arduino: how?
 Serial RXTX
     Easy and simple
     Sync issues
     Limited speedy
 I2C: our next step using Device Access API
 SPI: for faster communication




@vsenger
@yarasenger
                                      Globalcode – Open4education
Things-API.org
 The project Things-API.org




@vsenger
@yarasenger
                              Globalcode – Open4education
Things-API.org
 Things-API
     Simple abstraction:
         Device: the thing
         Component: some part of the thing
     Component = Input / Output:
         Input = Sensor : light, temperature, accelerometer, gyro, etc..;
         Output = Actuator : motor, led, relay, buzzer;
     Sensors = read
     Actuator = write


@vsenger
@yarasenger
                                                         Globalcode – Open4education
Things Gateway: Server of Things
 Proxy for Things that doesn't have TCP/IP:
     USB / Serial
     ZigBee
     Infrared
     Bluetooth




@vsenger
@yarasenger
                                       Globalcode – Open4education
Things-API.org
 Things-API for Java SE, EE and ME
 Things-Gateway Java EE
 Things-Gateway Embedded Suite
 Things-Driver
 Things-Automation
 jHome Automation: reference implementation




@vsenger
@yarasenger
                                    Globalcode – Open4education
Gateway Things
                                               Things
                                               Gateway

                                               Servidor Java EE




               Ethernet              ZigBee                  Bluetooth

   Thing #1               Thing #2              Thing #3
   Luzes / Portão Casa    Sensor Temperatura    Robot aspirador pó

@vsenger
@yarasenger
                                                 Globalcode – Open4education
Things-API.org
 DEMO & CODE




@vsenger
@yarasenger
                 Globalcode – Open4education
Things-API.org
Links and References
  www.things-api.org
  www.globalcode.com.br
  jhome.globalcode.com.br
  www.eletronlivre.com.br
  blog.eletronlivre.com.br



 @vsenger
 @yarasenger
                             Globalcode – Open4education
Thanks!
    Q&A

    vinicius@globalcode.com.br - @vsenger
    yara@globalcode.com.br - @yarasenger




@vsenger
@yarasenger
                                     Globalcode – Open4education

More Related Content

What's hot

The Rise of Maker Movement in Indonesia
The Rise of Maker Movement in IndonesiaThe Rise of Maker Movement in Indonesia
The Rise of Maker Movement in Indonesia
Andri Yadi
 
Internet of Things - Technological Perspective
Internet of Things - Technological PerspectiveInternet of Things - Technological Perspective
Internet of Things - Technological Perspective
Andri Yadi
 
Connecting outsideworld with Android and Arduino
Connecting outsideworld with Android and ArduinoConnecting outsideworld with Android and Arduino
Connecting outsideworld with Android and Arduino
Godfrey Nolan
 
Mobile + Cloud + IoT = Future
Mobile + Cloud + IoT = FutureMobile + Cloud + IoT = Future
Mobile + Cloud + IoT = Future
Andri Yadi
 
ARDUIO BASIC TUTORIAL
ARDUIO BASIC TUTORIALARDUIO BASIC TUTORIAL
ARDUIO BASIC TUTORIAL
Vijay Kumar
 
Arduino as an embedded industrial controller
Arduino as an embedded industrial controllerArduino as an embedded industrial controller
Arduino as an embedded industrial controllerJose Luis Poza Luján
 
Home Automation Using RPI
Home Automation Using  RPIHome Automation Using  RPI
Home Automation Using RPI
Ankara JUG
 
Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...
Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...
Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...
Luigi Francesco Cerfeda
 
Arduino and Internet of Thinks: ShareIT TM: march 2010, TM
Arduino and Internet of Thinks: ShareIT TM: march 2010, TMArduino and Internet of Thinks: ShareIT TM: march 2010, TM
Arduino and Internet of Thinks: ShareIT TM: march 2010, TMAlexandru IOVANOVICI
 
Road to RIoT 2017 Medan
Road to RIoT 2017 MedanRoad to RIoT 2017 Medan
Road to RIoT 2017 Medan
Albert Suwandhi
 
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT CoreHands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Andri Yadi
 
Scaling IoT: Telemetry, Command & Control, Analytics and the Cloud
Scaling IoT: Telemetry, Command & Control, Analytics and the CloudScaling IoT: Telemetry, Command & Control, Analytics and the Cloud
Scaling IoT: Telemetry, Command & Control, Analytics and the Cloud
Nick Landry
 
Smartphone++
Smartphone++Smartphone++
Smartphone++
mharkus
 
Ruby Arduino (RubyConfIndia 2013)
Ruby Arduino (RubyConfIndia 2013)Ruby Arduino (RubyConfIndia 2013)
Ruby Arduino (RubyConfIndia 2013)
nishantmodak
 
Bandung IoT Maker Day #3 - Maker Movement
Bandung IoT Maker Day #3 - Maker MovementBandung IoT Maker Day #3 - Maker Movement
Bandung IoT Maker Day #3 - Maker Movement
Andri Yadi
 
Arduino day
Arduino dayArduino day
Arduino day
Adedigba Yinka
 
Raspberry Pi 2 + Windows 10 IoT Core + Node.js
Raspberry Pi 2 + Windows 10 IoT Core + Node.jsRaspberry Pi 2 + Windows 10 IoT Core + Node.js
Raspberry Pi 2 + Windows 10 IoT Core + Node.js
Andri Yadi
 
Elektor 0304-2020
Elektor 0304-2020Elektor 0304-2020
Elektor 0304-2020
khonarphub chikdee
 

What's hot (20)

The Rise of Maker Movement in Indonesia
The Rise of Maker Movement in IndonesiaThe Rise of Maker Movement in Indonesia
The Rise of Maker Movement in Indonesia
 
Internet of Things - Technological Perspective
Internet of Things - Technological PerspectiveInternet of Things - Technological Perspective
Internet of Things - Technological Perspective
 
Connecting outsideworld with Android and Arduino
Connecting outsideworld with Android and ArduinoConnecting outsideworld with Android and Arduino
Connecting outsideworld with Android and Arduino
 
Raspbeery PI IoT
Raspbeery PI IoTRaspbeery PI IoT
Raspbeery PI IoT
 
Mobile + Cloud + IoT = Future
Mobile + Cloud + IoT = FutureMobile + Cloud + IoT = Future
Mobile + Cloud + IoT = Future
 
ARDUIO BASIC TUTORIAL
ARDUIO BASIC TUTORIALARDUIO BASIC TUTORIAL
ARDUIO BASIC TUTORIAL
 
Arduino as an embedded industrial controller
Arduino as an embedded industrial controllerArduino as an embedded industrial controller
Arduino as an embedded industrial controller
 
Home Automation Using RPI
Home Automation Using  RPIHome Automation Using  RPI
Home Automation Using RPI
 
Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...
Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...
Workshop: Arduino for makers - Strumenti SW per la prototipazione elettronica...
 
Arduino and Internet of Thinks: ShareIT TM: march 2010, TM
Arduino and Internet of Thinks: ShareIT TM: march 2010, TMArduino and Internet of Thinks: ShareIT TM: march 2010, TM
Arduino and Internet of Thinks: ShareIT TM: march 2010, TM
 
Road to RIoT 2017 Medan
Road to RIoT 2017 MedanRoad to RIoT 2017 Medan
Road to RIoT 2017 Medan
 
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT CoreHands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
 
Scaling IoT: Telemetry, Command & Control, Analytics and the Cloud
Scaling IoT: Telemetry, Command & Control, Analytics and the CloudScaling IoT: Telemetry, Command & Control, Analytics and the Cloud
Scaling IoT: Telemetry, Command & Control, Analytics and the Cloud
 
java-ring
 java-ring java-ring
java-ring
 
Smartphone++
Smartphone++Smartphone++
Smartphone++
 
Ruby Arduino (RubyConfIndia 2013)
Ruby Arduino (RubyConfIndia 2013)Ruby Arduino (RubyConfIndia 2013)
Ruby Arduino (RubyConfIndia 2013)
 
Bandung IoT Maker Day #3 - Maker Movement
Bandung IoT Maker Day #3 - Maker MovementBandung IoT Maker Day #3 - Maker Movement
Bandung IoT Maker Day #3 - Maker Movement
 
Arduino day
Arduino dayArduino day
Arduino day
 
Raspberry Pi 2 + Windows 10 IoT Core + Node.js
Raspberry Pi 2 + Windows 10 IoT Core + Node.jsRaspberry Pi 2 + Windows 10 IoT Core + Node.js
Raspberry Pi 2 + Windows 10 IoT Core + Node.js
 
Elektor 0304-2020
Elektor 0304-2020Elektor 0304-2020
Elektor 0304-2020
 

Similar to Contruindo Robots com Java Embedded Suite, Raspberry PI, Arduino e Things API

Hacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT CoreHacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT Core
Nick Landry
 
Sunspot
SunspotSunspot
Sunspot
pauldeng
 
Eating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & AppsEating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & Apps
RobotGrrl
 
Eclipse IoT Edje project: the software foundation for IoT devices
Eclipse IoT Edje project: the software foundation for IoT devicesEclipse IoT Edje project: the software foundation for IoT devices
Eclipse IoT Edje project: the software foundation for IoT devices
MicroEJ
 
Meeting-Room-Alert-System
Meeting-Room-Alert-SystemMeeting-Room-Alert-System
Meeting-Room-Alert-System
Bhupendra Singh Negi
 
I Love APIs 2015: IOT Lab
I Love APIs 2015: IOT LabI Love APIs 2015: IOT Lab
I Love APIs 2015: IOT Lab
Apigee | Google Cloud
 
Building a Thought Controlled Drone
Building a Thought Controlled DroneBuilding a Thought Controlled Drone
Building a Thought Controlled Drone
Jim McKeeth
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and Arduino
Chad Mairn
 
Web of Things Book Launch
Web of Things Book LaunchWeb of Things Book Launch
Web of Things Book Launch
Vlad Trifa
 
Talk at the Landelijk Architecure Congress (NL)
Talk at the Landelijk Architecure Congress (NL)Talk at the Landelijk Architecure Congress (NL)
Talk at the Landelijk Architecure Congress (NL)
Jonathan Carter
 
Elements of Connected Products
Elements of Connected ProductsElements of Connected Products
Elements of Connected Products
Jordan Husney
 
Internet of Things Conference - Bogor city
Internet of Things Conference - Bogor cityInternet of Things Conference - Bogor city
Internet of Things Conference - Bogor city
Andri Yadi
 
#startathon2.0 - Arduino
#startathon2.0 - Arduino#startathon2.0 - Arduino
#startathon2.0 - Arduino
sl2square
 
NUS-ISS Learning Day 2019-Building IoT solutions with the Pi
NUS-ISS Learning Day 2019-Building IoT solutions with the PiNUS-ISS Learning Day 2019-Building IoT solutions with the Pi
NUS-ISS Learning Day 2019-Building IoT solutions with the Pi
NUS-ISS
 
Building Connected IoT Gadgets with Particle.io & Azure
Building Connected IoT Gadgets with Particle.io & AzureBuilding Connected IoT Gadgets with Particle.io & Azure
Building Connected IoT Gadgets with Particle.io & Azure
Nick Landry
 
Poster IOTROBOT vatsalnshah_ec_indusuniversity
Poster IOTROBOT vatsalnshah_ec_indusuniversityPoster IOTROBOT vatsalnshah_ec_indusuniversity
Poster IOTROBOT vatsalnshah_ec_indusuniversity
Vatsal N Shah
 
Internet of Things & Open Hardware (LeanCamp Madrid 2012)
Internet of Things & Open Hardware (LeanCamp Madrid 2012)Internet of Things & Open Hardware (LeanCamp Madrid 2012)
Internet of Things & Open Hardware (LeanCamp Madrid 2012)
iotmadrid
 
ARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHON
ARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHONARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHON
ARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHON
IRJET Journal
 
Open IoT Made Easy - Introduction to OGC SensorThings API
Open IoT Made Easy - Introduction to OGC SensorThings APIOpen IoT Made Easy - Introduction to OGC SensorThings API
Open IoT Made Easy - Introduction to OGC SensorThings API
SensorUp
 

Similar to Contruindo Robots com Java Embedded Suite, Raspberry PI, Arduino e Things API (20)

Hacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT CoreHacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT Core
 
Sunspot
SunspotSunspot
Sunspot
 
Sunspot
SunspotSunspot
Sunspot
 
Eating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & AppsEating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & Apps
 
Eclipse IoT Edje project: the software foundation for IoT devices
Eclipse IoT Edje project: the software foundation for IoT devicesEclipse IoT Edje project: the software foundation for IoT devices
Eclipse IoT Edje project: the software foundation for IoT devices
 
Meeting-Room-Alert-System
Meeting-Room-Alert-SystemMeeting-Room-Alert-System
Meeting-Room-Alert-System
 
I Love APIs 2015: IOT Lab
I Love APIs 2015: IOT LabI Love APIs 2015: IOT Lab
I Love APIs 2015: IOT Lab
 
Building a Thought Controlled Drone
Building a Thought Controlled DroneBuilding a Thought Controlled Drone
Building a Thought Controlled Drone
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and Arduino
 
Web of Things Book Launch
Web of Things Book LaunchWeb of Things Book Launch
Web of Things Book Launch
 
Talk at the Landelijk Architecure Congress (NL)
Talk at the Landelijk Architecure Congress (NL)Talk at the Landelijk Architecure Congress (NL)
Talk at the Landelijk Architecure Congress (NL)
 
Elements of Connected Products
Elements of Connected ProductsElements of Connected Products
Elements of Connected Products
 
Internet of Things Conference - Bogor city
Internet of Things Conference - Bogor cityInternet of Things Conference - Bogor city
Internet of Things Conference - Bogor city
 
#startathon2.0 - Arduino
#startathon2.0 - Arduino#startathon2.0 - Arduino
#startathon2.0 - Arduino
 
NUS-ISS Learning Day 2019-Building IoT solutions with the Pi
NUS-ISS Learning Day 2019-Building IoT solutions with the PiNUS-ISS Learning Day 2019-Building IoT solutions with the Pi
NUS-ISS Learning Day 2019-Building IoT solutions with the Pi
 
Building Connected IoT Gadgets with Particle.io & Azure
Building Connected IoT Gadgets with Particle.io & AzureBuilding Connected IoT Gadgets with Particle.io & Azure
Building Connected IoT Gadgets with Particle.io & Azure
 
Poster IOTROBOT vatsalnshah_ec_indusuniversity
Poster IOTROBOT vatsalnshah_ec_indusuniversityPoster IOTROBOT vatsalnshah_ec_indusuniversity
Poster IOTROBOT vatsalnshah_ec_indusuniversity
 
Internet of Things & Open Hardware (LeanCamp Madrid 2012)
Internet of Things & Open Hardware (LeanCamp Madrid 2012)Internet of Things & Open Hardware (LeanCamp Madrid 2012)
Internet of Things & Open Hardware (LeanCamp Madrid 2012)
 
ARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHON
ARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHONARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHON
ARTIFICIAL INTELLIGENCE DESKTOP VOICE ASSISTANT IN PYTHON
 
Open IoT Made Easy - Introduction to OGC SensorThings API
Open IoT Made Easy - Introduction to OGC SensorThings APIOpen IoT Made Easy - Introduction to OGC SensorThings API
Open IoT Made Easy - Introduction to OGC SensorThings API
 

More from Globalcode

Use scratch para aprender a programar se divertindo
Use scratch para aprender a programar se divertindoUse scratch para aprender a programar se divertindo
Use scratch para aprender a programar se divertindo
Globalcode
 
Campus Party 2014 - Internet das Coisas com coisas reais
Campus Party 2014 - Internet das Coisas com coisas reaisCampus Party 2014 - Internet das Coisas com coisas reais
Campus Party 2014 - Internet das Coisas com coisas reais
Globalcode
 
Java, Internet das Coisas, Things API e Arquiteturas de Inovação
Java, Internet das Coisas, Things API e Arquiteturas de InovaçãoJava, Internet das Coisas, Things API e Arquiteturas de Inovação
Java, Internet das Coisas, Things API e Arquiteturas de Inovação
Globalcode
 
Internet das Coisas com Coisas Reais: Java , Things API, Raspberry PI e Toys!
Internet das Coisas com Coisas Reais:  Java , Things API, Raspberry PI e Toys!Internet das Coisas com Coisas Reais:  Java , Things API, Raspberry PI e Toys!
Internet das Coisas com Coisas Reais: Java , Things API, Raspberry PI e Toys!
Globalcode
 
Internet das Coisas com Java e Things API
Internet das Coisas com Java e Things APIInternet das Coisas com Java e Things API
Internet das Coisas com Java e Things API
Globalcode
 
Enterprise JavaBeans simples e descomplicado, na prática
Enterprise JavaBeans simples e descomplicado, na práticaEnterprise JavaBeans simples e descomplicado, na prática
Enterprise JavaBeans simples e descomplicado, na prática
Globalcode
 
Introdução a Application Life-cycle Management Open Source
Introdução a Application Life-cycle Management Open SourceIntrodução a Application Life-cycle Management Open Source
Introdução a Application Life-cycle Management Open Source
Globalcode
 
Palestra sobre Carreira Java / JavaEE - TDC2012 - Trlha Java
Palestra sobre Carreira Java / JavaEE - TDC2012 - Trlha JavaPalestra sobre Carreira Java / JavaEE - TDC2012 - Trlha Java
Palestra sobre Carreira Java / JavaEE - TDC2012 - Trlha Java
Globalcode
 
Android com Arduino: como integrar via bluetooth, Google ADK ou wi-fi
Android com Arduino: como integrar via bluetooth, Google ADK ou wi-fiAndroid com Arduino: como integrar via bluetooth, Google ADK ou wi-fi
Android com Arduino: como integrar via bluetooth, Google ADK ou wi-fi
Globalcode
 
Placa Tomada - Controlando Tomadas com Arduino
Placa Tomada - Controlando Tomadas com ArduinoPlaca Tomada - Controlando Tomadas com Arduino
Placa Tomada - Controlando Tomadas com Arduino
Globalcode
 
Academia do Arquiteto Globalcode
Academia do Arquiteto GlobalcodeAcademia do Arquiteto Globalcode
Academia do Arquiteto Globalcode
Globalcode
 
Academia do Arquiteto - Implantando A.L.M. em uma semana!
Academia do Arquiteto - Implantando A.L.M. em uma semana!Academia do Arquiteto - Implantando A.L.M. em uma semana!
Academia do Arquiteto - Implantando A.L.M. em uma semana!
Globalcode
 
33 design patterns com Java
33 design patterns com Java33 design patterns com Java
33 design patterns com Java
Globalcode
 
O futuro do arquiteto e das arquiteturas Java Enterprise
O futuro do arquiteto e das arquiteturas Java EnterpriseO futuro do arquiteto e das arquiteturas Java Enterprise
O futuro do arquiteto e das arquiteturas Java Enterprise
Globalcode
 
Academia do Arquiteto - Introdução a ALM e Redmine
Academia do Arquiteto - Introdução a ALM e RedmineAcademia do Arquiteto - Introdução a ALM e Redmine
Academia do Arquiteto - Introdução a ALM e Redmine
Globalcode
 

More from Globalcode (15)

Use scratch para aprender a programar se divertindo
Use scratch para aprender a programar se divertindoUse scratch para aprender a programar se divertindo
Use scratch para aprender a programar se divertindo
 
Campus Party 2014 - Internet das Coisas com coisas reais
Campus Party 2014 - Internet das Coisas com coisas reaisCampus Party 2014 - Internet das Coisas com coisas reais
Campus Party 2014 - Internet das Coisas com coisas reais
 
Java, Internet das Coisas, Things API e Arquiteturas de Inovação
Java, Internet das Coisas, Things API e Arquiteturas de InovaçãoJava, Internet das Coisas, Things API e Arquiteturas de Inovação
Java, Internet das Coisas, Things API e Arquiteturas de Inovação
 
Internet das Coisas com Coisas Reais: Java , Things API, Raspberry PI e Toys!
Internet das Coisas com Coisas Reais:  Java , Things API, Raspberry PI e Toys!Internet das Coisas com Coisas Reais:  Java , Things API, Raspberry PI e Toys!
Internet das Coisas com Coisas Reais: Java , Things API, Raspberry PI e Toys!
 
Internet das Coisas com Java e Things API
Internet das Coisas com Java e Things APIInternet das Coisas com Java e Things API
Internet das Coisas com Java e Things API
 
Enterprise JavaBeans simples e descomplicado, na prática
Enterprise JavaBeans simples e descomplicado, na práticaEnterprise JavaBeans simples e descomplicado, na prática
Enterprise JavaBeans simples e descomplicado, na prática
 
Introdução a Application Life-cycle Management Open Source
Introdução a Application Life-cycle Management Open SourceIntrodução a Application Life-cycle Management Open Source
Introdução a Application Life-cycle Management Open Source
 
Palestra sobre Carreira Java / JavaEE - TDC2012 - Trlha Java
Palestra sobre Carreira Java / JavaEE - TDC2012 - Trlha JavaPalestra sobre Carreira Java / JavaEE - TDC2012 - Trlha Java
Palestra sobre Carreira Java / JavaEE - TDC2012 - Trlha Java
 
Android com Arduino: como integrar via bluetooth, Google ADK ou wi-fi
Android com Arduino: como integrar via bluetooth, Google ADK ou wi-fiAndroid com Arduino: como integrar via bluetooth, Google ADK ou wi-fi
Android com Arduino: como integrar via bluetooth, Google ADK ou wi-fi
 
Placa Tomada - Controlando Tomadas com Arduino
Placa Tomada - Controlando Tomadas com ArduinoPlaca Tomada - Controlando Tomadas com Arduino
Placa Tomada - Controlando Tomadas com Arduino
 
Academia do Arquiteto Globalcode
Academia do Arquiteto GlobalcodeAcademia do Arquiteto Globalcode
Academia do Arquiteto Globalcode
 
Academia do Arquiteto - Implantando A.L.M. em uma semana!
Academia do Arquiteto - Implantando A.L.M. em uma semana!Academia do Arquiteto - Implantando A.L.M. em uma semana!
Academia do Arquiteto - Implantando A.L.M. em uma semana!
 
33 design patterns com Java
33 design patterns com Java33 design patterns com Java
33 design patterns com Java
 
O futuro do arquiteto e das arquiteturas Java Enterprise
O futuro do arquiteto e das arquiteturas Java EnterpriseO futuro do arquiteto e das arquiteturas Java Enterprise
O futuro do arquiteto e das arquiteturas Java Enterprise
 
Academia do Arquiteto - Introdução a ALM e Redmine
Academia do Arquiteto - Introdução a ALM e RedmineAcademia do Arquiteto - Introdução a ALM e Redmine
Academia do Arquiteto - Introdução a ALM e Redmine
 

Recently uploaded

Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

Contruindo Robots com Java Embedded Suite, Raspberry PI, Arduino e Things API

  • 1. Construíndo robots com Java Embedded Suite, REST, Raspberry PI and Arduino Vinicius Senger Globalcode Founder Globalcode – Open4education
  • 2. Agenda • Quem somos • Embedded Background e Projetos • Introdução ao Projeto • Detalhes de Arquitetura do Robot • Raspberry PI + Arduino • Java Embedded Suite + REST Interface • Things-API.org • Demos @vsenger @yarasenger Globalcode – Open4education
  • 3. Quem somos… Vinicius Senger – vinicius@globalcode.com.br Trabalhando com Java há mais de 10 anos Fundador da Globalcode Ajudando a comunidade Java do Brasil soujava.org.br Rede de escolas de programação em 12 diferentes cidades no Brasil; @vsenger @yarasenger Globalcode – Open4education
  • 4. Globalcode Empresa de Treinamentos Muitos treinamentos Java Agile training, Mobile, Arduino and Robotics training Long-term training for individuals and companies Oracle Workforce Development Program OTN Silver Partner Mais de 3500 alunos por ano @vsenger @yarasenger Globalcode – Open4education
  • 5. Elétron Livre Open-source hardware development Treinamentos, workshop e conferências de Embedded Ferramentas e métodos de ensino para escolas www.eletronlivre.com.br @vsenger @yarasenger Globalcode – Open4education
  • 6. Open4Education Compartilhando conhecimento gratuito desde 2001 Ofercemos mais de 100 treinamentos gratuitos Mais de 45.000 alunos Auditório próprio Cursos via web ou presencial @vsenger @yarasenger Globalcode – Open4education
  • 7. The Developers Conference TDC 2 0 12 S ão Paulo QUARTA - 04/07 QUINTA - 05/07 SEXTA - 06/07 SÁBADO - 07/07 DOMINGO - 08/07 B AN C O SALA 1 J AVA J AVA EE J AVA C L OUD C OMP UTIN G DE DADOS UNIVERSITY SALA 2 .N ET TE S TE S WEB .N E T MOBIL E SALA 3 W IN DOW S R OB ÓTIC A E AN DROID AR DUIN O P HP P HON E DOMÓTIC A SALA 4 AR QUITETUR A ALM J AVA EE S CAL A GAMES SALA 5 WIN DOWS IOS AN DR OID C/ C+ + EMP R EEN DEDOR IS MO P HON E SALA 6 AN ÁLIS E 2 .0 N OS QL TES TE S P Y THON AGIL E SALA 7 MAR K ETIN G MAN AGEMEN T 3 .0 S OA R UBY FR ONT-EN D DIGITAL SALA 8 L ADO B L ADO B DADOS AB ER TOS L ADO B TV DIGITAL AUDITÓRIO S TADIUM S TADIUM S TADIUM S TADIUM S TADIUM @vsenger @yarasenger Globalcode – Open4education
  • 8. Embedded Roadmap • 200x: Java ME (phone) / Sun Spot development • 2009: started to produce educational boards based on Arduino / ATMega • 2010: low cost and open source robotics and home automation • 2011: jHome Automation • 2012: Things-API.org @vsenger @yarasenger Globalcode – Open4education
  • 9. Neutrons Difractometer @vsenger @yarasenger Globalcode – Open4education
  • 10. Horse Instrumentation @vsenger @yarasenger Globalcode – Open4education
  • 11. Sail Boat Automation @vsenger @yarasenger Globalcode – Open4education
  • 12. Student Satellite @vsenger @yarasenger Globalcode – Open4education
  • 13. Low-cost D.I.Y. boards for kids @vsenger @yarasenger Globalcode – Open4education
  • 14. • Home Automation Platform based on Java EE and do it yourself hardware / gadgets • Allows you to integrate your house with social networks like Twitter • Different usage of Java EE and Glassfish • Java Enterprise Edition Embedded comes a reality with Java Enterprise Suite! @vsenger @yarasenger Globalcode – Open4education
  • 15. Things-API.org Home Automation project evolution with more abstract approach: Things Automation !?! Internet of Things API / Things Automation API: Provides a simple, uniform and easy to use API to read sensors and control things; Java SE, Java EE, Java ME, JavaFX = SAME API! Things-API is the "JDBC" for Internet of Things Communication Independent: IP, Serial, Bluetooth, ZigBee, I2C, USB, etc. things.execute("/dev/ttyUSB0", "sensor1"); @vsenger @yarasenger Globalcode – Open4education
  • 16. About this project… Part of research road-map for embedded, IoT, home automation and robotics Java Embedded Suite Experimentation Home Automation Project Evolution Internet of Things PoC Cool demonstration platform Just started in last December, +- 80 working hours Prototype for a walking machine robot @vsenger @yarasenger Globalcode – Open4education
  • 17. Video blog "We are Crazy!" • Funny video documenting the construction process • For teenagers / young developers • Motivational + fun + valuable information Play Sample Video @vsenger @yarasenger Globalcode – Open4education
  • 18. Robots & Internet of Things Robot = sensor, actuator and processing IoT = sensor, actuator, processing + … communication integration interoperation security massive update (even changing firmwares and drivers) @vsenger @yarasenger Globalcode – Open4education
  • 19. The Robot…. @vsenger @yarasenger Globalcode – Open4education
  • 20. Overview @vsenger @yarasenger Globalcode – Open4education
  • 21. This Robot Based in reusable layers: 1. Robot base / mechanics and dedicated controller board 2. Intelligence, security and integration layear 3. Accessory layers: Rotational Sensors Arms Cameras @vsenger @yarasenger Globalcode – Open4education
  • 22. Hardware List • Raspberry PI • Arduino based board with AVR ATMega328 • L293D as h-bridge • 2 DC motors 12volts / 1 servo medium size • 2 LIPO Batteries 1.5amp 11.1 volts • 1 wifi router • 1 UBEC for Raspberry power supply • 2 Parallax distance sensor • 1 LDR and 1 LM35 @vsenger @yarasenger Globalcode – Open4education
  • 23. Software List Debian Default Raspberry PI Java Embedded Suite x Things-API.org Things Embedded Gateway Things4Arduino Serial Driver @vsenger @yarasenger Globalcode – Open4education
  • 24. Layer 1: Arduino + h-bridge + sensors Using our own Program-ME board with Atmega328 + L293D + LDR + LM35 + 4 transistors @vsenger @yarasenger Globalcode – Open4education
  • 25. Layer 2: Raspberry PI + Router • LiPo Battery + UBEC (5 volts regulator – 3 amps) @vsenger @yarasenger Globalcode – Open4education
  • 26. Layer 3: rotational sensors • Servo + 2 Parallax Distance Sensor @vsenger @yarasenger Globalcode – Open4education
  • 27. Raspberry PI vs Arduino • Arduino is the baby steps to embedded and limited microcontroller programming; • Raspberry PI is the baby step for ARM microcontroller programming; • Arduinos (or Atmegas) are very useful as a dedicated actuator / sensor control / driver; • Raspberry PI will provide powerful processing, security, integration, full TCP/IP and so on.. • Prototyping platform + TCP/IP = EXPENSIVE! @vsenger @yarasenger Globalcode – Open4education
  • 28. Raspberry PI + Arduino: how? Serial RXTX Easy and simple Sync issues Limited speedy I2C: our next step using Device Access API SPI: for faster communication @vsenger @yarasenger Globalcode – Open4education
  • 29. Things-API.org The project Things-API.org @vsenger @yarasenger Globalcode – Open4education
  • 30. Things-API.org Things-API Simple abstraction: Device: the thing Component: some part of the thing Component = Input / Output: Input = Sensor : light, temperature, accelerometer, gyro, etc..; Output = Actuator : motor, led, relay, buzzer; Sensors = read Actuator = write @vsenger @yarasenger Globalcode – Open4education
  • 31. Things Gateway: Server of Things Proxy for Things that doesn't have TCP/IP: USB / Serial ZigBee Infrared Bluetooth @vsenger @yarasenger Globalcode – Open4education
  • 32. Things-API.org Things-API for Java SE, EE and ME Things-Gateway Java EE Things-Gateway Embedded Suite Things-Driver Things-Automation jHome Automation: reference implementation @vsenger @yarasenger Globalcode – Open4education
  • 33. Gateway Things Things Gateway Servidor Java EE Ethernet ZigBee Bluetooth Thing #1 Thing #2 Thing #3 Luzes / Portão Casa Sensor Temperatura Robot aspirador pó @vsenger @yarasenger Globalcode – Open4education
  • 34. Things-API.org DEMO & CODE @vsenger @yarasenger Globalcode – Open4education
  • 35. Things-API.org Links and References www.things-api.org www.globalcode.com.br jhome.globalcode.com.br www.eletronlivre.com.br blog.eletronlivre.com.br @vsenger @yarasenger Globalcode – Open4education
  • 36. Thanks! Q&A vinicius@globalcode.com.br - @vsenger yara@globalcode.com.br - @yarasenger @vsenger @yarasenger Globalcode – Open4education