An open API service indexing awesome lists of open source software.

https://github.com/coldnew/hellothings

A simple Android Things example that blink the LED by Raspberry Pi 3
https://github.com/coldnew/hellothings

android-things blink led raspberry-pi-3

Last synced: about 1 year ago
JSON representation

A simple Android Things example that blink the LED by Raspberry Pi 3

Awesome Lists containing this project

README

          

HelloThings
=============================

A simple Android Things example that blink the LED by Raspberry Pi 3

For Taiwanese, you can see Traditional Chinese turorial here: [Android Things 學習筆記: GPIO 的輸出控制](https://coldnew.github.io/468144f4)

Pre-requisties
----------------
- Raspberry Pi 3
- Android Studio 2.2+
- 1 LED
- 1 150ohm resistors
- 1 breadboard
- jump wires

Schematics
----------------

![Schematics for Raspberry Pi 3](rpi3_schematics_bb.png)

Build and install
=================

On Android Studio, click on the "Run" button.

If you prefer to run on the command line, type

```bash
./gradlew installDebug
adb shell am start com.example.coldnew.hellothings/.MainActivity
```

If you have everything set up correctly, the LED will start blinking.