Underwater "GPS" on two transceivers
Hello, dear reader!
Our underwater GPS has recently turned three years old. During this time, the system became serial, we brought several more systems and devices to the market, but all this time I didn’t leave the obsession to bring underwater acoustics to the masses, to make it accessible to simple amateurs, modellers, representatives of such direction as
And today, in honor of our humble anniversary, I will explain in detail and on the fingers how to determine the geographical position of the underwater object with the help of only two transceivers: with the source code, funny pictures, graphs and the results of experiments.
I ask all interested to us on a canoe, in clean and warm waters of the Volgograd Reservoir!
ATTENTION: the article contains trace amounts of matane!
For those who do not understand what is happening, but do not mind to penetrate, I suggest to get acquainted with our previous publications on the subject of underwater acoustics and underwater navigation:
Video-sound transmission session through the water with disclosure
Underwater GPS from scratch in a year
Underwater GPS: continued
On the effect cyanobacteria for speech functions of the president
Navigation under water: pelenguy - not pelenguy, you are doomed to success
And also with a great review article akuzmin about hydroacoustics
Introductory
Under water, radio waves do not extend to any significant distance, and more or less decent wireless communication and navigation there, hand on heart, is possible only with the help of acoustics.
There are only two and a half working types of navigation systems:
- Ultrashort-base (UKB, USBL) - based on determining the angle of arrival of the beacon signal and measuring the distance (either by the method of request-response or by synchronized clocks). The angle of arrival is determined using an antenna array. The desired position is determined by the angle and distance (direct geodesic task). Ukb system for example, is our ZIMA
- long basic (dB, LBL) - where the signal arrival times are measured either at several receivers, or from several transmitters (our underwater GPS works exactly like this) with a known position. You can either measure the distance by the method of "request-response" (distance measuring method) or measure the difference in arrival times of the signal (difference-distance measuring method), for example, GPS and GLONASS work. The long base can be floating (like our RedWAVE ) or bottom.
- Shortbase (KB, SB) - in fact - the same long-base systems, but all the supporting elements of the base are located on the same basis - for example, on a ship.
As I have already said, a long base can work on the principle of “request-answer”, in this case it is required to solve the problem of intersection of N spheres, or circles, if the depth of the desired object is known.
Or the base can work just like GPS and GLONASS, such systems are also called hyperbolic, and here’s why: if the target object periodically emits a navigation signal, and the clocks of all receivers (base elements) are synchronized, then the distance cannot be measured directly, but you can only find out Which of the base elements is the source closer or farther away. That is, in the presence of only the difference of distances. And as is known from the school course:
"Hyperbola can be defined as the locus of points, the absolute value of the difference of the distances from which to two given points, called foci, is constant"
In other words, if the underwater object emitted a signal, and we received it on two receivers, the clocks of which are synchronized, then we can assert that our object lies on the hyperboloid (or on the hyperbola, if it suddenly transmitted its depth to us). More receivers - more hyperbole! More hyperbole - higher positioning accuracy;
And if it is not the underwater object that radiates, but the elements of the base, then the underwater object, knowing its depth, can determine its location itself, and moreover, in this case it does not bother anyone, and there may be as many such objects as they are just listeners. That's the way GPS / GLONASS and our RedWAVE are .
And I promised to navigate through two transceivers, one of which is the one whose position just needs to be determined.
Let's understand
Distance between two points and in three-dimensional space is determined (you never know, suddenly someone forgot) by a simple formula:
Suppose we have N base stations. From humane considerations suppose that their coordinates are known to us, and we measured the distances from each of the base stations to target T. For clarity: T is the target, and B is base.
Therefore, we can for any pointwrite an expression that shows how this point fits our experimental measurements. In fact, it will be the sum of the differences between the distance from point M to the corresponding base station and the measured distance. Each difference will be squared.
In general, the case goes to the least squares method, and the coordinates of the desired point should ideally be the minimum of the function ε.
If we are talking about the difference-distance method, which we touch on this article completely indiscriminately, and we have each base station corresponds to an unmeasured distanceand the time of arrival of the signal , then in the expression of the error function there will be not differences, but their differences. The only difference is that you will have to sort out the necessary pairs of base stations, for example, for the nth and n + 1st stations:
v - here means the speed of sound, which, by the way, is not constant, but strongly depends on the density of the medium, read, on temperature, salinity and pressure. And if you want to do everything in an adult way, then you need to either directly measure it, or count on it, but about this some other time.
Note that the depth of the objects being positioned in modern hydroacoustic navigation systems is measured directly and with a sufficiently high accuracy (0.5-2 cm), which means that it makes sense to convert the task to a flat one.
It would be possible to inform that now we are solving this by any method of optimization and finish it. But, firstly, not everything is so simple, and secondly, not everything is so difficult.
Let's start with the difficulties
The fact is that a lot depends on the arrangement of base stations relative to each other (this can somehow be influenced, for example, by administrative methods =) and the position of the object being positioned, relative to the base elements (this is much more difficult to influence, in a wide range of tasks Initially, the position of the object being positioned is known very roughly and it is almost impossible to establish a base in advance).
Get the situation as in Figure 1 - as with good morning:
Figure 1 - Error surface for the base of their three elements. Positioned object out of base. Presence of a false minimum
The green circles indicate the positions of the base stations, and the asterisk indicates the true position of the object being positioned. The color of the points indicates the magnitude of the residual function (ε) at this point. As one politician said, it is completely understandable that the surface has two depressions, and when searching for a minimum it is very easy to fall into a false one. The situation turns out to be even worse: taking into account the scale, the real position of the object and the average speed of movement of such objects, it can be said that it will be in such a position for quite a long time, the shape of the error surface will remain, and the probability of finding the location of the object is very high. .
The animation below illustrates a similar situation - both when starting a search from a midpoint between base stations and when starting from a nearby station, the search leads to a false minimum:
Figure 2 - The search hits a false minimum when starting from the midpoint of the base. The base of three elements. The
search here is implemented using the Nelder-Mead algorithm , or as it is also called, the simplex method. It is precisely it that is used, for example, in Matlab in the fminsearch function .
It does not require the calculation of derivatives, is very intuitive, intuitive and easy to implement.
Figure 3 - Search hit to a false minimum when starting from the nearest element of the base. Base of three elements
Knowledgeable people may be indignant that no one puts base stations on the line, but, first, they sometimes put them in, and second, this is an exaggeration for a more visual demonstration.
“The defeat was complete. It was not possible to invent something. ”(C) A. and B. Strugatsky,“ The Doomed City ”
What can you think of here?
Logic suggests that you can use one of two methods of global optimization - Simulated Annealing or something similar. However, another (and more productive) approach is to more fully use a priori information to select the starting point of the search.
After all, we know for sure that the desired point lies (with a share of an assumption) on the circles in whose centers the base stations are located, and the radii of these circles correspond to the measured distances!
And we are sure that the error in measuring the distance in sonar increases with this range: the sound propagates nonlinearly.
You can take and try to choose the starting point of the search for a minimum around (literally, on a circle) the nearest beacon, expecting that the distance to it is measured with maximum accuracy, and guided by the same value of the residual function ε.
The coordinates of the candidate points are formed in this case according to the following simple formulas:
and - coordinates of the near (c - closest) base station, - distance from it to the object being positioned. - argument (angle). If you now search for at leastvarying in the range from 0 to 360 degrees in increments of, for example, 10 degrees, and then search near this value by reducing the step to 1 degree and narrowing the search area to 20 (± 10) degrees, you can very well determine the initial approximation, which is practically in all cases, immediately hits almost exactly the target!
In the pictures below, the 30-iteration head-on solution method gallantly fell into a false minimum, which led to an absolutely wrong decision, and the one-dimensional minimization method almost immediately hit the spot and in 6 iterations approached the actual position with a difference of ~ 25 centimeters at distance to the nearest base station ~ 400 meters.
Figure 4 - Search hit to false minimum
Figure 5 - Finding the right solution when starting from a point obtained by preliminary one-dimensional minimization
Figure 6 - Increased area around the resulting solution. The yellow circle is the resulting solution, the green asterisk is the true position of the object.
In the above example, the first iteration after a preliminary selection of the initial search position gave a solution 20 meters from the real position (on a field of ~ 600x600 meters).
At this stage, we dealt with the distance-measuring method, with the difference-distance-measuring situation a bit more complicated: there are no such clear guidelines for choosing the starting point (the circle is a good figure because it is closed, and the hyperbola is bad because it goes to infinity).
Let's return to the promised “underwater GPS” of two transceivers. In a sense, I was certainly a goof: a full-fledged underwater GPS would not work out of our first article , but if you
Often the positioned object is fixed (well, or at least it moves negligibly slowly). In such cases, instead of several base stations, you can actually use one, but moving one: this approach is called VLBL or virtual long base. If we do not need to fix the track of the movement of the underwater object, but simply to determine its location - this is what we need.
Often this task arises when installing any bottom equipment by free discharge from the vessel. With tangible depths and the presence of currents, the actual position of the equipment at the bottom may differ significantly from the position of the point where it was dropped. This equipment may be an element of the bottom navigation base: to determine the location of the underwater object, you must first determine the location of the underwater object.
So how can this all be arranged in the real world?
Our experimental set-up consists of:
- an object that we will hide at the bottom of the reservoir: our RedGTR code modem is in a standalone version (this only sounds official, in fact, a modem connected to a sealed battery box); Here it is in the photo:
Figure 7 - A battery canister beacon - Mobile base station on the basis of the bait Chinese boat from our other article . In addition to the native control, she has a second RedGTR modem, a 433 MHz DORJI radio module with an antenna, a self-made GPS / GLONASS module based on quectel l76, and an own board based on STM32F429 (can be easily replaced with NUCLEO-STM429 or STM32F4 Discovery I am sure that any Arduino-like card would also do it) which simply plays the role of a router: everything goes from the radio channel via UART to the modem and vice versa, the data from the GPS module also pours into the radio channel.
So it looks as an assembly:
Figure 8 - Photo of the test craft assembly
This time we put on some kind of transom for fastening a bar with a modem, the experience of a freely towed navigator revealed the viciousness of such a scheme both in terms of manageability and in terms of the changing mutual arrangement of the device and the boat.
So everything looks in the hold:
Figure 9 - Photo of the test craft. View into the hold
All native circuits remained almost unchanged, and all additional equipment is powered by a separate lead battery at 1.2 Ah. - operator's console, which includes a laptop with software and a response radio module that is connected via a converter to USB. The software is of course somewhat hasty and only suitable for demonstration, but a modem interaction protocol, a TOA-solver based on the same Nelder-Mead method, a choice of base points, a simple drawing of geographical positions and the possibility of emulating GPS for transmitting data to any analog of google earth.
Figure 10 - “Operator Console”. Test run on the table.
The blue dots are the positions of the boat using GPS, the green ones are the positions at which measurements were made, the positions of the elements of the virtual base are highlighted with salmon, the calculated beacon-responder positions are shown in red.
Who is busy?
- the modem you want to find simply lies on the bottom, receives and responds to requests;
- a modem that is on the boat, executes commands that come through the UART - sends requests and receives responses, which is reported by UART
- the board with the STM32F4 in the boat receives data from the GPS and modem via the UART and redirects them to the radio module via another UART, and it redirects the data from the radio module to the modem; There is a small nuance associated with the radio module - it is not full duplex (just like in sonar =)), so the board "holds" the RMC message from the GPS module and sends it only along with the message from the modem;
- the console software controls the whole action, collects data on distances to the target from different geographic locations, selects the optimal base and determines the location of the target;
A little more detail
Communication with modems occurs via NMEA-like protocol. For our task, only three messages are used:
$PTNTE,targetAddr,requestedCmd,timeoutMs*hh
from the console to the modem. Send a
targetAddr
command to the remote subscriber requestedCmd
, set the timeout for the response to be equal to timeoutMs. The command can be any of the approved list:
Team | Code | Description |
---|---|---|
CDS_CMD_PING | 0 | PING request to which the remote subscriber answers PONG |
CDS_CMD_PONG | one | PING Response |
CDS_CMD_DPT | 2 | Command to the remote subscriber to transfer its depth |
CDS_CMD_TMP | 3 | Command to the remote subscriber to transfer its temperature |
CDS_CMD_BAT | four | Command to the remote subscriber to transfer the voltage of his power |
CDS_CMD_USR_0 | five | User Team 1 |
CDS_CMD_USR_1 | 6 | User Team 2 |
.. | .. | .. |
CDS_CMD_USR_34 | 39 | Custom command 34 |
The modem supports basic functions: ping, transmitting depth, water temperature, battery charge, and a set of user code commands.
The modem responds to the TNTE command immediately if the command was accepted or impossible to execute with an ACK message:
$PTNT0,errCode
errCode
- 0 if the modem accepted the command, otherwise the error code If the modem did not wait for the remote subscriber to respond in time, he reports this with a message
REM_TIMEOUT
containing the address in the parameter field remote extension: $PTNTB,targetAddr
If the modem received a response in time, it will inform the team
REM_PONGEX
that has the following format: $PTNTD,requestedAddr,requestedCmd,receivedValue_decoded,snrd,dpl,pTime,[dst],[dpt],[tmp]
requestedAddr
- the address of the requested subscriber requestedCmd
- requested by the team receivedValue_decoded
- received value snrd
- the ratio of signal to noise ratio at the receiver output in dB dpl
- Doppler sky shift in HzpTime
- signal propagation time (one way) in seconds dst
- distance to the subscriber in meters dpt
- modem's own depth in meters tmp
- outside water temperature in degrees Celsius The last three parameters are transmitted only if the modem is in a version with a built-in pressure / temperature sensor (our version) .
From the GPS module, we are only interested in the RMC message, from where we take the current geographical position (GGA or GLL could also be used - the last one is the shortest).
The most difficult thing is the transmission of data through the water and the measurement of the distance — the modems perform, the determination of the boat’s geographical position — the GPS module — only a little remains — to use this data correctly.
All parsing and construction of NMEA messages are performed using the NMEAParser class in the UCNLNMEA library .
The console software running on a laptop periodically sends requests
REM_PINGEX
to the subscriber at the address specified in the application settings, it does so either upon receipt REM_TIMEOUT
or REM_PONGEX
. Along the way, the coordinates of the boat are recorded and data on the distance and depth of the remote subscriber are stored along with the coordinates of the boat in which they were obtained. Common sense (and experience) tells us that in order to determine the position of an underwater object, 3-5 virtual base stations are needed, and as can be seen from the pictures above, they should not be located in any way.
That is, the following task is being formed: as measurements become available, it is necessary to select several of them as elements of the navigation database in a certain way.
I propose the following option: choose such measurements so that they form as convex a shape as possible, described around the intended position of the object being positioned.
To do this, we take a certain point (at the initial stage, when it’s not at all clear where the object is being positioned, the middle point of all the measurements fits, which will then be replaced with the first approximation of the position of the object to be searched), and calculate the azimuth angle from it (the angle between the north direction and point) at each measurement point. And now we will choose a few that would most evenly cover the resulting range of angles. In the console software, this is done by the method
List<Measurement> Measurements.GetBase();
As data is received, in the method where the message
REM_PONGEX
is parsed we add measurements and try to build the navigation database and solve the navigation problem with it. The method is responsible for this.GeoPoint3DWE LocateLBL_NLM(List<Measurements> base, GeoPoint3DWE prevLocation, double rErrorThreshold, outdouble stStageRErr, outint itCnt);
The base itself is transmitted to it - a set of measurements that we selected to solve the navigation task, the previous position (if it is, the depth of the object being searched for), the radial error threshold, and two diagnostic output parameters - the radial error at the first stage of the solution one-dimensional optimization) and the number of iterations, after which the solution was obtained in the second stage.
If the solution we are satisfied with is due to a radial error, then we will use this solution as a reference point for building the base.
And so until you get tired of getting a solution that satisfies us.
The method
LocateLBL_NLM
, as can be understood from the name, solves the problem by the method of Nelder-Meade, pre-performing one-dimensional optimization, if there is no previous solution. In reality, it is possible and not to be attached to the previous result, but applying one-dimensional optimization all the time - the strategy may be different and depends on specific conditions. For simplicity, the solution is performed in meters, for which, before the beginning of the solution, all coordinates are transferred to the local system, with a reference point at the midpoint of the navigation base. After solving, the result is converted back into geographical longitude and latitude (longitude is X, and latitude is Y). To convert degrees to meters and back, the Navigation class contains the methods GetDistance2DDeg and Meters2Deg.
But, as you know, theory without practice is dead, and it is time to move on to the results of field experiments.
Revive theory practical test
According to the old tradition, tests are carried out at the mouth of the river Pichuga . There is a convenient place, there is a depth of almost 30 meters, and a rather complicated water area.
The responder beacon is fixed on a special “stand” handle (foam shots and an anchor that help the whole structure to stand vertically did not get into the frame):
Figure 11 - “Ground station” responder
beacon The beacon was taken on video , was not calculated with light and forgot to take a flashlight with you, so that the moment of contact with the ground remained hidden in the darkness.
While they were going for tests, they gave the boat a name:
Figure 12 - “Palych” in its natural environment
On the transom “Palych” nylon ties secured a piece from the fishing rod, on which the RedGTR modem is located (so as not to dangle and pop up).
The experiment was that the respondent beacon is installed on the bottom, only a small float sticks out of it, while “Palych”, controlled from the shore, walks the water area in large circles, the console software periodically requests the respondent for something . All data is recorded in the log, and everything is displayed on the screen according to the actual state of affairs. Like this:
Figure 13 - Screenshot of the console software with the boat's trajectory and calculated positions of the respondent beacon (the best calculated position is shown in red)
As can be seen in Figure 13, the beacon was located at a depth of 13.2 m and the water temperature at this depth was 24.1 ° С.
Figure 14 - Import received tracks into GoogleEarth
Getting a good result in this case took about 15 minutes of swimming on the strength.
In the second experiment, the lighthouse was installed at a depth of 16.5 meters, where it was expected to be somewhat colder - just 22.6 ° С.
Figure 15 - the result of determining the location of the respondent beacon in the second experiment on the console software screen
In this case, we did not correctly assess the accuracy due to the acute shortage of time (in fact, these amusing tests caused some friction among the management, because they were not working). were content with the fact that when the ship went out to the float (this moment can be seen on the first track), then in terms of its position completely coincided with the best solution, and the distance coincided with the depth (with the difference between the depths of the defendant and the modem installed on the vessel). The points at which the beacons were discharged were recorded, and the discrepancy between the calculated position and the discharge points is in the region of 2-3 meters, which further confirms the performance of the system.
In general, it can be stated that this proof-of-concept has been successfully completed!
We received real pleasure and sunburn, we will be happy to answer questions and listen to criticism!
Afterword
The sad fact is that the modems used in this experiment, although very cheap by the standards of the world market for hydroacoustic communications, are not very accessible to amateurs.
In order not to be unsubstantiated, I will give a link to the excellent work of Miss Benson, in which, on page 54 for PDF or 36 for document numbering, there is an interesting sign, with prices for some sonar modems as of 2010. So it goes. (There is a small error in the table - Range’s communication range for the modem it develops is indicated in meters, while the column heading is km).
The good news is that we suddenly developed modems that can do almost everything the same (a bit smaller in size (in fact the smallest in the world, and the smallest were ours too - from this article), less communication range , lower transmission speed), and according to our estimates, are already quite uplifting for wealthy enthusiasts. At the moment, electronics and firmware are fully prepared, and we finish the case solution. At the end of the development we will publish an article with the results of the experimental verification.
Attention! Poll:
Only registered users can participate in the survey. Sign in , please.