Characterise Waveshare HP AD/DA board Raspberry PI

Use MATLAB to characterise the high precision AD/DA board for Raspberry Pi from Waveshare.
209 Downloads
Updated 26 Jan 2019

View License

This MATLAB script runs a test of the Waveshare high precision AD/DA board using the ADS1256 and DAC8532. number of samples "n" and time between samples "dt" can be set at the beginning of the script. dt is generally not accurately enforced by the script. VREF must be input at the beginning of the script. I measured it using a Keithley DMM 6500 61/2 digit multi meter. The source for VREF was a LIPO battery that was stable to within +/- 5uV throughout the test.

The script shows how to access the registers on the ADC and DAC chips directly via SPI through the Raspberry Pi.

The results are shown as a graph of ADC input versus commanded DAC output with a linear fit and analysis of residuals. The results show that the board can be used to within +/- 10mV. There is a definite bias of ~20mV and there is a non-linearity of +2mV/V.

IMPORTANT NOTE: This has only been tested with R2018A and Raspberry Pi server_v18.1.0. It is known NOT to work with R2018B and Raspberry Pi server_v18.2.1 (I have posted this problem, in which R2018B loses the connection to the Raspberry Pi very quickly).

Cite As

Austin Gosling (2024). Characterise Waveshare HP AD/DA board Raspberry PI (https://www.mathworks.com/matlabcentral/fileexchange/70089-characterise-waveshare-hp-ad-da-board-raspberry-pi), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with R2018a
Platform Compatibility
Windows macOS Linux
Categories
Find more on Vehicle Network Toolbox in Help Center and MATLAB Answers
Communities

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Now includes adcdumpregs function.

1.0.0