Search found 53 matches

by BrianP
Fri Feb 17, 2023 12:58 pm
Forum: IDEs for ESP-IDF
Topic: VS Code You do not have IntelliSense configured.
Replies: 2
Views: 7226

Re: VS Code You do not have IntelliSense configured.

Thanks for the reply! I disabled the Cmake extensions, reloaded, and get the error from Source c/c++ extensions which, if I try to disable, tells me is a required part of ESP-IDF. I do not understand the comment "compileCommands": "${workspaceFolder}/build/compile_commands.json" I did check and ther...
by BrianP
Thu Feb 16, 2023 2:14 pm
Forum: IDEs for ESP-IDF
Topic: VS Code You do not have IntelliSense configured.
Replies: 2
Views: 7226

VS Code You do not have IntelliSense configured.

Sorry if this is asked and answer. I tried search and the website doesn't respond. Windows 11, VS Code, ESP32-C3 I have just started using the most recent Esp32 VS Code extension. I think it is great! On loading VS Code the extension used to tell me linux-clang-x64 was changed to linux-gcc-x64 but I...
by BrianP
Thu Feb 02, 2023 1:03 pm
Forum: ESP32 Arduino
Topic: ESP32-C3 Serial.available() doesn't work over native USB - print, printf works fine
Replies: 3
Views: 2536

Re: ESP32-C3 Serial.available() doesn't work over native USB - print, printf works fine

I have mostly had to overcome "hurdles" like this one where things don't work, I solve the problem and then they work no problem since then. I think part of the issue is that internal ESP internal USB challenges are not particularly well documented so you can hit a brick wall pretty easily. Even thi...
by BrianP
Thu Feb 02, 2023 1:00 am
Forum: ESP32 Arduino
Topic: ESP32-C3 Serial.available() doesn't work over native USB - print, printf works fine
Replies: 3
Views: 2536

Re: ESP32-C3 Serial.available() doesn't work over native USB - print, printf works fine

I think I figured it out. Pretty hard to find with the googles but for the benefit of the next person look at this reddit reply https://www.reddit.com/r/esp32/comments/pf61v1/esp32c3_serial_output_in_arduino_ide/hzoq904/ In my case, I edited board.txt as found at \AppData\Local\Arduino15\packages\es...
by BrianP
Wed Feb 01, 2023 10:33 pm
Forum: ESP32 Arduino
Topic: ESP32-C3 Serial.available() doesn't work over native USB - print, printf works fine
Replies: 3
Views: 2536

ESP32-C3 Serial.available() doesn't work over native USB - print, printf works fine

This is a weird one. I am using USB serial emulation to debug some code. So the native, built in USB controller with no USB to serial chip. I can program the ESP no problem, and Serial.print as well as printf work perfectly. I have tried using the Arduino serial console, Teraterm and Putty (the latt...
by BrianP
Tue Jan 17, 2023 2:26 pm
Forum: ESP32 Arduino
Topic: ESP32-C3 WROOM Custom Board - board file?
Replies: 3
Views: 1291

Re: ESP32-C3 WROOM Custom Board - board file?

Connecting IO9 to ground, then resetting did the trick. I use the ESP32C3 Dev Kit board file and I can program, etc..

Thanks again!
by BrianP
Tue Jan 17, 2023 3:37 am
Forum: ESP32 Arduino
Topic: ESP32-C3 WROOM Custom Board - board file?
Replies: 3
Views: 1291

Re: ESP32-C3 WROOM Custom Board - board file?

Thank you! The ESP has not been programmed yet - it is factory fresh. I didn't realize that mattered.

I will give the IO9 suggestion a try and report back.

Thanks again
by BrianP
Mon Jan 16, 2023 11:15 pm
Forum: ESP32 Arduino
Topic: ESP32-C3 WROOM Custom Board - board file?
Replies: 3
Views: 1291

ESP32-C3 WROOM Custom Board - board file?

Hello and thanks for the help. I designed a custom board using ESP32-C3 WROOM. I am trying to bring up the board and can't get it recognized by the Arduino 2 IDE. I have power and ground to the WROOM and have verified USB+ and USB- are connected and there are no shorts. ENA is high and the strapping...
by BrianP
Thu Apr 07, 2022 2:20 am
Forum: ESP-IDF
Topic: ESP32-C3 Unresolved inclusions, Solved OpenOcd Problem
Replies: 2
Views: 5737

Re: ESP32-C3 Unresolved inclusions, Solved OpenOcd Problem

The solution to the OpenOCD problem is right above Solution to OpenOCD ESP32-C3: Apparently the proper driver was only partially installed for the ESP32-C3 USB port. I downloaded this tool https://visualgdb.com/UsbDriverTool/ and it showed warning triangle on the JTAG port. I selected it, right clic...
by BrianP
Thu Dec 23, 2021 2:07 am
Forum: Hardware
Topic: ESP32-C3 Mini Devkit: Configure for Built in USB JTAG?
Replies: 22
Views: 30928

Re: ESP32-C3 Mini Devkit: Configure for Built in USB JTAG?

Try this https://www.esp32.com/viewtopic.php?f=40&t=22365

I have put this aside for a few months to work on a second processor used on my project.