Troubleshooting

Software Tools

AMarinerControl

Linux

On Ubuntu/Debian, the AMarinerControl.AppImage may require installing the following libraries:

Terminal
    sudo apt update
    sudo apt install libpulse0 libxcb-cursor0 libxcb-shape0

MacOS

AMarinerControl for MacOS is unsigned, so the following error message may appear when installing for the first time.

_images/Mac_error.png

To open the app, go to System Settings > Privacy and Security, scroll to the bottom of the page and select “Open Anyway” to the dialogue “‘AMarinerControl’ was blocked to protect your Mac”

_images/Mac_open1.png

Select “Open Anyway” again

_images/Mac_open2.png

When prompted, enter your MacOS password and proceed with opening the app.

_images/Mac_pw.png

ANELLO INS Scripts

anello_fw_uploader.py

Firmware updates requires the installation of the python libraries pyserial and pymavlink

Terminal
    pip3 install pyserial pymavlink

Hardware

Reset Wire

The 4-wire bundle included with the ANELLO Aerial INS development kit breakout harness provides Reset, PPS, Sync, and BIT signals. Under normal operating conditions, the Reset line is held high at 3.3V. Driving this line low will force the device into a reset state.

To ensure proper operation, do not tape or heat-shrink the Reset wire together with other wires, and avoid inadvertently grounding it. If the Reset line is held low, the device will remain in a reset (powered-off) state and will appear unresponsive.

_images/4-wire-troubleshooting.png