ESP32-2432S028 aka Cheap Yellow Display - fixing the audio issues

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2023
  • With a few easy modifications the audio quality of the ESP32-2432S028, also known as Cheap Yellow Display, can be greatly improved. Video explains two main issues with the design and how to fix them.
    Link to project:
    github.com/hexeguitar/ESP32_T...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @AnotherMaker
    @AnotherMaker 8 หลายเดือนก่อน +5

    Fantastic work. I'm really excited to see what becomes of these boards. I'm ordering more before they get too popular :)

  • @ralfm.metzing8407
    @ralfm.metzing8407 5 หลายเดือนก่อน +1

    Thanks for the effort to illustrate the difference of these modifications

  • @rhenry74
    @rhenry74 7 หลายเดือนก่อน

    Yes!

  • @JamiesHackShack
    @JamiesHackShack 3 หลายเดือนก่อน

    Thanks!

  • @Not-Einstein-61
    @Not-Einstein-61 หลายเดือนก่อน

    Wow, a VERY BIG thank you !!!!!!!!!!!

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

    Hi, How to store audio files on external SPI flash (winbond 16MB)??

  • @Uranday
    @Uranday 2 หลายเดือนก่อน

    Not related to this problem, but maybe you got any info on getting the touch working with SquareLine Studio? Couldnt find what touch library to use and how to integrate.

    • @hexefxdiy
      @hexefxdiy  2 หลายเดือนก่อน

      Getting the touch screen (resistive one) to work on CYD 2.8" is one of the most often asking questions.
      It boils down to the pcb design and decisions made by the manufacturer. The two SPI buses HSPI and VSPI are used for the display and the SD card. Examples usually use the TFTeSPI library as the low level driver. This library assumes the touch controller is on the same bus as the display, only the CS pins differ. Well, not in the CYD case, the touch controller is on a completely different set of pins.
      To solve that i made a bit banged SPI lib which does the job:
      github.com/hexeguitar/CYD28_Touchscreen
      Not sure how you would use it in the SquareLine Studio, not using it myself, but there is an example on how to use it with LVGL. A mater of adding a driver. The linked in the description example project uses that library to handle the touch screen.
      Hope it helps!

  • @thienanpham7466
    @thienanpham7466 2 หลายเดือนก่อน

    can i ask a question : does this board have the Audio Amplifier already integred into that we only have to connect the speaker and no need for a seperate amplifier ?

    • @Nebbia_affaraccimiei
      @Nebbia_affaraccimiei 2 หลายเดือนก่อน

      at 1:16 u can see the TC8002D "amplifier". we're talking about 3W so mind what kinda speaker u connect :)

  • @koolholio
    @koolholio 2 หลายเดือนก่อน

    4.7k pull-up is compliant with i2s

    • @koolholio
      @koolholio 2 หลายเดือนก่อน

      It’s better if you breakout to a proper audio board

    • @koolholio
      @koolholio 2 หลายเดือนก่อน

      The volume and distortion is always a “compression” issue. Because limiters are compressors

    • @koolholio
      @koolholio 2 หลายเดือนก่อน

      The boards are useful for more automotive application?