Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

CircuitPython driver for the Adafruit GP8403 Breakout Board I2C DAC with 12V Booster + NVM - STEMMA QT / qwiic

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.

Purchase one from the Adafruit shop

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-gp8403

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-gp8403

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install adafruit-circuitpython-gp8403

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 adafruit_gp8403

Or the following command to update an existing version:

circup update

Usage Example

import time
import board
import adafruit_gp8403

i2c = board.I2C()
# default 0-5V range:
dac = adafruit_gp8403.GP8403(i2c)
# for 0-10V range:
# dac = adafruit_gp8403.GP8403(i2c, output_range=adafruit_gp8403.Range.RANGE_10V)

dac.channel_0.voltage = 2.5 # set channel 0 to 2.5V
dac.channel_1.voltage = 3.5 # set channel 0 to 3.5V
while True:
        # can access voltages as a tuple too (dac.voltages):
        print(f"Channel 0: {dac.voltages[0]:.01f}V")
        print(f"Channel 1: {dac.voltages[1]:.01f}V")
        time.sleep(1)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

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

Download files

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

Source Distribution

adafruit_circuitpython_gp8403-1.0.0.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adafruit_circuitpython_gp8403-1.0.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file adafruit_circuitpython_gp8403-1.0.0.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_gp8403-1.0.0.tar.gz
Algorithm Hash digest
SHA256 44a30aadea109cf95a4b6dc6b625edede2aeb676f671520c39929498ac4bf8ba
MD5 3ffa57b50a87cb54831fa0b6d211cd5a
BLAKE2b-256 d0ff0b5d80efd33aa6b567dac84068b7f6f0fa500bea9219c54af733cda6bef3

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_gp8403-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_gp8403-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 edf8299a7b8bca24171c384ef56bce031621eac36f624868ffef7b625e7777b3
MD5 3fe4011a4e5ac4de8f5587e1622efd24
BLAKE2b-256 7b7901cfc715e1b9f23b3045edf967e62e1ae73d4e212f75eabfda2b48a61056

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page