ESP32 to process audio signals: Software (Fourier Transforms) and Hardware (MSGEQ7)

Поділитися
Вставка
  • Опубліковано 5 лип 2024
  • Here we use ESP32 microcontroller to analyze real-time audio signals
    Code: github.com/debsahu/ESP32_FFT_...
    1. Real-time FFT to get frequencies
    2. Use MSGEQ7 chip to get the same data
    3. Display frequency bands on LEDs as bars
    FFT basics: • But what is the Fourie...
  • Наука та технологія

КОМЕНТАРІ • 18

  • @DesignitBuilditRepairit
    @DesignitBuilditRepairit 5 років тому +1

    Another great project to tackle thanks for a great video 👍

  • @Colarocker
    @Colarocker 5 років тому +3

    thanks for the informative video! can you say something about the usage of processing power without and with the extra IC with an ESP32?

  • @anahiyanina9566
    @anahiyanina9566 4 роки тому +2

    Hi, thanks for the video, I would like to know the maximum frequency of ADC on this device?. I am using the same microphone and need 50KHz sample rate.

  • @tharangabalasooriya1328
    @tharangabalasooriya1328 3 роки тому

    Thanks and grate project
    Can i use I2S mic like SPH0645 unit for audio input , for this project..?

  • @aritrabose4147
    @aritrabose4147 4 роки тому

    Can you make a video on how to take up two signals simultaneously using timer code in esp32

  • @Kanoshe
    @Kanoshe 4 роки тому

    alright what if, i only want 1 color, and 1 sound range how cheaply could it be done?

  • @instantjustice164
    @instantjustice164 3 роки тому

    Thanks for the informative video! 👍
    Where can we buy this IC MSGEQ7 in India? Can you please provide any online shopping link please.

  • @wishitwantitdoit5477
    @wishitwantitdoit5477 4 роки тому

    How could i use an arduino uno instead of the esp board? Also what mic did you use ?

    • @wishitwantitdoit5477
      @wishitwantitdoit5477 4 роки тому

      @@debsahu7801 ok where can I find the code for the MSGEQ7

    • @sambeard4428
      @sambeard4428 2 роки тому

      I don't think the uno has the required processing power/ memory space etc

  • @xmarks-spot
    @xmarks-spot 5 років тому

    If I wanted to wire this up directly to an audio output jack of a cellphone, what changes would I have to make to your circuit? In other words instead of using the microphone board. Great video!

    • @brendousergeerickossonon6223
      @brendousergeerickossonon6223 3 роки тому

      @@debsahu7801 Hi, Thanks already for the video. this link is dead. do you have other links that illustrates what you said?

    • @brendousergeerickossonon6223
      @brendousergeerickossonon6223 3 роки тому

      @@debsahu7801 Thanks! its strange...Im getting signals even when no sound is being played. I always have the same figures in the serial plotter, no matter the sound that plays..do you have an idea of what the problem could be? (I'm using an ESP8266)

  • @123umesho
    @123umesho 4 роки тому

    Nice idea !
    Sir, is there any chip which does fft of a signal which carries encoded data to further decode that data?

    • @123umesho
      @123umesho 4 роки тому

      @@debsahu7801 thanks for replying!

  • @hse9406
    @hse9406 3 роки тому

    How much maximum points(samples) support esp32 for fft or fht?

    • @hse9406
      @hse9406 3 роки тому

      @@debsahu7801 what model of esp32 i can set points at least 4096 samples on it?