Search found 8 matches
- Thu Nov 21, 2024 6:03 pm
- Forum: General Discussion
- Topic: JTAG error with ESP32-S3-DevKitC
- Replies: 7
- Views: 9619
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 used....
- Thu Nov 21, 2024 5:02 pm
- Forum: Hardware
- Topic: Looking for a 44Pin Breakout Board for ESP32-S3-DevKitC-1
- Replies: 3
- Views: 2533
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: 10226
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" (o...
- Wed Oct 31, 2018 2:30 pm
- Forum: Hardware
- Topic: GPIO2 manual output level very low (DEVKITC)
- Replies: 7
- Views: 10226
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'm...
- Tue Oct 23, 2018 9:17 pm
- Forum: ESP-IDF
- Topic: HID library
- Replies: 4
- Views: 29315
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.
- Tue Oct 23, 2018 6:52 pm
- Forum: ESP-IDF
- Topic: Classic BT HID Keyboard Possible?
- Replies: 1
- Views: 3279
Classic BT HID Keyboard Possible?
Hi, Is it possible to build a legacy Bluetooth keyboard that works with desktop PCs (like Windows 7 or 8)? The HID demo I have seen (ble_hid_device_demo) works on my Android phone but on my Win7 desktop PC it doesn't appear at all and on my Win8 laptop it pairs but no driver is loaded. This demo (bl...
- Fri Oct 19, 2018 2:42 pm
- Forum: Hardware
- Topic: GPIO2 manual output level very low (DEVKITC)
- Replies: 7
- Views: 10226
Re: GPIO2 manual output level very low (DEVKITC)
I wasn't aware of the default configuration so if it was open drain I was going to add an pullup. Otherwise I was going to see what the gpio config functions do. Anyway it appears that by default some other function is controlling that pin and I haven't waded through the fog to see what's going on i...
- Thu Oct 18, 2018 10:05 pm
- Forum: Hardware
- Topic: GPIO2 manual output level very low (DEVKITC)
- Replies: 7
- Views: 10226
GPIO2 manual output level very low (DEVKITC)
I'm working through the Blink example and it's finally building and loading OK I think. I just have the board alone (no breadboard) and it is powered by USB. There is no other hardware. The Blink example toggles GPIO2 every second by code. I can see the level on my oscilloscope changing about 0.2v b...