Skip to content

Commit 585c5a6

Browse files
authored
Merge pull request #46 from waterlinked/3D-sonar
Sonar 3D-15 update
2 parents 430fe45 + ba4ed19 commit 585c5a6

15 files changed

Lines changed: 60 additions & 54 deletions

docs/3d-sonar/3d-sonar-15/3d-sonar-15-led.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/dvl/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,11 @@ For more details, see [Range mode](dvl-protocol.md#range-mode-configuration). In
119119

120120
Yes, the DVL can operate over soft bottoms. However, softer seabeds absorb more acoustic energy, which reduces the maximum altitude at which the DVL can reliably track. The degree of range reduction varies from environment to environment and may require on-site testing to determine.
121121

122+
---
123+
124+
## 14. I get an error when updating my DVL?
125+
126+
Most likely your DVL is running an older software version that requires you to set the time before you can update. This is not and issue when updating from version 2.6.5
127+
For more software update details please see [DVL Software Updates.](sw-update.md)
128+
122129
---
2.02 MB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- ROW 1: 3D Sonar, DVL A125, DVL A50 -->
3939
<div class="grid align">
4040
<div class="col-3 col-md-6 col-sm-12">
41-
<a href="./3d-sonar/3d-sonar-15/3d-sonar-15-introduction/">
41+
<a href="./sonar-3d/sonar-3d-15/">
4242
<img class="img-fluid"
4343
src="https://waterlinked.com/web/image/product.template/689/image_512/%5BWL-21045-2%5D%20Sonar%203D-15?unique=935e74a" />
4444
<br />

docs/3d-sonar/3d-sonar-15/3d-sonar-15-api.md renamed to docs/sonar-3d/sonar-3d-15-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Integration API Sonar 3D-15
22

33
## Introduction
4-
The **Water Linked Sonar 3D-15** provides real-time 3D views of underwater environments using a low-bandwidth **Range Image Protocol (RIP1)**. This protocol efficiently transmits data such as 3D points or grayscale bitmaps over UDP (multicast or unicast), enabling live visualization, analysis, or archival for later use.
4+
The **Water Linked Sonar 3D-15** provides real-time 3D views of underwater environments using a low-bandwidth **Range Image Protocol (RIP1)**. This protocol efficiently transmits data such as 3D points or grayscale bitmaps over UDP multicast, enabling live visualization, analysis, or archival for later use.
55

66
---
77

@@ -24,7 +24,7 @@ RIP1 is a compact format for range and bitmap images, designed for <10 Mbit ba
2424
---
2525

2626
## Network
27-
By default, the Sonar 3D-15 uses **UDP Multicast** (`224.0.0.96:4747`), so any device on the local network can receive data without knowing the sonar’s IP. You can also configure **UDP Unicast** to send data to a specific IP/port, allowing routing outside the local network (but losing multicast discoverability).
27+
By default, the Sonar 3D-15 uses **UDP Multicast** (`224.0.0.96:4747`), so any device on the local network can receive data without knowing the sonar’s IP.
2828

2929
---
3030

@@ -59,7 +59,7 @@ RIP1 supports several Protobuf-encoded messages, including:
5959

6060
**Image**:
6161

62-
![Pixels](../../img/Sonar-3D-15-pixel-pic.png)
62+
![Pixels](../img/Sonar-3D-15-pixel-pic.png)
6363

6464
- Horizontal FOV (`fovH`) spans width.
6565
- Vertical FOV (`fovV`) spans height.

docs/3d-sonar/3d-sonar-15/3d-sonar-15-bluerov-integration.md renamed to docs/sonar-3d/sonar-3d-15-bluerov-integration.md

File renamed without changes.
File renamed without changes.

docs/3d-sonar/3d-sonar-15/3d-sonar-15-gui.md renamed to docs/sonar-3d/sonar-3d-15-gui.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The GUI is designed to be user friendly with a clean an intuitive set of control
77

88
Below you can see the main view that you will be first presented to when accessing the Sonar 3D-15 GUI.
99

10-
![Main GUI](../../img/Sonar-3D-15-gui-main-2.png)
10+
![Main GUI](../img/Sonar-3D-15-gui-main-2.png)
1111

1212
1. In the middle you can see the 3d image from the Sonar 3D-15
1313
2. Upper left corner shows the version and a help guide by clicking the *?* mark.
@@ -21,16 +21,16 @@ Below you can see the main view that you will be first presented to when accessi
2121

2222
Below you can see how to adjust the 3D image and some hotkeys.
2323

24-
![Keyboard hotkey](../../img/Sonar-3D-15-keyboard-hotkeys.png)
24+
![Keyboard hotkey](../img/Sonar-3D-15-keyboard-hotkeys.png)
2525

26-
![Touch hotkey](../../img/Sonar-3D-15-touch-hotkeys.png)
26+
![Touch hotkey](../img/Sonar-3D-15-touch-hotkeys.png)
2727

2828

2929
## Config View
3030

3131
Here is the general configuration page of the Sonar 3D-15.
3232

33-
![Config GUI](../../img/Sonar-3D-15-gui-config-3.png)
33+
![Config GUI](../img/Sonar-3D-15-gui-config-3.png)
3434

3535
1. Enable/disable acoustics
3636
2. Network config
@@ -43,7 +43,7 @@ Here is the general configuration page of the Sonar 3D-15.
4343

4444
In the same config view you can show diagnostic views which have these feasters.
4545

46-
![Config GUI all](../../img/Sonar-3D-15-gui-config-diagnostics-3.png)
46+
![Config GUI all](../img/Sonar-3D-15-gui-config-diagnostics-3.png)
4747

4848
1. Blink LED
4949
2. Update firmware

docs/sonar-3d/sonar-3d-15-led.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# LED Sonar 3D-15
3+
4+
The tables below shows the LED behavior of the Sonar 3D-15.
5+
6+
| LED behavior | Description |
7+
| :---------------------| :-----------------------------|
8+
| Solid green | Sonar has power |
9+
| Blinking green fast | Sonar is in thermal shutdown |
10+
<!-- | Blinking green | Acoustics are active | -->

docs/3d-sonar/3d-sonar-15/3d-sonar-15-networking.md renamed to docs/sonar-3d/sonar-3d-15-networking.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
The Sonar 3D-15 has several services available over ethernet:
44

55
* [Multicast DNS](#multicast-dns-mdns) (mDNS) for easy discovery
6-
* Web [GUI](3d-sonar-15-gui.md), providing a visualization of the data collected by the Sonar 3D-15, as well as configuration, [updating of software](3d-sonar-15-software-update.md) and more.
7-
* UDP Multicast and Unicast [data stream](#udp-multicast-and-unicast)
8-
* [Software updates](3d-sonar-15-software-update.md)
6+
* Web [GUI](sonar-3d-15-gui.md), providing a visualization of the data collected by the Sonar 3D-15, as well as configuration, [updating of software](sonar-3d-15-software-update.md) and more.
7+
* UDP Multicast [data stream](#udp-multicast)
8+
* [Software updates](sonar-3d-15-software-update.md)
99

1010

1111
## Network configuration
1212

1313
### Multicast DNS (mDNS)
1414

15-
The Sonar 3D-15 runs a DHCP client which will attempt to obtain an IP address from a DHCP server (e.g. in a router) on the same network, and supports mDNS: the mDNS name of the Sonar 3D-15 is `waterlinked-sonar`. On a computer which supports mDNS, one can then simply access the web [GUI](3d-sonar-15-gui.md) at [http://waterlinked-sonar](http://waterlinked-sonar).
15+
The Sonar 3D-15 runs a DHCP client which will attempt to obtain an IP address from a DHCP server (e.g. in a router) on the same network, and supports mDNS: the mDNS name of the Sonar 3D-15 is `waterlinked-sonar`. On a computer which supports mDNS, one can then simply access the web [GUI](sonar-3d-15-gui.md) at [http://waterlinked-sonar](http://waterlinked-sonar).
1616

1717
!!! note
1818
If no DHCP server is available on the network, it is recommended to use the [fallback IP](#fallback-ip) or configure a [static IP address](#via-the-gui), as the Sonar 3D-15 can spend up to 5 minutes searching for a DHCP server.
@@ -24,11 +24,11 @@ The Sonar 3D-15 will always be available with the static IP address: **192.168.1
2424
* Connect an ethernet cable directly from the Sonar 3D-15 to your computer.
2525
* For an/the ethernet interface of your computer, configure it to have a static IP address in the same subnet as 192.168.194.96, (e.g. 192.168.194.90) or anything else of the form 192.168.194.xxx if using a subnet of the form 255.255.255.0 (aka 192.168.194.0/24).
2626
* Activate the ethernet interface of your computer which you configured in the previous step.
27-
* In a web browser, open http://192.168.194.96 to access the web [GUI](3d-sonar-15-gui.md).
27+
* In a web browser, open http://192.168.194.96 to access the web [GUI](sonar-3d-15-gui.md).
2828

2929
### User set IP
3030

31-
The IP address of the Sonar 3D-15 can be configured in two ways via the web [GUI](3d-sonar-15-gui.md):
31+
The IP address of the Sonar 3D-15 can be configured in two ways via the web [GUI](sonar-3d-15-gui.md):
3232

3333
* DCHP client: An IP address is obtained from a DHCP server (e.g. in a router) on the same network, as mentioned above in [mDNS](#multicast-dns-mdns).
3434
* Static: Configure the Sonar 3D-15 to use static IP address of your choice.
@@ -38,8 +38,8 @@ After the IP configuration of the Sonar 3D-15 is modified, the Sonar 3D-15 needs
3838
!!! Note
3939
The boot time, i.e. the time it takes from the Sonar 3D-15 receives power until it starts operating normally, will depend upon the IP configuration. Using the [fallback IP](#fallback-ip), the boot time can be as much as 1 min 30 sec, whilst it can be as low as 20 sec with a static IP.
4040

41-
## UDP multicast and unicast
41+
## UDP multicast
4242

43-
By default, the Sonar 3D-15 uses **UDP Multicast** (`224.0.0.96:4747`), so any device on the local network can receive data without knowing the sonar’s IP. You can also configure **UDP Unicast** to send data to a specific IP/port, allowing routing outside the local network (but losing multicast discoverability). Please see [API](3d-sonar-15-api.md) for more information on the data on the UDP multi/unicast.
43+
By default, the Sonar 3D-15 uses **UDP Multicast** (`224.0.0.96:4747`), so any device on the local network can receive data without knowing the sonar’s IP. Please see [API](sonar-3d-15-api.md) for more information on the data on the UDP multicast.
4444

4545

0 commit comments

Comments
 (0)