Schematic for said PCB.
Search found 13 matches
- 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
- 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
https://www.aliexpress.us/item/3256805938146328.html
- 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 ...
See:
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html#usb-type ...
- 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 ...
There may be other solutions that ...
- Fri Nov 22, 2024 3:42 pm
- Forum: General Discussion
- Topic: JTAG error with ESP32-S3-DevKitC
- Replies: 9
- Views: 18685
- 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 ...
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 ...
- 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.
- 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 ...
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 ...
- 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 ...
I need to spend more time looking at the GPIO modes and pullup configuration before I ...
- 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.