Android Things LED-Blink Project
Part 2 of Android Things Tutorial. For initial setup and Hello World, see Part 1
To see the main java code, go to HomeActivity.java
- Raspberry Pi 3 Model B
- Breadboard
- LED
- 1K Ohm Resistor
- Two Male/Female Jumper Wires
This is the pin configuration for Android Things for Raspberry Pi found here
For our purposes, we will be using:
- BCM2 - Pin 3
- Ground - Pin 6
Wire up the Pi following this schematic:
See Tutorial Part 1 step 5 and 6 for help on how to do this.
LED will turn on and off in 1 second increments.


