Skip to content

ucmercedrobotics/nau7802_adc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAU7802 driver

A ROS2 wrapper for the Cedargrove/Adafruit NAU7802 ADC sensor driver and library

Install

(from your venv)

pip install -r requirements.txt
colcon build
source install/setup.zsh

Run

ros2 run nau7802_adc nau7802_node

ros2 topic echo /nau7802/load

Dependencies

This depends on the following python packages:

  • cedargrove-nau7802 A CircuitPython driver class for the NAU7802 24-bit ADC
  • empy version 3.3.4 (required to workaround this issue until colcon supports empy v4)

About

A ROS2 wrapper for the Cedargrove/Adafruit NAU7802 ADC sensor driver and library (mirror of https://gitlab.com/labrnth/nau7802_adc/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages