Reader small image

You're reading from  Android Things Quick Start Guide

Product typeBook
Published inAug 2018
PublisherPackt
ISBN-139781789341799
Edition1st Edition
Right arrow
Author (1)
Raul Portales
Raul Portales
author image
Raul Portales

Raul Portales is a software engineer who has had a love for computers, electronics, and gadgets in general for as long as he remembers. He jumped into Android as soon as it was released. Raul has worked on social networks, education, healthcare, and even founded a gaming studio and a consultancy company. Specializing in mobile and UX, he speaks frequently at conferences and meetups. Raul's love for electronics reignited when Google announced Android Things. He started tinkering with it with the first Developer Preview, which lead to adding the IoT category on his Google Developer expert profile.
Read more about Raul Portales

Right arrow

Summary

In this chapter, we have learned about the Android Things architecture, and then worked with a lot of different hardware components: LEDs, buttons, buzzer, alphanumeric display, sensor reading, and LED strip, with lots of examples and coding guidelines.

Although all the components seemed identical, we have used four different communication protocols: GPIO, PWM, I2C, and SPI.

The Rainbow HAT meta driver has abstracted us from these differences, but as soon as we move away from it and into using other components, we will need to know which protocols they use to communicate and how to wire them, even if it is just to know which pin to connect them to.

If we flip the Rainbow HAT, we can see the specs of each of the components:

  • LED Red, Green, and Blue: BCM6, BCM19, and BCM26
  • Buttons A, B, and C: BCM21, BCM20, and BCM16
  • Piezo: PWM1
  • Alphanumeric display (HT16K33): I2C1 0x70...
lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Android Things Quick Start Guide
Published in: Aug 2018Publisher: PacktISBN-13: 9781789341799

Author (1)

author image
Raul Portales

Raul Portales is a software engineer who has had a love for computers, electronics, and gadgets in general for as long as he remembers. He jumped into Android as soon as it was released. Raul has worked on social networks, education, healthcare, and even founded a gaming studio and a consultancy company. Specializing in mobile and UX, he speaks frequently at conferences and meetups. Raul's love for electronics reignited when Google announced Android Things. He started tinkering with it with the first Developer Preview, which lead to adding the IoT category on his Google Developer expert profile.
Read more about Raul Portales