Giter Site home page Giter Site logo

coyote-ugv's Introduction

Coyote-UGV

Giant UGV Robot controlled via smartphone

More or less a port of Hydra ROV

Notes

  • This project is work for Gunners Team (Faculty of Engineering, Suez Canal University).
  • This project was made for International UGV competition.

Project Structure

This project consists of 3 stages :-

  • Android controller.
  • PC Bridge.
  • PIC Microcontroller app. (Arduino app as backup)

Work Flow :

  • Via any android phone you can control the robot via usb cable to PC or wifi/bluetooth network.

  • PC bridge handles the orders then send them to the PIC MCU (Arduino) via Ethernet using UDP / Serial Port.

  • In the PIC (Arduino) it recieves the order and behaves according to it.

  • PIC (Arduino) can send signals from sensors to PC Bridge via UDP / Serial Port.

Project Building Blocks :

  • Android App :

      - A simple user interface consists of buttons for control and seekbar for speed
      - When interacting with UI the app writes to logcat stream
      - Written in Android Java
    
  • PC Bridge :

      - UI changes according to user input or robot's output
      - Contains places to show user or robot's action
      - Connects with android via ADB and reads logcat stream
      - Sends data to robot via Ethernet cable using UDP (or Serial Port in case of Arduino)
      - Written in Java 
    
  • PIC Microcontroller App :

      - Recieves data from PC via ENC28J60 Chip
      - Processes Data and send signals to motors/sensors
      - Sends running values motors
      - Data Transmission is via UDP
      - Written in MikroC (MikroElectronica Embdedded C compiler)
    
  • Arduino Board App :

      - Backup to PIC Microcontroller
      - Simple sketch to recieve data on serial port and process data 
      - Envoking actions according to sent data
    

License

Code is available for educational purposes and you may re-use it according to the terms of the license.

Project is signed under GNU Public License v3.0

coyote-ugv's People

Contributors

mohammedrashad avatar

Stargazers

 avatar

Watchers

 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.