Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CedarGrove CircuitPython_AD5293 Digital Potentiometer driver #145

Merged
merged 1 commit into from
Mar 19, 2023
Merged

Add CedarGrove CircuitPython_AD5293 Digital Potentiometer driver #145

merged 1 commit into from
Mar 19, 2023

Conversation

CedarGroveStudios
Copy link
Contributor

@CedarGroveStudios CedarGroveStudios commented Mar 18, 2023

The AD5293 Digital Potentiometer is a 10-bit, SPI, 100K-ohm device. The potentiometer sports 1024 resistance steps. The digital logic power requires 2.7v to 5.5v. The potentiometer circuit operates with dual analog supply voltages from +/-9v to +/-16.5v. The pins act similarly to a passive resistive potentiometer, but require that voltages placed on any of the three pins not exceed the analog power supply voltages.

The CircuitPython driver supports a single SPI potentiometer device per instance. It will not work with daisy-chained devices.

The Cedar Grove AD5293 custom breakout board provides power and signal connections for SPI and the potentiometer chip. The AD5293 is also used in the AD9833-based Cedar Grove Precision VCO Eurorack module. The custom breakout board is available in the OSH Park public project collection.

@jposada202020
Copy link
Contributor

Hello :). Thanks for the add. Might would be good if you include it in the community libraries list. https://github.com/adafruit/CircuitPython_Community_Bundle/blob/main/circuitpython_community_library_list.md.

Thanks

@CedarGroveStudios
Copy link
Contributor Author

Oops. Skipped that step. Thanks for the reminder.

Copy link
Contributor

@jposada202020 jposada202020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the Add :), Library entry to the list is in #146. LGTM

@jposada202020 jposada202020 merged commit 9d4a024 into adafruit:main Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants