Ordina-JTech / Ultrasonic-AR-parrot-Drone

2 stars 3 forks source link

Ultrasonic-AR-parrot-Drone

By Robert Horvers & Evert Poots

Ordina Software Development JTech

Imgur Image

WARNING: WORK IN PROGRESS! This project was inspired by https://github.com/vdkd888/droneproject whereby the goal is to make the drone more autonomous by utilizing ultrasonic sensors and camera's. With these sensors and utilizing deep learning methodes the drone should be able to fly it's own path without human interference. At the same time the drone will map it's surrounding. The project Hack-A-Drone, https://github.com/roberthorvers/hack-a-drone.

Contents

System

Hardware

Set Up

Installation

Downloads

Download the following

Uploading files to the drone

For this part it is necessary to use a Linux OS. For this project we worked in Ubuntu 16.04.

  1. Upload the AR-drone, node and serial-port on the USB driver.
  2. Put the usb in on the drone. The usb port is located near the battery.
  3. Power up the drone and connect to the drone wifi.
  4. Open the terminal and enter the drone with; telnet 192.168.1.1.
  5. Navigate to the video file; cd /data/video (The reason being is that this is where the drone sents it's output, or something. We arn't sure)'.
  6. Copy the node the the video file; cp usb0/node . (it might be usb or usb1)
  7. chmod +x node
  8. mkdir node_modules
  9. cp -r usb/node-serialport/ node_modules/
  10. Copy the AR-drone paste the folder in cd data/video the same way you did node
  11. Upload the Arduino script onto the Arduino.

Start the drone