Te-update / UltrasonicRadar

Arduino Ultrasonic Radar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultrasonic Radar

Ultrasonic Radar is an Arduino based radar like device which uses two HC-SR04 ultrasonic distance sensors to create a map of the local environment.

#repo contents This repo contains two folders:

├ UltrasonicRadar
├ UltrasonicRadar Sketch

"UltrasonicRadar" contains the Eclipse project for the Android interface app and "UltrasonicRadar sketch" contains the arduino sketch loaded onboard of the radar. For convencience a precompiled APK is available in the root of the repo.

#performance A working screenshot of the UltrasonicRadar Android app is shown below:

GUI screenshot

And now overlaid ontop of the actual environment:

GUI measurement overlay

#comments This project was never done with the intent of making the code public and was done solely for educational purposes. The code is written by adding features ontop of another without any initial design or documentation. This repo then is made public solely for the educational purposes of others and to provide some guidance for those who want to write an Arduino+Android sketch/app.

#licence Creative Commons Attribution 3.0 Unported (CC BY 3.0)

About

Arduino Ultrasonic Radar

License:Other


Languages

Language:Java 86.5%Language:C++ 13.5%