Cheap YD ESP32-S3 board review.

Поделиться
HTML-код
  • Опубликовано: 22 дек 2023
  • In this video we check-out a Chinese ESP32-S3-DevKitC-1 clone. We get it set up in PlatformIO creating a new Board file etc. This board has two USB-C ports one for uploading code and for serial monitor use, and an other which can be used for USB Device or USB Host OTG Mode. I will use it for the upcoming ESP32 Adventures series where we investigate how to use each function of an ESP32-S3 board.
    If you subscribe and click the bell icon you will be notified when new episodes are published.
    Links:
    Board at TEMU.com: www.temu.com/goods.html?_bg_f...
    Github Site: github.com/vcc-gnd/YD-ESP32-S3
    Espressif ESP32-S#-Wroom-1 Specs: www.espressif.com/sites/defau...
    Genuine Espressif DevKit info: docs.espressif.com/projects/e...
  • НаукаНаука

Комментарии • 31

  • @davidville9647
    @davidville9647 5 месяцев назад +5

    I am currently working on a senior design project and decided to use the ESP32 S3. I bought a couple of these third party esp32 s3s and have been struggling with them. Especially since there isn't much information on them. This video has explain so much about the board. Thank you so much!

    • @Tech-Relief
      @Tech-Relief  5 месяцев назад

      My pleasure, I like to analyze stuff...

  • @peterthinks
    @peterthinks 3 месяца назад +1

    Could you upload the code you used to blink the on board neopixle somewhere please? Thanks for the video. I was wondering how to get the LED to blink.

    • @Tech-Relief
      @Tech-Relief  3 месяца назад +1

      I think I got the neopixel code from the Arduino samples. I am busy in the next few days but I will have a look...

  • @Marc_Wolfe
    @Marc_Wolfe 5 месяцев назад +1

    I selected a bunch of lossely educated guesses to get anything to work. Erase all flash before programming, OSPI, 16MB, 115200 upload speed, maybe something else. I'm a noob with a general idea of some things.

  • @marufsj4973
    @marufsj4973 Месяц назад

    Nice

  • @Zigonce
    @Zigonce 10 дней назад

    Hey, I have the same board and can't find it in the board selection dropdown menu of ArduinoIDE

    • @ColHardy
      @ColHardy 5 дней назад

      just go with ESP32S3 Dev Module

  • @MAIDULISLAM-ei6qk
    @MAIDULISLAM-ei6qk 4 месяца назад

    Hi, so while I was flashing the device, I am constantly getting this error:
    2-sync fail
    tips: please refer to the chip datasheet and confirm that strapping pin's status is correct.
    how can I solve this problem. TIA

    • @Tech-Relief
      @Tech-Relief  4 месяца назад

      I have not come across this however, the pinout has several pins associated apparently with "STRAP" it calls it. Namely: Pin Marked GPIO3/JTAG, GPIO46/LOG, GPIO0/BOOT, GPIO45/VSPI. GPIO 0 is the BOOT button if I remember correctly, however, you might check those pins to see if they are connected to something that interferes? Other than that perhaps someone else has some experience with this?...

  • @emrebaser3803
    @emrebaser3803 Месяц назад

    Thank you for the video. I have the exact same board, but it seems the I2C functionality is missing, I am using pin 21 for SDA and pin 19 for SCL.
    I always get the output no I2C device found. Just wanted to ask if I am missing something.

    • @Tech-Relief
      @Tech-Relief  Месяц назад

      I am completing several projects right now, and I will have a look at it when they are done. However, what are you connecting to the board?

    • @emrebaser3803
      @emrebaser3803 Месяц назад

      @@Tech-Relief
      I was trying to connect a temperature and humidity sensor, Adafruit AM2320. I ended up purchasing another one DHT22(that does not require I2C protocol, and it worked perfectly). Today, I wanted to try creating a circuit using the 5Vin pin, and I find that it does not work automatically like 3V3 pins, and I have no idea how to make it work. Do you have any recommendations fro that?

    • @Tech-Relief
      @Tech-Relief  Месяц назад

      @@emrebaser3803 I am out of town right now when I get back next week I will have a look at it.

    • @necrodrucifver
      @necrodrucifver 27 дней назад

      @@Tech-Relief I have a proyect on ESP32 (pin 21 for SDA and pin 20 for SCL.) with a RTC that im going to export to S3 and the fist think that i check was the pin out for a esp32s3, and thearent the same, check the S3 PIN OUT AND LOOK for SCL 9 AND SDA 8 on s3 not all PINOUTS FOR S3 HAVE LABLED SCL AND SDA

  • @Marc_Wolfe
    @Marc_Wolfe 5 месяцев назад +1

    "Deneyap Kart G" When connected to native USB. If it falsely reported as an S3 when it's really a C3, I wonder if that would explain it complaining about an I2S pin mapping being invalid. Using simple tone demo. I've only gotten the bluetooth scanner example to cooperate so far. Of course, if i select C3, i get told that's the wrong board. At the very least, it's half-assed. Verbatm error is "E (7) I2S: i2s_set_pin(295): ws_io_num invalid" Sounds like LR clock pin.

    • @Tech-Relief
      @Tech-Relief  5 месяцев назад

      Do you have a small sample of the code you are using I will look into it? I actually made my own board file for it perhaps that would help to make it work?

    • @Tech-Relief
      @Tech-Relief  5 месяцев назад

      Oh and where is it getting 295 as a pin number from, there is of course no such pin...

    • @Marc_Wolfe
      @Marc_Wolfe 5 месяцев назад

      @@Tech-Relief IDK, serial monitor says that after flashing with no compiler errors. Seems there's some serial functionality on boot independent of flashed sketch. I tried the "simple tone" I2S example included with espressif board manager files.

    • @Tech-Relief
      @Tech-Relief  5 месяцев назад

      I do not have any I2S devices to test with, I better get some... However, I tried several examples and they do seem to compile alright on my machine but I can't yet test them of course. I wonder if you might have more success if you used the board file I created for the DevKit clone: pastebin.com/UcxDxmfk ?

    • @Marc_Wolfe
      @Marc_Wolfe 5 месяцев назад

      @@Tech-Relief You don't need the dac to test for same error I got.

  • @s1nister688
    @s1nister688 5 месяцев назад

    are you using a can and a string to record the audio?

    • @Tech-Relief
      @Tech-Relief  5 месяцев назад

      I suppose you had an audio problem? Any one else experiencing a problem? It was good before uploading to RUclips...

    • @Daniel-hg2rq
      @Daniel-hg2rq 5 месяцев назад

      ​I have issues with the
      audio also ​@@Tech-Relief
      But it became better about half way into the video.

    • @Tech-Relief
      @Tech-Relief  5 месяцев назад

      Not sure why. When I play it back it sounds alright. Could you be more specific what is wrong? Perhaps I can re-process it if I understand the problem better.

  • @Fahimhossain81
    @Fahimhossain81 2 месяца назад

    Pls make e make for this board in arduino ide😢🥹

    • @Tech-Relief
      @Tech-Relief  2 месяца назад

      So I created a short video on how to compile and convert PlatformIO projects using the Arduino IDE, let me know if this helps you? ruclips.net/video/ySV-Pwr5FnY/видео.html

  • @DynoRC
    @DynoRC 5 месяцев назад

    RIP headphone users