Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cylon | 3,685 | 339 | 86 | 5 years ago | 47 | April 22, 2016 | 44 | other | JavaScript | |
JavaScript framework for robotics, drones, and the Internet of Things (IoT) | ||||||||||
Rpi Rgb Led Matrix | 3,225 | 18 days ago | 514 | gpl-2.0 | C++ | |||||
Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO | ||||||||||
Alexapi | 1,273 | 4 years ago | 113 | mit | Python | |||||
Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead | ||||||||||
Swiftygpio | 1,234 | 19 | 2 years ago | June 10, 2021 | 24 | mit | Swift | |||
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire. | ||||||||||
Embd | 1,210 | 16 | 12 | 5 years ago | 4 | March 06, 2017 | 46 | mit | Go | |
Embedded Programming Framework in Go | ||||||||||
Onoff | 1,098 | 693 | 252 | 2 years ago | 57 | April 26, 2021 | 1 | mit | JavaScript | |
GPIO access and interrupt detection with Node.js | ||||||||||
Awesome Android Things | 927 | 10 months ago | 6 | Java | ||||||
A curated list of awesome android things tutorials, libraries and much more at one place | ||||||||||
Jetson Gpio | 767 | 3 | 7 | a month ago | 25 | June 28, 2022 | 3 | mit | Python | |
A Python library that enables the use of Jetson's GPIOs | ||||||||||
Alexapideprecated | 598 | 5 years ago | 5 | mit | Python | |||||
DEPRECATED - Use https://github.com/alexa-pi/AlexaPi instead ...Turn a Raspberry Pi into an Alexa Client | ||||||||||
Python Periphery | 475 | 10 | 1 | 3 months ago | 10 | February 15, 2021 | 9 | mit | Python | |
A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux. |
This utility exposes the GPIO of an Android Things device as switch widgets in a graphical UI. You review the state of inputs, and click the switches to control the state of outputs.
Note: The Android Things Console will be turned down for non-commercial use on January 5, 2022. For more details, see the FAQ page.
This utility shows on the attached display Android Switch widgets for each GPIO pin exported by the board.
When you click or tap on the switch, the GPIO active status switch from HIGH to LOW according to the widget state.
You can attach LEDs or other digital output peripheral to your GPIO pins and toggle them on and off without changing a single line of code (if you connect LEDs: make sure you add 470 ohms current-limiting resistors in series to avoid damaging them).
On Android Studio, click on the "Run" button.
If you prefer to run on the command line, type
./gradlew installDebug
adb shell am start com.example.androidthings.simpleui/.SimpleUiActivity
Copyright 2016 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.