Skip to main content

A CircuitPython driver class for the NAU7802 24-bit ADC

Project description

Introduction

Discord Build Status Code Style: Black

A CircuitPython driver class for the NAU7802 24-bit ADC.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.

Installing to a Connected CircuitPython Device with Circup

Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:

pip3 install circup

With circup installed and your CircuitPython device connected use the following command to install:

circup install cedargrove_nau7802

Or the following command to update an existing version:

circup update

Installing for Blinka with Pip

pip3 install cedargrove-nau7802

Usage Example

import board
from cedargrove_nau7802 import NAU7802

# Instantiate NAU7802 ADC
nau7802 = NAU7802(board.I2C(), address=0x2A, active_channels=2)

nau7802_simpletest.py and other examples can be found in the examples folder.

Documentation

NAU7802 CircuitPython Driver API Class Description

Clue Coffee Scale (Adafruit Learning Guide)

CedarGrove NAU7802 FeatherWing OSH Park Project (16-SOIC version)

CedarGrove NAU7802 FeatherWing OSH Park Project (16-DIP version)

https://github.com/CedarGroveStudios/CircuitPython_NAU7802/blob/main/media/glamor_shot.jpeg https://github.com/CedarGroveStudios/CircuitPython_NAU7802/blob/main/media/Clue_scale_trim.png

Needing a calibration weight? The U.S. Mint coin specifications might have some information that could help – if you have some spare change.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project be welcoming to everyone.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cedargrove-nau7802-2.1.1.tar.gz (11.0 MB view hashes)

Uploaded Source

Built Distribution

cedargrove_nau7802-2.1.1-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page