Skip to main content

CircuitPython helper library for programming AVR chips.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

Program your favorite AVR chips directly from CircuitPython with this handy helper class that will let you make stand-alone programmers right from your REPL. Should work with any/all AVR chips, via SPI programming. Tested with ATmega328, ATtiny85 and ATmega2560

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.

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-avrprog

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

sudo pip3 install adafruit-circuitpython-avrprog

To install in a virtual environment in your current project:

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

Usage Example

See examples folder for full examples that progam various bootloaders onto chips.

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.

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

adafruit_circuitpython_avrprog-1.5.2.tar.gz (44.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file adafruit_circuitpython_avrprog-1.5.2.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_avrprog-1.5.2.tar.gz
Algorithm Hash digest
SHA256 a01486b7372f2fdfec50391ee8c19f065705655fcaef74f86b9edae97f1e5420
MD5 3dcc9574dc849aade71deb9d231d9b02
BLAKE2b-256 21d9d2da0cd2c5c7bd2e93018c8c180150b117b3278b87a38cd6fd7c1cd267b2

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_avrprog-1.5.2-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_avrprog-1.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8eeba888e067ed67d617dbe9cb51cd7b1264415a9ba60b6cf5bf30279a8047e8
MD5 337edf2ece155425a02350246e676b05
BLAKE2b-256 eb0666792333751a51a24464fa2853e84ad50f6275ed100fa4f935c4201ad144

See more details on using hashes here.

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