Git Product home page Git Product logo

range-radar's Introduction

range-radar

A aruino based radar syster for fun

What is this about ?

Throughout the media we see cars and robots using expensive laser-based sensor to map the environment, we then tried to roll-out our own version with items that are common to any maker's toolbox.

Output

  • Sample output, scanned my room. * Output

Materials

  • Hardware
    • Arduino UNO ( or compatible )
    • 2 Micro servo motors
    • A ultrassonic distance sensor
    • Jumpers, about 16 of them.
    • Protoboard
    • USB Cable
    • A Laptop
  • Software

Assembly

Hardware assembly

Code

  1. Plug in the arduino in the computer.
  2. Program the arduino with the code in range-radar.ino
  3. Open up this processing sketch.
  4. Hit "run" and watch as the picture is formed

Extra

If you so desire, you can change the resolution by altering some variables to the same value in both range-radar.ino and the processing sketch. In the sketch, the variable is called stepAngle, in range-radar.ino, it's called step.

Notice

If you do not have permission to read/write to the serial port, be sure to change it's ownership. For this, you can use the following command:

> sudo chown <your username> /dev/tty<nameOfSerial>

Usually, the serial name is something along the lines of "USB0", "SO0". Also, the file that represents the serial communication only appears when you connect the arduino.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.