RB-Wav-08

Does someone know how to acces to the waveshare RB-Wav-08 in PYTHON with the Raspberry Pi 3 ?

Hi,

The manufacturer only offers support for the device in C (examples available in the documentation here).

Since the device uses common chips, you can probably find online resources for it, such as this and this. We did not find Python examples for the DAC8552 chip, but you can find its datasheets here.

Sincerely,