Giter VIP home page Giter VIP logo

obstacle-avoiding-bot's Introduction

Intelligent Robot

This was an assignment for an embedded systems class where we use an Arduino Uno, a robot chassis, and a few sensors with motors to create a self driving, obstacle avoiding, and overall, intelligent robot.

Wiring

There are two folders with relevant files on the repository. One has Fritzing schematic files, the other exports of the Fritzing schematics and photos of the robot itself.

TODO:

  • Will be using Fritzing to create a wiring diagram
  • Add photo of currently wired robot as well
  • Add a table with pin out as well to see what pins on the arduino are connected to what. Also add the PORT names.

Architecture

The project is built on the PlatformIO IDE framework which contains all the tools necessary to create proper code for embedded systems, such as the Arduino Uno. Although it is built on this system, the code can be easily adapted to the Arduino IDE which uses .ino files.

The project code is split into 3 directories for organization.

  • 'src' will contain the main code and any non library code files.
  • 'lib' contains custom libraries used in the project to help modularize and keep the code clean.
  • 'include' contains any header files used by code in 'src' that's not a library.

Libraries

There are three libraries in the project, all of which are used to interface with various peripherals of the robot.

Motors

This library contains functions and constants related to the driving of the motors on the robot

Servo

This library contains functions and constants related to the driving of the servo which has an ultrasonic sensor attached to it.

Ultrasonic

This library contains functions and constants related to the operation of the the ultrasonic sensor attached to the servo.

TODO

  • Add more specific info about the libraries, such as common functions.

Code

The code in this project relies minimally on Arduino standard functions. Instead, the code uses register manipulations to set various settings on the Atmel processor. The only functions that are used are ones typically for serial communications and delays.

obstacle-avoiding-bot's People

Contributors

docquantum avatar

Watchers

James Cloos avatar  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.