Making a WiFi Connected Audio Spectrum Analyzer with ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 19

  • @TheElectronicEngineer
    @TheElectronicEngineer 2 ปีที่แล้ว +3

    If you have any questions or suggestions, feel free to ask them. Ill try to answer all as best I can. Also check out the element 14 community.

    • @YanickT
      @YanickT 2 ปีที่แล้ว

      A lot of work in it. For making one myself, I know it :) Good job guys.

  • @U8uxa8SP
    @U8uxa8SP 2 ปีที่แล้ว +3

    Great project. Thanks.

  • @MAYERMAKES
    @MAYERMAKES 2 ปีที่แล้ว +3

    Time to transform some fourriers..need to look a bit into that audio stuff..

  • @TheMlg556
    @TheMlg556 2 ปีที่แล้ว

    the "web programming" part surprised me, I didn't know it was possible to flash remote binaries via web browser!

  • @headend5
    @headend5 13 วันที่ผ่านมา

    Hi. Can the control data be outputted on an I/O pin to use in a w2812b style led display instead of a web page? Thanks.

  • @sss.zareee
    @sss.zareee 5 หลายเดือนก่อน

    hello my friend
    Thank you very much for this great tutorial. It had many useful tips.
    Please advise on adding LEDs exactly like the screen behind you or make a new video.

  • @jj74qformerlyjailbreak3
    @jj74qformerlyjailbreak3 ปีที่แล้ว

    How did you know I was going to explain this to my friends? 😂

  • @araz1977
    @araz1977 ปีที่แล้ว

    Hi, great video... When trying to install ESP32 web programmer the following message appears in Google Chrome: [Error: Downlading firmware WebSpecElement.bin failed: 404]

  • @tibadger96
    @tibadger96 ปีที่แล้ว

    Hello, your link is dead :(

  • @sotecluxan4221
    @sotecluxan4221 2 ปีที่แล้ว +1

  • @sbromley6739
    @sbromley6739 2 ปีที่แล้ว

    Fantastic! Compiled and downloaded to board. I see a ton of noise in the FFT output browser when no audio is supplied to the microphone. After checking the audio input to the ESP32 (originating in the microphone) I observed 1-V noise pulses at 30 mS intervals. I assume these are related to the WiFi transmitter. Will need to work on power bypassing to reduce the noise. Has anyone else seen this?

    • @AdamSemy
      @AdamSemy 2 ปีที่แล้ว

      I think noise is a common problem with the ESP32, but the cause isn't clear. It's either a physical noise (from the WiFi chip), or the power line has electrical noise. th-cam.com/video/zPd5tm6MtfM/w-d-xo.html th-cam.com/video/LCmgfb5HrIY/w-d-xo.html th-cam.com/video/BkiDfcDYZFQ/w-d-xo.html

    • @donnersm
      @donnersm 2 ปีที่แล้ว

      Yeah, could be noise from the power supply or usb…. You can reduce it by adding a load to the input like a 1k resistor in parallel with the input port and ground. Also, in the software there is a noise tresshold that you can play around with

    • @Furz35
      @Furz35 5 หลายเดือนก่อน

      WLAN generates a lot of interference in the ESP32. The power supply drops impulsively by several 100mV when WLAN is transmitting. I have tried for a long time to minimise this with external capacitors - without success.
      The ESP32 cannot be used in applications with WLAN and simultaneous use of ADC or DAC. Therefore I use external ADC's with I2S interface, which are available for little money.