Search found 13 matches

by grantb
Mon Mar 17, 2025 3:44 pm
Forum: Hardware
Topic: Where to buy "USB Type-A Adapter v1.1" or clone?
Replies: 2
Views: 8365

Re: Where to buy "USB Type-A Adapter v1.1" or clone?

Schematic for said PCB.
Espressif USB Host Adapter Schematic.jpg
Espressif USB Host Adapter Schematic.jpg (103.99 KiB) Viewed 7445 times
by grantb
Wed Feb 12, 2025 11:16 pm
Forum: Hardware
Topic: Where to buy "USB Type-A Adapter v1.1" or clone?
Replies: 2
Views: 8365

Re: Where to buy "USB Type-A Adapter v1.1" or clone?

FYI, the camera board is on the "official store":

https://www.aliexpress.us/item/3256805938146328.html
by grantb
Wed Feb 12, 2025 9:41 pm
Forum: Hardware
Topic: Where to buy "USB Type-A Adapter v1.1" or clone?
Replies: 2
Views: 8365

Where to buy "USB Type-A Adapter v1.1" or clone?

The documentation for the official Espressif ESP32-S3-LCD-EV-Board makes several mentions of a USB Host plug on board, but I cannot seem to figure out how to get one. Any ideas?

See:

https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html#usb-type ...
by grantb
Fri Nov 22, 2024 8:13 pm
Forum: General Discussion
Topic: JTAG error with ESP32-S3-DevKitC
Replies: 9
Views: 18685

Re: JTAG error with ESP32-S3-DevKitC

SOLVED: I was able to get this to work today. To use pad JTAG (such as my ESP-PROG), I needed to set the efuse STRAP_JTAG_SEL to one so that *GPIO3* can be used as a strapping pin to point the JTAG at the "pads" instead of USB-JTAG. I used a jumper to ground GPIO3.

There may be other solutions that ...
by grantb
Fri Nov 22, 2024 3:42 pm
Forum: General Discussion
Topic: JTAG error with ESP32-S3-DevKitC
Replies: 9
Views: 18685

Re: JTAG error with ESP32-S3-DevKitC

Thanks for your help! I posted an issue:

https://github.com/espressif/esptool/issues/1037
by grantb
Thu Nov 21, 2024 6:03 pm
Forum: General Discussion
Topic: JTAG error with ESP32-S3-DevKitC
Replies: 9
Views: 18685

Re: JTAG error with ESP32-S3-DevKitC

So everyone gave up? I'm interested in using the ESP-PROG 10-pin header with my S3 DevKitC and this page has some great info:

https://www.visualmicro.com/page/ESP32S3-JTAG-Debugging.aspx

About the STRAP_JTAG_SEL strapping pin for being able to control whether standard (pad) JTAG or USB-JTAG is ...
by grantb
Thu Nov 21, 2024 5:02 pm
Forum: Hardware
Topic: Looking for a 44Pin Breakout Board for ESP32-S3-DevKitC-1
Replies: 3
Views: 4382

Re: Looking for a 44Pin Breakout Board for ESP32-S3-DevKitC-1

It is 44 pins by my counting. I'd like to find one with the 10-pin JTAG brought out as well. Kind of like the JTAG adapter bare PCBs for the original ESP32.
by grantb
Thu Nov 01, 2018 3:15 pm
Forum: Hardware
Topic: GPIO2 manual output level very low (DEVKITC)
Replies: 7
Views: 11483

Re: GPIO2 manual output level very low (DEVKITC)

Yeah this is the problem with not doing bare-metal coding. There is a LOT of other code running on the micro(s). RTOS, etc.

I'm pretty sure GPIO2 is usable, it's just a matter of finding out what code is squatting on it. That's where I didn't have time to investigate. Someone mentioned "unconfig ...
by grantb
Wed Oct 31, 2018 2:30 pm
Forum: Hardware
Topic: GPIO2 manual output level very low (DEVKITC)
Replies: 7
Views: 11483

Re: GPIO2 manual output level very low (DEVKITC)

Are you sinking current from the supply through the LED to the GPIO? I don't know if there's enough current available to source it through the LED to ground (each case of course with a current limiting resistor).

I need to spend more time looking at the GPIO modes and pullup configuration before I ...
by grantb
Tue Oct 23, 2018 9:17 pm
Forum: ESP-IDF
Topic: HID library
Replies: 4
Views: 30535

Re: HID library

What OS version of WIndows supports this? I tried the Espressif demo and it worked on my phone but none of my PCs.

Go to advanced search