Page 1 of 1

Just for fun, making sounds - mostly with STF32F7 DISCO

Posted: Wed Nov 04, 2020 1:39 pm
by mlundin
I am a retired mathematician using some spare time to play with microprocessors. I have previously been involved in building and programming robot mannequins for artistic exhibitions. Now I am more focused on digital music, and I would like to make the STM32f746 DISCO into a useable platform, and making audio, display and USB MIDI work from within the Arduino environment.

I have used regular Arduinos, Teensy and RPi as well as some more powerul desktop systems.

Re: Just for fun, making sounds - mostly with STF32F7 DISCO

Posted: Sat May 13, 2023 1:37 am
by Andrew
thanks for your post, it's great

Re: Just for fun, making sounds - mostly with STF32F7 DISCO

Posted: Sun Feb 11, 2024 11:02 pm
by pschatzmann
Hallo, I have about the same intention, but first I would like to have the STM32F411 Discovery Board working: https://www.pschatzmann.ch/home/2024/02 ... d-arduino/

Did you manage to have I2S working ?

Re: Just for fun, making sounds - mostly with STF32F7 DISCO

Posted: Wed Feb 14, 2024 4:20 pm
by stevestrong
@pschatzmann
I am also interested to have F411 disco with audio working.
I have found this project:
https://github.com/winfred-lu/STM32Cube ... and_record
Maybe you can find something interesting there.