IOT - TP 2 : L'environnement Android Things

Thomas S.

2018-2019

IOT - TP 2 : L'environnement Android Things

Sommaire

  • Histoire
  • Bases
  • Suite

IOT - TP 2 : L'environnement Android Things

Histoire

  • Nom de code Brillo (2016) puis Android Things 1.0
  • Puissance Android dans l'IOT (Si tout petit préférer Arduino)
  • Langages : Java, Kotlin

IOT - TP 2 : L'environnement Android Things

Avantages

  • Puissance calcule, puissance Google
  • Mise à jour facile (Google + vous, pas d'OEM), Sécurité
  • Compatible RPi3 (dev)
  • Utilisation du NXP i.MX6UL/i.MX7D (SOM)
  • Utilisation du Intel Edison

IOT - TP 2 : L'environnement Android Things

SOM : System On Module

Module pluggable, avantage faire son propre matos. Produit certifié.

i.MX7D Dev Board
Source

IOT - TP 2 : L'environnement Android Things

Installation et exemples

IOT - TP 2 : L'environnement Android Things

Installation et exemples

IOT - TP 2 : L'environnement Android Things

Plusieurs API

  • GPIO
  • PWM
  • I²S
  • SPI
  • UART
  • I²C

IOT - TP 2 : L'environnement Android Things

Blink

Are you serious meme Source

IOT - TP 2 : L'environnement Android Things

Blink

Le GPIO du RPi

  • onCreate : On se connecte au GPIO, on indique fonctionnement, on lance le blink
  • onDestroy : On se déconnecte du GPIO

Lien vers la documentation

IOT - TP 2 : L'environnement Android Things

Blink activable

  • onCreate : On se connecte au GPIO, on indique fonctionnement, on enregistre l'événement du bouton, on lance le blink
  • onDestroy : On se déconnecte du GPIO

IMPORTANT !!!

Lien vers la documentation

IOT - TP 2 : L'environnement Android Things

A vous de jouer !

Are you serious meme Source
Dernière maj : Voir Github 🐻 1 /
Précédent
Suivant