nau7802

command module
v0.0.0-...-d180ffb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 6 Imported by: 0

README

nau7802

Module for a load cell bridge sensor amplifier

Usage

1. Build binary

If you clone this repository to the target environment where you run your Viam robot, then you can build a binary named nau7802 with:

go build -o nau7802

Alternatively, if you want to build a binary for a different target environment, please use the viam canon tool.

2. Add to robot configuration

Copy the binary to the robot (system where viam-server is running) and add the following to your configuration:

  ...
  "modules": [
    ...,
    {
      "executable_path": "<path_to_binary>",
      "name": "nau7802-module"
    },
    ...,
  ],
  "components": [
    ...,
    {
      "name": "",
      "type": "sensor",
      "model": "viam-labs:sensor:nau7802-module"
    },
    ...,
  ],
  ...

For more information on how to configure modular components, see this example.

Documentation

Overview

package main is a module with a nau7802 sensor component

Directories

Path Synopsis
Package nau7802module implements a nau7802 sensor for load cell amplification datasheet can be found at: https://cdn.sparkfun.com/assets/e/c/8/7/6/NAU7802_Data_Sheet_V1.7.pdf example repo: https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library
Package nau7802module implements a nau7802 sensor for load cell amplification datasheet can be found at: https://cdn.sparkfun.com/assets/e/c/8/7/6/NAU7802_Data_Sheet_V1.7.pdf example repo: https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL