Skip to content
/ AD5592R Public

Arduino/Teensy Library for the AD5592R 8-channel 12-bit DAC/ADC from Analog Instruments

Notifications You must be signed in to change notification settings

dzalf/AD5592R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AD5592R

8-Channel, 12-Bit, Configurable ADC/DAC with On-Chip Reference, SPI Interface

My take on the AD5592R control library originally (and brilliantly 😉) developed by @Metaln00b

Compared to Metaln00b's design, my library is based on a Class instead of a struct. Additionally, headers are unified for better readability.

In terms of the functionalities, they are besically the same, however, the constructor takes a different approach and the internals of the library do not use pointers.

Examples based on (or ported to) this implementation are provided.

Tested on Arduino and Teensy platforms.

Note: My original fork simply implements small changes to make the SS pin selectable for boards like Teensy, and provides an additional example. I will not be making changes to that fork anymore and leave new additions here.

TODO:

  • Invite @Metaln00b as a collaborator just to get their blessing/approval
  • Translate German comments to English (if @Metaln00b agrees)
  • Add examples folder
  • Make Tindie page for my little Dev Boards (this was a surprise I have been working on 😉) (The shop is now closed :sad:)

About

Arduino/Teensy Library for the AD5592R 8-channel 12-bit DAC/ADC from Analog Instruments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published