Revision as of 11:15, 10 September 2020 by Registered User
Under construction.png Coming soon

1. First Capturing sound and recording it

Clock.png 45min

Target description

This tutorial enables you to:

  • Use the embedded STM32F769I-Disco microphones
  • Capture the sound got from the microphones
  • Expose the complete chaine to filter the sound using the DFSDM functionality
  • Record the sound and re-listen to them on the ouptut line of the STM32F769I-Disco using an earphone


Prerequisites

  • Computer with Windows 7 (or higher)

Hardware

Software

  • STM32CubeIDE
  • STM32CubeMX

Literature

1.1. Installation of the software tools

In this part, the software we will be working on are STM32CubeIDE and STM32CubeMX.
To follow the installation instructions, please refer to our wiki page Tools installation.

1.2. Launching the project

To create the project, please launch STM32CubeMX, and on the home page, click on Access to board selector
anacubemx.png
Later, in the search bar write STM32F769 in order to search for the board we will be working with, later choose the STM32F769I-Disc1 as presented in the following image.
anaselect.png


2. SecondAnalog App

Clock.png 45min

Target description

Prerequisites

  • Computer with Windows 7 (or higher)

Hardware

Literature