STM32F411 Discovery Kit and Arduino: Setting up the Audio Chip
Quite some time ago, I started to look into the STM32F411 Discovery Kit with Arduino. Unfortunatly the audio codec i2c address was not showing up in the port scan. I found out that the chip needs to be activated with setPinMode(PD4, OUTPUT); digitalWrite(PD4, HIGH); One of the reasons why I started my arduino-audio-driver project, was that I wanted to have a clean API for the LQFP100 audio chip that is provided by this board. So Read more







