I’ve watched a lot of programs about inventors on Discovery channel and once I decided to do something interesting by myself, so that it could be really impressive and difficult at a time: some electric motors, controllers, handling, camera. After buying a lot of useful (and not very useful) stuff, I began to think what kind of project should I start. Finally I came to the conclusion that there are a lot of flying and driving drones, but it’s not about underwater drones (ha ha, but as I understand now, I was terribly wrong then).
After surfing the Internet, I found several interesting projects, but most of them were either in the development stage or they were not to come cheap (3k++ dollars). Those who are interested in this projects can find some here.
Looking ahead, I can say that I’ve got a working prototype that can swim several meters deep, although it has its pros and cons. I can’t assert that finally I’ve got an easy-to-control stuff or stuff that can do more than just to calm down my engineer enthusiasm. But all the units of this stuff work properly, and it is very important that my mistakes and experience can help someone to create something really significant (even if it will be significant only for himself\herself).
As there was done a good deal of work, this article can be divided into the following chapters:
- Crazy idea (teaser)
- Choosing the components
- ESC programming
- Raspberry Pi Server configuration
- Electric motor handling using Raspberry Pi
- Gyroscope
- Raspberry Pi Flashlight control
- Client-server communication protocol
- Application for Android
- Video stream
- Screen and joystick control
- Construction assembling and testing
- Conclusions
Well, Firstly I want to say that I am an amateur, and most of things I did, were done by scientific trial and error, because it is fun for me to construct something and test it, than to allow for all possibilities and understand, that it won’t work in theory. There was a variety of possible projects and ideas, and among them there were really absurd ideas (one of them will be described below, just for fun). The first and the main task for me was to construct sealed housing in domestic conditions and at the same time to transmit torque to the driving propeller. As it usually happens, the ideas in the beginning are not the smartest one (and I’m not used to thinking twice), so I tried an experiment with transmitting the torque using magnets. I’ve chosen the simplest design and constructed such a “high-tech” device:
Two magnets were screwed in gear and connected to the electric motors (respecting the polarities of the magnets), there is a plate between the gears which imitates the walls of the housing. If you have a desire to close the article and poke out your eyes after seeing this, this is a normal reaction, but I warned you at the beginning :) Despite some defects, after launching the model, you can surely say: “And yet it moves” (c).
The torque is transmitted, the parts rotate, but magnetism increases friction. One more drawback, apart from dozens of others, is that if you stop an imaginary screw, then the magnets will lose their contact and won’t stick together one more time due to the speed difference
It won’t be the best idea even if you assemble such a model using bearings, gears and magnets, because efficiency, ease of implementation and just common sense are weak points of this model.
Finally, it was decided not to rack brains and take the brushless motor, and if necessary, cover the motor winding with varnish. So the idea was to put the wires out of the housing right into the water and just to seal them. It would be much easier than to construct a model with oil and oil seals or some other complicated mechanism in order to keep mechanic and electronic parts away from water.
So let's move on to more important things.
Choosing the componentsBelow you’ll find a list of different stuff that was used to create the device.
Motherboard
Among the variety of controllers I’ve chosen Raspberry Pi 3B. I would not recommend Arduino-like boards for this project, because it won’t manage such a complex task, as it is necessary to control at least 4 motors, diodes, gyroscope, send video stream from the camera and at the same time receive and process commands from control devices. Raspberry Pi 3B comes with built-in Wi-Fi and Ethernet for RJ-45 connector, what will undoubtedly help you with all these operations.
Communication channel
Well, yes, you are right, a twisted-pair wire. It was always difficult to transfer the data under the water. Water is an excellent shield, and, therefore, you can forget about any wireless data transfer (fans of “and what about submarines” - please find out what is the size of the antenna for implementation of such a transfer and the cost of technology, complexity and width of the transmission channel). So there was no other way out. There was a checklist that was successfully passed:
- The ability to transfer data under the water.
- The speed of data transfer under the water.
- Universalism (it perfectly fits Raspberry Pi 3B and the transmitter).
There is a special cable for water with neutral floating and, but you can’t buy 100 meters separately, and I did not want to spend 500+ dollars on a reel.
Base transmitter
NEXX mini router There were 3 main options of transfer:
- Try to wire a Wi-Fi antenna from water to land (in this case instead of a twisted-pair wire a solid wire should be used), but there were a lot of controversial points.
- Create a client-server bridge connection between two Raspberry Pi 3B (it would be appropriate, but more expensive and troubling).
- Connect a mini-router with Raspberry using a twisted-pair wire. This option was taken as the basis, as it is the most reliable, fast and cheap. Experience has proven that this is quite a good option.
Electric motor
N2830/2212 1000KV
After testing 3 different motors, I chose this model. You may ask why? Well, it is powerful enough, it has a second axis so you can use 2 propellers. In general, all motors operate normally in water until the algae or sand get inside the motor. If you choose high-speed and less powerful one, you’ll find out that these types of motors are not the best fit for water. Cheaper motors also fell short of expectations. Well, the quality meets the price.
Control board (ESC)
It's also pretty simple. It can be programmed to switch forward/reverse, and the power of 30 amps should be enough for the tested motors. Besides, I did not have to wait for it for a month or two to deliver it from China (but, of course, there is one catch :) ).
Afro ESC USB programming tool
Programming tool for ESC. With this device you can upload the necessary firmware. But actually, this is the catch. I had to wait a month and a half for it.
LED
This model is intended to burn out everything with its light. So, this was the goal.
LED pulse driver
This is a perfect fit for our purposes - it holds two above-mentioned LEDs, and it also connects to the Raspberry and allows you to adjust the brightness of the LED.
Gyroscope
A three-axis gyroscope/accelerometer that will send location data to the Raspberry. There was some data, but it was not very useful ☺.
Camera
You can use any other native Raspberry Pi camera. The main condition is that it should be connected via FFC, not USB. Video streaming always was a big problem (delays, coding), or rather, it’s not a problem, it just needs a lot of time to get started.
Joystick
iPega PG-9055 – additional control assistant, in case your hands are wet, and believe me, they will be wet, you can control the drone using this device.
Battery
And again there was a lot of tests. 18650 battery did not fit, because the controller had a 25A discharge rate, which was not enough for the entire system during peak load conditions (yes, a couple of batteries died a hero’s death after use). It was possible to try using 6 batteries and get 50A, but it is more difficult. Such a DC power cannot be transmitted using the wire (don’t forget about 100 m distance). So I bought Li-Po, which elegantly coped with its tasks and perfectly fitted into the housing.
...And other stuff
- Driving propellers (one of the main problems)
- Cable Gland
- Housing
- Housing
And also housings, connectors, wires and other stuff.
ESC programmingUnfortunately, a brand new Afro ESC rotates only in one direction, so you need to update a firmware. The problem is that you have to wait for linker to be delivered from China, everything else is not so important. Let’s suppose that you already have it :) Surfing the Internet I have found one good advice – not to damage your laptop in case of short circuit you can buy a USB hub. But it is for you to decide ☺. We need to download the firmware file to the disk and the KKMulticopter Flashtool for firmware update.
Now it is important to connect wires correctly, otherwise one of devices can break down.
Here you’ll find some short instructions on how to connect wires correctly:
A pair of red and black thick wires with a male connector on its end. It is general power supply. In this case provided power will be 12V and the amperage which is needed for it.
- Red – Input port “+”.
- Black – Input port “-“.
A the of kind thick red-black-yellow wires are in charge of a motor power supply. We won’t connect them now, but later we will connect these wires to the wires of the electric motor with similar colors.
Thin wires are in charge for control the board.
- A control signal is transmitted via yellow wire.
- A red wire is output 5v (I did not use it). There are several different types of them, you can learn more about it here.
- A black wire should be connected to port "-".
So let’s connect thin wires to the Linker: connect black wires together (minus) and yellow wires (signal). Don’t touch or connect together red wires. The next step – provide power supply to the board (black and red thick inputs). I used this static power supply unit, but any other with similar characteristics will do (12V, 2+A).
Open the tool for firmware update and select:
Programmer: Turnigy USB Linker or Afro USB Linker (depending on what stuff you have).
Port: choose the connected USB port. Fortunately, there are only few options.
Baud rate: 9600.
Controller: atmega 8-based brushless ESC (8kB flash).
Select the downloaded firmware file. Click the “Run” button and pray :)
Soon the firmware will be successfully uploaded to ESC, and everything will be ready.
You can watch the whole process here:
Only one out of the 8 ESCs that I programmed has died :)
Raspberry Pi Server configurationNow let's move on to the Raspberry Pi configuring.
- Download the latest system installation package here.
- Download and install Etcher.
- Insert formatted micro SD flash drive into the card reader.
- Open Etcher and select zip or img Raspbian, which you downloaded during the first step.
- Click the “Flash” button.
- Wait for the installation to be completed and remove the micro SD.
- Insert the USB flash drive into your Raspberry.
To perform the tests we will need Raspberry, any Android smartphone and Wi-Fi router with the access to the Internet. If you are a console communication fan, then I don’t need to explain you anything, you can do it yourself. For those who don't know how to do it: connect the monitor, the keyboard (HDMI and USB port) and provide power supply from any USB-micro-USB and boot the system. It is important to remember that for all motors the power supply should be 12V, and for Raspberry – 5V. It is also important to remember that if you turn off the power on the Raspberry, the operating system can be damaged (this is related to device memory). So I would advise you to think about power supply unit for Raspberry.
Then connect to the Wi-Fi network, and after that the system will be ready. I would advise you to configure your router and provide a static IP address for the Raspberry, because the connection should be maintained via IP. If you have some experience of working with Linux, then you should know what will be the next steps.
The easiest way to create a server application is NodeJS. I won’t be difficult, as all the necessary info can be found using Google Search.
Open the terminal and type:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install -y nodejs
And then start node -v, in order to understand that everything works properly. I can leak the whole project from the repository and run it (you’ll find a link below) but it would not be intriguingly. Now you should create the folder for your project:
mkdir ~ /drone
and open it:
cd ~ /drone
and then initialize the project:
npm init
At the end of the installation process the installer will ask you to enter the name and the index file – it should be app.js. After initialization, you should install set express:
npm install express
Create the file app.js:
touch app.js
For those who used to work with the GUI (monitor and keyboard), I would advise you to install Atom. It is very convenient to write js-code using it. For the others there are a lot of other tools: Vim, Nano, MCEdit.
Next step: add the code to app.js and save the file:
'use strict';
const express = require('express');
const net = require('net');
const app = express();
const server = net.createServer((socket) => {
socket.on('data', (data) => {
var command = data.toString();
console.log(err);
});
}).on('error', (err) => {
console.log(err);
// handle errors here
// throw err;
});
server.timeout = 0;
// grab an arbitrary unused port.
server.listen(49655, () => {
console.log('opened server on', server.address());
});
Then you should run node app.js in the folder “drone” using console.
Now you have an operating server which works with 49655 port. Remember your local IP (ifconfig in console) and all the connections will be performed in IP:49655.
Now let’s do something more difficult.
Electric motor handling using Raspberry PiOne important thing is that if you are building a serious project, not just for fun, you haven't to use Raspberry PI for real-time work such as motor handling. The PWM generation will be not correct as you want, so use a separate board, such as Arduino for control. But for my project, it was enough to use Raspberry. Thanks to Fabio Balzano who has explained this in comments below this article.
So, let’s begin the most interesting part of our work – we should write a code for Raspberry Pi control. Find the project folder ~ /drone and install the PiGpio library there:
sudo apt-get update
sudo apt-get install pigpio
npm install pigpio
Now I will provide you with some short information on ESC control. We should transfer a certain frequency to the thin yellow wire (control) (see section “ESC programming”). The afro_nfet_besc30_r1 firmware has a range of 1100-1900, where the value 1500 is a calm state, 1100 maximum reverse, 1900 maximum forward. Create the file engines.js and add the JS code into it:
//Calm state constant
const SERVO_ZERO = 1500;
//Connect 'pigpio' library
const Gpio = require('pigpio').Gpio;
// Define 4 motors using Raspberry pins (this process will be described below)
const servo1 = new Gpio(22, {mode: Gpio.OUTPUT});
const servo2 = new Gpio(10, {mode: Gpio.OUTPUT});
const servo3 = new Gpio(9, {mode: Gpio.OUTPUT});
const servo4 = new Gpio(27, {mode: Gpio.OUTPUT});
//Set each board into the state of "calm"
servo1.servoWrite(SERVO_ZERO);
servo2.servoWrite(SERVO_ZERO);
servo3.servoWrite(SERVO_ZERO);
servo4.servoWrite(SERVO_ZERO);
//After that you should enter the value into ESC
module.exports.engines = {
leftEsc: (value) => {
servo1.servoWrite(value);
},
rightEsc: (value) => {
servo2.servoWrite(value);
},
topLeftEsc: (value) => {
servo3.servoWrite(value);
},
topRightEsc: (value) => {
servo4.servoWrite(value);
}
}
In order to use this code, you should write in app.js:
const engines = require('./engines.js').engines;
engines.leftEsc(VALUE[1100;1900]);
Actually this part of code servo1.servoWrite() is in charge for control. 1100 - the motor turns in the reverse direction, 1900 - maximum forward.
And here you can find the Raspberry pin scheme:
In short, you should use orange GPIO. One pair consists of GPIO 10 and GPIO 22, the second is GPIO 9 and GPIO 27 (it would be more logical to use 27, 22 and 10 -9, but I did not take it into account when soldering, so I had to change it). If taking into account ordinal numbers (they are grey), then these are 13, 15 and 19, 21 contacts. You should connect yellow wires from ESC to each of them, and minus should be connected into one GND, for example, 39 contact. And now let’s connect the other stuff.
Connect the power supply wires (red and black) from Afro ESC to a separate power supply unit (12v), connect the motors to the yellow-red-black thick wires and can now you can try how it works.
Here you can find some video of the process described above:
However, the control in this video is performed using Android smartphone, but I will describe this later.
GyroscopeThis is how do you should connect:
- VCC to the pin 1 (3.3V PWR)
- GND to any minus
- SCL to pin 5 (GPIO 3)
- SDA to pin 3 (GPIO 2)
It won’t be difficult to connect everything correctly, and if talking about software – it would be even simpler – all the information can be easily found in the Internet. Here you should use i2c-bus и i2c-mpu6050 libraries. Install them into the project:
npm install i2c-bus
npm install i2c-mpu6050
Create the file gyroscope.js and add:
const i2c = require('i2c-bus');
const MPU6050 = require('i2c-mpu6050');
const address = 0x68;
const i2c1 = i2c.openSync(1);
const sensor = new MPU6050(i2c1, address);
var reading = false;
var sensorData = {};
module.exports.gyroscope = {
getData : () => {
return JSON.stringify(sensorData);
},
readRotation : () => {
sensor.readRotation(function (err, rot) {
if (err) {
console.log(e);
return;
}
console.log(rot);
});
},
readSensor : () => {
if (!reading) {
reading = true;
}
sensor.read(function (err, data) {
reading = false;
if (err) {
console.log(err);
} else {
sensorData = data;
}
});
}
}
Run the readSensor method with some frequency and get the data of the last survey from getData. There will be many position components (x, y, z, a). I didn’t have enough time to define the meaning of this components, as I had more important task – handling. I know that it would be better to investigate it, but the relevance of the result is not very important for this project in that time.
Raspberry Pi flashlight controlSo, let’s continue to increase the functionality of our drone and now I will tell you about LEDs. I have two XHP-50 LEDs and LED pulse driver (see the table above). They can be easily overheated, so I would recommend you to use them together with a radiators. You can find them in the same online shop, the main thing is not to forget about dimensions. So, attach the LEDs to the radiators, solder the minus of one LED to the plus of the other LED (they are marked) using wire and solder the - and + wires:
Then you should look at your controller and solder:
Power supply - 12V plus and minus, you can use the same input as for the motors. LED connectors should be connected to the previously soldered connectors, L- to minus, L+ to plus. In this situation we don’t need the analog contact (A), so don’t connect it.
Now we are interested in digital input (D) and earth input (G). Now you should connect the digital input (D) with the GPIO11 and ground input (G) with GND (you can choose any you want on the Raspberry).
Now let’s return to Raspberry Pi, create a file light.js and add the following:
//Again the same library
const Gpio = require('pigpio').Gpio;
//Create Gpio for your pin
const light = new Gpio(11, {mode: Gpio.OUTPUT});
// You can set the value starting from 0 to 255 (I have found this info in the LED driver instructions)
const LIGHT_MIN = 0;
const LIGHT_MAX = 255;
//It will be needed for calculations
const LIGHT_DIAPASONE = LIGHT_MAX - LIGHT_MIN;
// Turn off the LED (the system starts with the LEDs turned on to maximum)
light.pwmWrite(LIGHT_MIN);
//Export work methods
module.exports.light = {
on: () => {
//Transmit the value 255 to the driver
light.pwmWrite(LIGHT_MAX);
},
off: () => {
// Transmit the value 0 to the driver
light.pwmWrite(LIGHT_MIN);
},
//Here will be the percent value from 0 to 100
set: (val) => {
if(val < 0 || val > 100) return;
//Calculate the value based on the percentage
val = Math.round(LIGHT_MIN + LIGHT_DIAPASONE / 100 * val);
console.log("Light:"+val);
//Transmit the value to the driver
light.pwmWrite(val);
}
}
We can run it using app.js or using engines:
const light = require('./light.js').light;
light.on();
light.off();
light.set(50);
Video of what I’ve got:
When you get the main idea, then everything becomes extremely simple: connect, give a signal, observe the result. Loosely speaking, this is the functionality that we need to activate the elements. But all this is useless without some kind of controller, which will turn on/regulate all this stuff, and this suggests that it is necessary to build communication between the server and the client. So we should invent a protocol :)
Client-server communication protocolAs you understand from the initial configuration of Raspberry Pi, communication will be performed using socket connection. And you will also need some set of commands that will be hard-coded in the server and client. And as I do everything by myself, I decided to use my own format, because the options that exist do not quite match the weight/readability criterion. So let’s build up taking into account the control model, and in this case it would be Android smartphone.
Here you can find the model itself (the app will be described below).
The screen is divided into two parts. The left part stands for the horizontal axis (back and forth), the right part stands for the vertical axis. If you put your finger in some area this will be considered a reference point and control by a pair of motors, but it is also a “calm” point.
If you slide your finger vertically up, the rotational speed of both motors in the forward direction will slowly increase with power from 0 to the maximum (depending on the distance from the contact point to the current point).
If you slide your finger down, the both motors will rotate in the reverse direction at a speed, which depends on the distance from the contact point.
If you slide your finger right, the left motor will spin forward and the right motor in the reverse direction. So, in fact, we need to know the angle of deviation from the contact point (where top = 90, bottom = 90, right= 0, left=180) and the speed ratio - the distance of the finger from the contact point (from 0 to 100). Object commands should look like this:
C:L;A:45;V:35;
C:R;A:0;V:100;
C:LIGHT;V:50;
- С - (command), any command should start from this letter;
- : - separator for key-value;
- ; - separator for key-value pairs;
- L – means that the touch was performed in the left part of the screen;
- R - means that the touch was performed in the right part of the screen;
- LIGHT – stands for light :)
- A – ANGLE, angle of deviation;
- V – value, value of something.
So, the first command sounds like: “A horizontal pair of motors, direction - 45 degrees (left motor at maximum speed (but maximum is 35%, based on V), right motor stops), with a rotation speed of 35% from maximum”.
The second command: “Vertical pair of motors, direction - 0 degrees (left motor at maximum speed, right motor at maximum speed in reverse direction), with maximum rotation speed”.
The third command: “Turn on the light at 50% brightness”.
This is how it works when you send separate commands in key-value blocks via socket for every value change. Then magically it turns into commands on the control board. Explaining of the conversion of this data will be very boring. So everyone can try to study it out by himself/herself and get a grasp on controller.
Application for AndroidFinally, we’ve reached the moment when we will try to create a controller. In general, the communication means: “clicked on something on the screen - transmitted the value to the server”. I’ll write a few words about the application. There is nothing unusual or exceptionally challenging, so I will not post all the code. If you wish, you can visit the repository and find the needed information. I also want to note that I didn’t use any of the newfangled patterns like MVVM, MVP, VIPER, etc., as I needed a working app in the shortest time. UI is as simple as possible.
First of all you should create an activity with status display views. The layout will be the following:
- Video display layer (player encapsulated in a fragment).
- The JoystickView layer is a custom view in which the dispatchTouchEvent method is overridden and it processes the pressing and moving of fingers on the screen. It draws UI-lines from the pressing point to the current state. A multitouch support is mandatory, since the control is performed with two fingers.
- A layer with the TextView of the current temperature of the Raspberry Pi (if something goes wrong and it starts to overheat, you can stop using it before it turns off/burns). Fortunately, this haven’t happened with my Raspberry.
- Layer of data displaying from the gyroscope. The TextView set in label-value pairs. It displays “raw data” from the gyroscope. It was planned to process this data, but I haven’t enough time to do it and to invent a cool displaying of it.
- A SeekBar layer - LED control, a simple element, it changes the value from 0 to 100 when dragging it.
I've made a separate video to cover video streaming with Raspberry PI. You can choose the best option from it.
Screen and joystick controlAs I mentioned above, JoystickView transfers the angle and the touch value from the screen to the socket in the form of command: C: L; A: 45; V: 35;
There is a connection stream to the socket (with reconnects, callbacks, etc.) where a command queue can be found, and commands are repeatedly sent to the server. To improve the control I’ve implemented joystick control.
This device can be connected via Bluetooth and works as a keyboard. Therefore, all data is processed by the MainActivityonKeyDown and onGenericMotionEvent methods.
There is a good manual from Android developers, which helped a lot with the whole process.
Everything was very easy, so I won’t explain it once again. You can find the results here.
Controlling test:
It seems that I’ve explained all the necessary thing concerning Android, but if you won’t understand something or you’ll need more info - you can contact me and I’ll provide the necessary information.
Construction assembling and testingNow we’ve reached the next step – we need to find something, where we can place all the above mentioned stuff (haha). At the design and assembly stage my friend Sergey helped me a lot. Actually, he found a housing, made an iron platform, where we could mount the motors in different positions, and put it all together:
I’ll run ahead and say that the prototype with 6 motors would be more productive, but for me it was hard to support the prototype even with 4 motors, that’s why it was decided to test the prototype with 4 motors.
First of all, we decided to test the construction of housing, that’s why we didn’t put all the electronics into the housing, but simply attached the motors to the platform, and two twisted pairs of wires sent a signal from ESC to each of them (the ESC remained inland all the time during the test).
Here you can see what a mess we’ve got. We didn’t care about transmission loss (as we used 10 meters of wires) and all the other blunders as our main aim was to test several things:
- Will it work with 4 motors?
- Can it be controlled via smartphone?
- Will the water leak into the housing?
But I missed one important point which Sergey warned me about. After the test in the bathroom I had to dry thoroughly all these contacts, because they are the weakest spot. But I didn’t do it and finally got a combo of 48 connections that can lose contact.
As it is in all memes, the expectation and reality.
Test in the bathroom:
The prototype doesn’t work properly because of the wires, but it is moving. And one more problem is that it is overloaded, as I had to put some things inside, because the housing was empty and would not dip into the water.
And the next test in the lake was even worse:
The motors and the contacts were corroded, the cable lost it’s plasticity because of the low temperature, and everything did not work properly, and the driving propellers were too small. But the most important thing was that I understood what should be improved and what changes should be done. Initially, I tried to locate the power supply unit out of the prototype, but tests showed that it was impossible. Huge DC losses showed that I should either use a cable as thick as an arm, or just put the batteries inside.
Since no one was sure that at a depth of 10+ meters this housing would not leak and destroy all the electronics inside - we decided to make an enhanced housing - “housing in case”. We ordered everything from China and proceeded with further assembling:
I drilled the holes in the housing for wires that went outside through cable glands. I’ve additionally attached the housing for LEDs and camera using the rubber gasket and screw it up tightly. The next step – soldering of connection board, with separate connectors for each ESC, LED driver and gyroscope.
In order to simplify the already built-up structures, I’ve put only one power supply unit for all prototype units - the LiPO battery, since only this battery can provide enough current for Raspberry, LEDs and motors. But I’ve additionally added a voltage reduction board from 12V to 5V for Raspberry.
“Work on” (c)
As a result, I’ve got this internal data box. 4 motor outputs, 2 LEDs and a video cable. The last one was the most difficult. But at the very last moment the camera did not turn on (everything was ok during the tests) – it is possible that I’ve broken a video cable during the endless dismantling and assembling of the prototype. Since I didn’t want to reassemble everything again, I decided to attach an action camera in a waterproof case using adhesive tape and conduct new tests. By the way, I’ve replaced driving propellers with the largest which I could get, and the motors were replaced with more powerful ones. I attached 2 additional driving propellers to each electric motor that was responsible for the horizontal plane, because some extra driving propellers :)
I used a NEXX router. So a twisted wires pair comes out of the Raspberry Pi and is connected via RJ-45 to the router. The router distributes Wi-Fi for Android smartphone. The Raspberry uses static IP, so you don’t have to configure the connection every time after reconnect. But there are problems with the connection - if there is no network coverage, the phone cannot connect via IP. So I had to turn off the mobile Internet and tried to connect several times. After the connection was established, I opened SSH on the phone and started the commands to start the node server (and after all test- the system shutdown command).
The time has come for new tests and I thought, what else can go wrong?
Everything can go wrong ☺
Upon arrival at the Kiev reservoir, I’ve discovered a large waves (this is how I console myself):
And the consequences of such tests:
The motors were clogged by different things like algae and sand.
The test failed again.
The third and the most successful test was performed on a calm lake, which was a great progress comparing with the previous 2 tests:
ConclusionsThe main thing that comes out of all this is that I’ve gained is a great experience in building up such units and systems. A significant number of different devices were used during the development process, and its management turned out to be much easier than it would seem. Four motors prototype isn’t as good as it was expected - it’s extremely difficult to control such a device. It would be much better to use four vertical motors and at least two horizontal motors. At the same time, it should be stabilized with a gyroscope, because for a human it is hard to control it perfectly, and the help is needed (the same situation with the flying drones). Also, all the motors that are on sale get clogged with sand and other things, all the units can be damaged by corrosion (which is logical) and are not suitable for such projects. I did not find the underwater motors (it can be indicated that it is waterproof, but it works properly only at depths down to 1-2 meter). After this project, any smart home does not seem so complicated. Server, relay commands, and that's all. The main thing that you need is to have time and desire to do it. The rest will follow.
And what's the point?There is no point in it :)
Promised links:
https://bitbucket.org/gektor650/underwaterandroid - Android
https://bitbucket.org/gektor650/underwaterserver - NodeJS
To run the app use the file app.js.
Best wishes for everybody.
Comments