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.
Download the following
For this part it is necessary to use a Linux OS. For this project we worked in Ubuntu 16.04.
telnet 192.168.1.1
.cd /data/video
(The reason being is that this is where the drone sents it's output, or something. We arn't sure)'.cp usb0/node .
(it might be usb or usb1)chmod +x node
mkdir node_modules
cp -r usb/node-serialport/ node_modules/
cd data/video
the same way you did nodetelnet 192.168.1.1
.cd /data/video
../node
(example: ./node Hover.js
).