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
- Host: GitHub
- URL: https://github.com/coldnew/hellothings
- Owner: coldnew
- Created: 2017-05-11T15:41:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T15:58:10.000Z (about 9 years ago)
- Last Synced: 2025-01-15T12:14:29.140Z (over 1 year ago)
- Topics: android-things, blink, led, raspberry-pi-3
- Language: Java
- Size: 339 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
----------------

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.