GithubHelp home page GithubHelp logo

codingtello2 / ultrasoundsensorarray Goto Github PK

View Code? Open in Web Editor NEW

This project forked from veilkrand/ultrasoundsensorarray

0.0 0.0 0.0 3 MB

Arduino+Python to create a ultrasound sensor array based on the HC-SR04

License: MIT License

C++ 61.67% Python 38.33%

ultrasoundsensorarray's Introduction

Ultrasound Sensor Array with Arduino and Python

Ultrasound Sensor Array

This repository is part of this article

Using the cheap HC-SR04 ultrasonic sensor and an arduino nano we can build a low cost sensor array for robotics. The arduino code will poll all the sensors and send byte packets via serial interface with the index and the distance to a Python app to process.

For measuring the distances we use a sonar technique to calculate the time of flight of the sound. The HC-SR04 is very inaccurate for distance measurement but can be used as a cheap low level fail-safe system for proximity object detection in order to avoid hitting obstacles during navigation.

Byte protocol sensor array message

Byte 1 Byte 2 Byte 3 Byte 4 Byte 5
0x59 0x59 sensor_index sensor_reading high byte sensor_reading low byte

sensor_index is a one byte unsigned integer like uint8_t

sensor_reading is a two byte unsigned integer line unsigend int

Sonar Array Configuration with Rover4WD

Rover4WD with sensor array

Breadboard Schematics

Schematics sensor array

ultrasoundsensorarray's People

Contributors

veilkrand avatar

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.