Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Release the Kraken: Android and UDOO

Release the Kraken: Android and UDOO

E’ stato prigioniero nelle nostre tasche per troppo tempo ma la rivoluzione dei makers ha dato il via allo sviluppo di nuove piattaforme hardware ed ora Android è in grado di sprigionare tutte le proprie potenzialità. UDOO è tra queste piattaforme e possiede tutti i requisiti per trascinare Android fuori dai soliti device ed interagire con l’Internet delle Cose.
Per chi è già uno sviluppatore Android o per chi si affaccia in questo mondo, oggi esiste la possibilità di creare e diffondere una varietà di applicazioni in grado di arrivare dove prima non era possibile.

Emanuele Palazzetti

February 06, 2014
Tweet

More Decks by Emanuele Palazzetti

Other Decks in Technology

Transcript

  1. • Many projects have broken the mould • They moved

    creative project creation from industries to our home Revolution
  2. Nowadays this is the normal way to create things This

    is the success of “Maker revolution” Nowadays
  3. Born with joint effort between multidisciplinary team of researchers from

    North America and Europe It has been funded in Kickstarter for $641k Where it come from?
  4. “Take four Raspberry Pi, one Arduino Due and “solder” them

    into a single board” It is good for: • beginners developers with prototyping board • accessory developers (it could be just another tool in your toolbox) What is it?
  5. Technical specification “Armed” with two processors: • Freescale i.MX 6

    ARM Cortex-A9 CPU Dual/Quad core 1GHz • Atmel SAM3X8E ARM Cortex-M3 CPU (same as Arduino Due) Connections: • Ethernet RJ45 (1 GBit) • WiFi Module • … many other features!
  6. • Shipped with Android Jelly Bean 4.2.2 • Great team

    development to be up-to-date ASAP • Doesn’t have Google Apps :( • AOSP ROM so they can be installed! It runs Android!
  7. • ADK 2012 is available! • Communication between Android and

    Arduino done via native serial port (Android Open Accessory protocol) • Uses Arduino to interact with actuators and sensors to change physical world • Uses Android UI to create interactive applications! Full ADK compatibility
  8. ADK Toolkit (github.com/palazzem/adk-toolkit) • Really nice for beginners • If

    something is wrong, help me and submit a pull request! • Wraps main ADK features Code Simple ADK wrapper
  9. @DroidRover Usage: @DroidRover <direction> <speed> Directions: F → Forward B

    → Backward L → Left R → Right T → 180° turn Speed: [150, 400] Twitter command