This quick post is about the verification script which I did to test the PT8211 DAC functionality. This script is designed to work with Arduino boards and, I tested with Arduino Due and Arduino Mega 2560 boards.
The script is self-explanatory, and it emulates the I2S interface and communicates with the PT8211 DAC.
With this script, PT8211 generate sine wave in both channels. The frequency of the waveform is dependent on the clock frequency of the Arduino board. In Due board, PT8211 generates 0.052kHz sine wave on both channels.
The test setup is quite straightforward. I2S and power pins of PT8211 need to connect to the Arduino board in the following order:
Test script for Arduino is available in here:
The script is self-explanatory, and it emulates the I2S interface and communicates with the PT8211 DAC.
The output waveform of PT8211 on Arduino Due board. |
With this script, PT8211 generate sine wave in both channels. The frequency of the waveform is dependent on the clock frequency of the Arduino board. In Due board, PT8211 generates 0.052kHz sine wave on both channels.
Connections between PT8211 and Arduino. |
The test setup is quite straightforward. I2S and power pins of PT8211 need to connect to the Arduino board in the following order:
- Serial clock (BCK) - Pin 22
- Channel selector (WS) - Pin 23
- Data (DIN) - Pin 24
- VCC - 5V (Mega 2560 board) 3.3V (Due board)
- GND - GND
Test script for Arduino is available in here:
Comments