Skip to content

Commit 2a477ae

Browse files
authored
Rov specific sonar documentation for the Deep Trekker, Chasing, BlueEye and BlueROV2 ROV's. (#53)
* swapped the word wi-fi with network in the bluerov2 documentation * added link to mount step file in What You’ll Need part, to make it easy to access for the reader * added - attr_list extension to md files to make it possible to set size of images * adjusted size of sonar page image to make it readable * adjusted size of phone screenshots to make it readable
1 parent 7bb2b14 commit 2a477ae

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Find the IP-address corresponding to the Sonar 3D-15 on a computer by doing the
238238
nmap -sn <YOUR_IP>
239239
```
240240

241-
This will scan the BlueROV2 Wi-Fi and show all accessible connected devices and their IPs.
241+
This will scan the BlueROV2 network and show all accessible connected devices and their IPs.
242242

243243
![Pixels](../img/sonar3d-integration-bluerov2/nmap_bluerov_cropped.png)
244244

docs/sonar-3d/sonar-3d-15-blueye-rov.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If working, the browser will display a page like the one below — in this examp
124124

125125
The following picture is an example of the Sonar 3D-15 GUI on a Android phone using the IP-address `192.168.1.233`.
126126

127-
![Pixels](../img/sonar3d-integration-blueyex3/sonar_gui_phone.jpg){width="30%"}
127+
![Pixels](../img/sonar3d-integration-blueyex3/sonar_gui_phone.jpg){width="40%"}
128128

129129
!!! Note
130130
The Blueye might take a minute to boot up all the devices properly. If these local hostnames don't work immediately, it might be that the ROV just hasn't fully initialized them yet.
@@ -138,7 +138,7 @@ To do this, we recommend downloading an app on your phone to find all IP-address
138138

139139
Once installed and inside the WiFiman app, go to **Discovery** and scan the network. A list of all connected devices on the network will show, similar to the following:
140140

141-
![Pixels](../img/sonar3d-integration-blueyex3/wifiman_networks_cropped2.png){width="30%"}
141+
![Pixels](../img/sonar3d-integration-blueyex3/wifiman_networks_cropped2.png){width="40%"}
142142

143143
Find the IP-address corresponding to the Water Linked Sonar 3D-15. In the picture, this is the **192.168.1.233**. Enter this IP-address into your browser to see the Sonar 3D-15 GUI.
144144

docs/sonar-3d/sonar-3d-15-chasing-rov.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ To follow this guide, you will need the following:
3232

3333
- A mount (Sonar 3D-15 to ROV)
3434

35+
- *An example can be downloaded from here: [3D step file](./stp_files/WL-21045-2--Chasing-M2-Pro-Max-Mount--v2.stp)*
36+
3537
- Correct screws
3638

3739
- *See the [Mounting](#mounting) section*
@@ -249,7 +251,7 @@ If DHCP is disabled, please enable this on your computer.
249251

250252
Once you have assured that your device is using DHCP, you need to determine which IP-address has been automatically assigned to the Sonar 3D-15 by the Chasing system. Once located, entering it in your browser displays a page like the one below — in this example, the Sonar 3D-15 is assigned the IP-address `192.168.1.21`.
251253

252-
![Pixels](../img/sonar3d-integration-chasing/chasing_sonar_gui.png){width="30%"}
254+
![Pixels](../img/sonar3d-integration-chasing/chasing_sonar_gui.png){width="40%"}
253255

254256
!!! Warning
255257
To avoid overheating, **do not click the green button “Enable Acoustics”** until the ROV is submerged in water.
@@ -298,7 +300,7 @@ Find the IP-address corresponding to the Sonar 3D-15 on a computer by doing the
298300
299301
Once installed and inside the WiFiman app, go to **Discovery** and scan the network. A list of all connected devices on the network will show, similar to the following:
300302
301-
![Pixels](../img/sonar3d-integration-chasing/chasing_wifiman.png){width="30%"}
303+
![Pixels](../img/sonar3d-integration-chasing/chasing_wifiman.png){width="40%"}
302304
303305
2. **Test and find the IP-address**
304306

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ markdown_extensions:
2727
- markdown.extensions.meta
2828
- pymdownx.superfences
2929
- pymdownx.details
30+
- attr_list
3031

3132
extra_css:
3233
- css/extra.css

0 commit comments

Comments
 (0)