8 releases

0.3.2 Mar 25, 2024
0.3.1 Feb 29, 2024
0.3.0 Nov 1, 2023
0.2.1 Jul 31, 2023
0.1.2 Jul 14, 2023

#171 in Science

Download history 9/week @ 2024-01-05 3/week @ 2024-01-12 1/week @ 2024-01-19 13/week @ 2024-01-26 16/week @ 2024-02-02 37/week @ 2024-02-16 195/week @ 2024-02-23 434/week @ 2024-03-01 73/week @ 2024-03-08 33/week @ 2024-03-15 164/week @ 2024-03-22 47/week @ 2024-03-29 14/week @ 2024-04-05

305 downloads per month

MIT license

41KB
530 lines

Navigator-rs

This crate serves as the entry point for embedding applications using Rust on Blue Robotics's Navigator.

The Navigator board has the Raspberry Pi HAT form factor, which allows you to easily attach it to a Raspberry Pi 4 board. Then you can unleash the power of Navigator to develop new solutions or interact with your ROV hardware.

The board offers the following capabilities:

Control:

  • LEDs
  • PWM (Pulse Width Modulation) with 16 channels

Measurements:

  • ADC (Analog Digital Converter) entries
  • Magnetic field
  • Acceleration
  • Angular velocity
  • Temperature
  • Pressure

Currently, it supports armv7 and aarch64 architectures, which are the official defaults for BlueOS. However, despite using the embedded-hal concept, new ports can be added as long as the platform matches the hardware design and specifications.

For more information, including installation instructions, schematics, and hardware specifications, please check the navigator hardware setup guide.

How to use this crate:

The capabilities of the Navigator can be accessed through the Navigator object. Please check the examples in the Implementations section.

Dependencies

~7.5MB
~159K SLoC