Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevalpatel2106/collision-detector-android-things
Get the distance of the object using Android Things & ultrasonic ranging sensor HC-SR04.
https://github.com/kevalpatel2106/collision-detector-android-things
android androidthings distance-measures raspberry-pi ultrasonic-sensor
Last synced: about 2 months ago
JSON representation
Get the distance of the object using Android Things & ultrasonic ranging sensor HC-SR04.
- Host: GitHub
- URL: https://github.com/kevalpatel2106/collision-detector-android-things
- Owner: kevalpatel2106
- License: apache-2.0
- Created: 2017-05-05T11:36:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T05:37:15.000Z (over 7 years ago)
- Last Synced: 2024-08-01T17:24:18.111Z (5 months ago)
- Topics: android, androidthings, distance-measures, raspberry-pi, ultrasonic-sensor
- Language: Java
- Homepage:
- Size: 518 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-things - Collision Detector - Get the distance of the object and alert using LED when object is too close using ultrasonic ranging sensor HC-SR04. (Useful links / Sample apps and libraries)
- awesome-android-things - Collision Detector - Get the distance of the object and alert using LED when object is too close using ultrasonic ranging sensor HC-SR04. (Useful links / Sample apps and libraries)
README
# Collison Detection using Android Things
[![Build Status](https://travis-ci.org/kevalpatel2106/remote-storage-android-things.svg?branch=master)](https://travis-ci.org/kevalpatel2106/remote-storage-android-things)Get the distance of the object using Android Things using ultrasonic ranging sensor HC-SR04.
## Circuit
![circuit](/misc/collison-deector.png)## Questions?🤔
Hit me on twitter [![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/kevalpatel2106)## License
Copyright 2017 Keval PatelLicensed 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.