{"id":21150815,"url":"https://github.com/cedargrovestudios/circuitpython_ad5293","last_synced_at":"2026-04-16T12:01:45.185Z","repository":{"id":143468427,"uuid":"614502561","full_name":"CedarGroveStudios/CircuitPython_AD5293","owner":"CedarGroveStudios","description":"A CircuitPython driver for the AD5293 digital potentiometer.","archived":false,"fork":false,"pushed_at":"2023-07-26T01:29:47.000Z","size":6567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T00:27:25.911Z","etag":null,"topics":["ad5293","circuitpython","circuitpython-community-bundle","digital-potentiometer","spi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CedarGroveStudios.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T18:02:43.000Z","updated_at":"2023-03-19T23:09:31.000Z","dependencies_parsed_at":"2024-11-20T10:56:12.505Z","dependency_job_id":"609e6793-330a-447f-b81b-2ac84964c4f2","html_url":"https://github.com/CedarGroveStudios/CircuitPython_AD5293","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/CedarGroveStudios/CircuitPython_AD5293","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedarGroveStudios%2FCircuitPython_AD5293","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedarGroveStudios%2FCircuitPython_AD5293/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedarGroveStudios%2FCircuitPython_AD5293/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedarGroveStudios%2FCircuitPython_AD5293/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CedarGroveStudios","download_url":"https://codeload.github.com/CedarGroveStudios/CircuitPython_AD5293/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedarGroveStudios%2FCircuitPython_AD5293/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ad5293","circuitpython","circuitpython-community-bundle","digital-potentiometer","spi"],"created_at":"2024-11-20T10:08:33.802Z","updated_at":"2026-04-16T12:01:45.168Z","avatar_url":"https://github.com/CedarGroveStudios.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\n.. image:: https://img.shields.io/discord/327254708534116352.svg\n    :target: https://adafru.it/discord\n    :alt: Discord\n\n\n.. image:: https://github.com/CedarGroveStudios/CircuitPython_AD5293/workflows/Build%20CI/badge.svg\n    :target: https://github.com/CedarGroveStudios/CircuitPython_AD5293/actions\n    :alt: Build Status\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code Style: Black\n\nA CircuitPython driver for the AD5293 digital potentiometer.\n\nThe AD5293 Digital Potentiometer is an SPI, 10-bit, 100K-ohm device. The device\noperates with a digital logic power source of 2.7v to 5.5v and a dual analog\npower source of +/-9v to +/-16.5v. The potentiometer pins act similarly to a passive\nresistive potentiometer, but requires that voltages placed on any of the\nthree pins not exceed the analog power supply voltage.\n\nThe CircuitPython driver supports a single SPI potentiometer device per instance.\nConnecting the SDO pin to the SPI host input pin is not required nor recommended\nsince the SDO pin could interfere with other SPI-connected devices.\n\nThis driver does not work with daisy-chained devices.\n\nThe Cedar Grove AD5293 custom breakout board provides power and signal\nconnections for SPI and the potentiometer chip. The AD5293 is also\nused in the AD9833-based Cedar Grove Precision VCO Eurorack module.\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython \u003chttps://github.com/adafruit/circuitpython\u003e`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle \u003chttps://circuitpython.org/libraries\u003e`_\nor individual libraries can be installed using\n`circup \u003chttps://github.com/adafruit/circup\u003e`_.\n\nInstalling to a Connected CircuitPython Device with Circup\n==========================================================\n\nMake sure that you have ``circup`` installed in your Python environment.\nInstall it with the following command if necessary:\n\n.. code-block:: shell\n\n    pip3 install circup\n\nWith ``circup`` installed and your CircuitPython device connected use the\nfollowing command to install:\n\n.. code-block:: shell\n\n    circup install cedargrove_ad5293\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n    circup update\n\nUsage Example\n=============\n\n.. code-block:: python\n\n    import board\n    import cedargrove_ad5293\n\n    ad5293 = cedargrove_ad5245.AD5293(spi=board.SPI(), select=board.D9)\n\n    ad5293.wiper = 1023\n    print(\"Wiper set to %d\"%ad5293.wiper)\n\n``ad5293_simpletest.py`` and other examples can be found in the ``examples`` folder.\n\n\nDocumentation\n=============\n`AD5293 CircuitPython Driver API Class Description \u003chttps://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/pseudo_rtd_cedargrove_ad5293.pdf\u003e`_\n\n`CedarGrove AD5293 Breakout OSH Park Project \u003chttps://oshpark.com/shared_projects/JgsYr1kv\u003e`_\n\n`CedarGrove AD5293 Breakout PCB Repository \u003chttps://github.com/CedarGroveStudios/PCB_AD5293_Digital_Potentiometer\u003e`_\n\n.. image:: https://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/ad5293_glamour.png\n\nFor information on building library documentation, please check out\n`this guide \u003chttps://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1\u003e`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n\u003chttps://github.com/CedarGroveStudios/Cedargrove_CircuitPython_AD5293/blob/HEAD/CODE_OF_CONDUCT.md\u003e`_\nbefore contributing to help this project stay welcoming.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedargrovestudios%2Fcircuitpython_ad5293","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedargrovestudios%2Fcircuitpython_ad5293","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedargrovestudios%2Fcircuitpython_ad5293/lists"}