项目作者: MohammedRashad

项目描述 :
Smartphone-controlled ROV
高级语言: Java
项目地址: git://github.com/MohammedRashad/Hydra-ROV.git
创建时间: 2016-01-30T17:02:59Z
项目社区:https://github.com/MohammedRashad/Hydra-ROV

开源协议:GNU General Public License v3.0

下载


ROV Controller Android to PIC (and Arduino)

An app that makes it possible to control an ROV (underwater Robot) via android

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 :

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

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

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

    1. - Backup to PIC Microcontroller
    2. - Simple sketch to recieve data on serial port and process data
    3. - 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