Search found 10 matches

by yupingzhang2005
Mon Mar 20, 2023 4:00 pm
Forum: General Discussion
Topic: https communication does not work with esp32-s3-devkitc-1 board
Replies: 3
Views: 1716

Re: https communication does not work with esp32-s3-devkitc-1 board

Thanks, I have figured out and made it works. Please can someone help me close this tickets? thanks!
by yupingzhang2005
Fri Mar 17, 2023 4:50 am
Forum: General Discussion
Topic: https communication does not work with esp32-s3-devkitc-1 board
Replies: 3
Views: 1716

Re: https communication does not work with esp32-s3-devkitc-1 board

how can I detect the esp32-s3 board hostname? I used ping -a 10.0.0.15, and it didn't work. Thanks.
by yupingzhang2005
Fri Mar 17, 2023 2:05 am
Forum: General Discussion
Topic: https communication does not work with esp32-s3-devkitc-1 board
Replies: 3
Views: 1716

https communication does not work with esp32-s3-devkitc-1 board

Hi, I'm using self-signed certificates/keys for https server on esp32-s3 board and client on my phone, it fails in handshake phase, see below errors: I (19095) esp_https_server: performing session handshake E (19115) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x7280 E (19115) esp_https_server:...
by yupingzhang2005
Tue Mar 14, 2023 7:29 pm
Forum: General Discussion
Topic: How to create a new project based on two examples projects?
Replies: 1
Views: 916

Re: How to create a new project based on two examples projects?

This is no more a question, please close this ticket, thanks!
by yupingzhang2005
Tue Mar 14, 2023 7:00 pm
Forum: General Discussion
Topic: ESP32-S3-DevKitC-1 USB port doesn't have power 5V
Replies: 4
Views: 3085

Re: ESP32-S3-DevKitC-1 USB port doesn't have power 5V

Hi, just let you know this is a design issue, your competitor uses SR-0805 part instead of Diode D7 to solve this problem. For me, I have no more issues, please close this ticket!

thanks,
Yuping Zhang
by yupingzhang2005
Mon Mar 13, 2023 3:00 am
Forum: General Discussion
Topic: ESP32-S3-DevKitC-1 USB port doesn't have power 5V
Replies: 4
Views: 3085

ESP32-S3-DevKitC-1 USB port doesn't have power 5V

Hi, I attached a USB drive to USB port of ESP32-S3-DevKitC-1 board, and the board can't detect the USB drive. I checked schematic, there is no power 5V (from UART USB) for this USB port, is it a hardware design issue? please search "VBUSB" in schematic, how do you workaround this issue? thanks, Yupi...
by yupingzhang2005
Thu Mar 09, 2023 8:49 pm
Forum: General Discussion
Topic: How to create a new project based on two examples projects?
Replies: 1
Views: 916

How to create a new project based on two examples projects?

Hi,
I'm a rookie in Espressif environment, I'd like to create a new project which is based on two examples projects, please tell me how can I combine two projects into a new project? If this is a duplicate topic, please point out the link.

Have a nice day!
Thanks
by yupingzhang2005
Thu Mar 09, 2023 6:48 pm
Forum: General Discussion
Topic: examples\peripherals\usb\host\msc doesn't support esp32c6
Replies: 7
Views: 3582

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

One more question: is there a development kit from Espressif that has WIFI+BLE+High speed USB (OTG or host only)? thanks!
by yupingzhang2005
Sun Feb 19, 2023 8:36 pm
Forum: General Discussion
Topic: examples\peripherals\usb\host\msc doesn't support esp32c6
Replies: 7
Views: 3582

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Thanks for your information! but why ESP32-C6-DevKitC-1-N8 board has two type C USB ports? one for UART, another for what? please explain a bit, have a nice day!
by yupingzhang2005
Sat Feb 18, 2023 6:36 pm
Forum: General Discussion
Topic: examples\peripherals\usb\host\msc doesn't support esp32c6
Replies: 7
Views: 3582

examples\peripherals\usb\host\msc doesn't support esp32c6

Hi,
I know esp32c6 is in its early stage. build reports error:

HINT: Component "espressif/usb_host_msc" has suitable versions for other
targets: "esp32s2", "esp32s3". Is your current target "esp32c6" set
correctly?

Could someone please help me fix it?

thanks,