-------------------------
From: Craig Anderson <craig@boxfish.nz>
Date: Oct 12, 2022, 3:20 PM -0700
To: emartin@mbari.org <emartin@mbari.org>, Amanda Nicholas <amanda@boxfish.nz>
Subject: Re: Day 1 Notes

Hi Eric,
USBL, DVL and compass messages should be available by telneting to:
192.168.183.210 port 10001
Kind regards,
Craig

-------------------------
From: Craig Anderson <craig@boxfish.nz>
Date: Oct 12, 2022, 3:57 PM -0700
To: emartin@mbari.org <emartin@mbari.org>, Amanda Nicholas <amanda@boxfish.nz>
Subject: Re: Day 1 Notes

Hi Eric,

Jetson should be on 192.168.183.221 (or 222). You should be able to ssh in. Root and anyone password should be Pterophyllum_1824 .

There may be source code on this computer that falls outside the sample code described in the Automation Computer Software document.  If you find unrelated source code, it would have been shipped in error and you are hereby notified that any disclosure, dissemination, distribution, copying or communication of such is strictly prohibited.

Kind regards,
Craig

-------------------------
From: Craig Anderson <craig@boxfish.nz>
Date: Oct 12, 2022, 6:47 PM -0700
To: emartin@mbari.org <emartin@mbari.org>, Amanda Nicholas <amanda@boxfish.nz>
Subject: Re: Day 1 Notes

Hi Eric,

With regards to the USBL, we've had good luck testing in air on the benchtop at a range of about 0.5m.

Kind regards,
Craig


-------------------------
From: Craig Anderson <craig@boxfish.nz>
Date: Oct 11, 2022, 10:10 PM -0700
To: emartin@mbari.org <emartin@mbari.org>
Cc: Amanda Nicholas <amanda@boxfish.nz>
Subject: Re: Day 1 Notes

Hi Eric,
I've enclosed some information on the software and commands interfaces with compass, USBL, DVL.

Info on using the serial connection on the WiSub to turn on/off the ROV from the surface of a wirelessly connected OEM is below.

1.   WiSub Maelstrom Command Structure
The commands used to communicate with Maelstrom are human readable and can be accessed using a serial terminal program or a custom program. Note that commands can be lower or uppercase, Maelstrom will convert it all to uppercase.

1.1.       Serial Port Configuration
The serial port for both the Maelstrom TX is configured as follows:
·       115200 baud rate
·       8 data bits
·       1 stop bit
·       No parity bits

1.2.       Pinouts Maelstrom TX
Maelstrom TX uses UART 5V-TTL on J9 to interface with the communications system. The pinout is as follows:
 
| J9 Pin | Function | 
|:-- |:-- |
| 1 | +5V |
| 2 | RX (data in) |
| 3 | TX (data out) |
| 4 | GND |
| 5 | n/a |
| 6 | n/a |
 

1.3.      Commands

CTL=ON<CR>
Turns the Boxfish OEM on (same as using the magnetic key)
CTL=OFF<CR>
Turns the Boxfish OEM off (same as using the magnetic key)
 
The Maelstrom TX must be powered in order to send these commands.


Kind regards,
Craig

-------------------------
From: Amanda Nicholas <amanda@boxfish.nz>
Date: Oct 13, 2022, 11:43 AM -0700
To: Eric Martin <emartin@mbari.org>
Subject: Set autofocus on RX100 camera

Hi Eric,

Thanks for another great session yesterday! Here is one of the follow-up items.

We may have overlooked setting Autofocus on the camera during testing. Auto Focus-Continuous is our recommended setting.

https://helpguide.sony.net/dsc/1210/v1/en/contents/04/02/08/08.html

Please let me know if that solves the focus problem.

Kind regards,
Amanda

-------------------------
Date: Oct 11, 2022, 10:02 PM -0700
To: Amanda Nicholas <amanda@boxfish.nz>


Hi Eric,

Attached is a quote for the tether termination kit, and instructions for how to use the contents for tether termination (yours is the 2.7mm tether). Please let us know if you'd like to proceed with an order.

Kind regards,
Amanda

-------------------------
From: Craig Anderson <craig@boxfish.nz>
Date: Nov 15, 2022, 2:20 PM -0800
To: Michael Risi <mrisi@mbari.org>, Jamie Bell <jamie@boxfish.nz>
Cc: Giancarlo Troni <gtroni@mbari.org>, Eric Martin <emartin@mbari.org>
Subject: Re: connecting to boxfish with an off-board computer

Hi Michael,

Our current system for doing this is cumbersome and complicated, so we are in the process of implementing a software change to make this easy.

Long press on mode switch disables sending commands.  
short press on mode switch enables sending commands.  
Sending `$PCSDISABLE` into MQTT disables sending commands  
Sending `$PCSENABLE` into MQTT enables sending commands

When control station command sending is disabled:

`$PROVAUTOSTART` is sent to ROV/Jetson

when commands are enabled:

`$PROVAUTOSTOP` is set to ROV/Jetson

Let us know if this seems suitable.

Kind regards,

Craig