Search found 6 matches

by kerkhofsward
Tue Mar 12, 2024 8:38 am
Forum: ESP-IDF
Topic: Using debugging while receiving on UART0
Replies: 2
Views: 629

Re: Using debugging while receiving on UART0

Was just wondering if this was possible. This part of the project has a deadline, so by the time the board would arrive, I would have figured it out myself another way.
by kerkhofsward
Mon Mar 11, 2024 11:07 pm
Forum: Hardware
Topic: I2C delayed ACKs and delay between functions
Replies: 1
Views: 1070

I2C delayed ACKs and delay between functions

Hi, I'm having some trouble getting my I2C communication to work correctly. This project was ported over from an Arduino project, because of the higher communication rates of the ESP32 WROOM32. But I do know the project is working on an Arduino Uno R3. It seems like the ACK to a command, be it a rea...
by kerkhofsward
Mon Mar 11, 2024 1:16 pm
Forum: ESP-IDF
Topic: Using debugging while receiving on UART0
Replies: 2
Views: 629

Using debugging while receiving on UART0

Hi, My project requires constant communication with my computer (from computer to ESP32 only), which I am doing through UART0 (using the CP2102 UART-USB chip that is on my development board (ESP32 WROOM32 devkit v1). Without turning off the debugging access to UART0, I just keep getting the same ran...
by kerkhofsward
Wed Mar 06, 2024 7:30 pm
Forum: ESP-IDF
Topic: VSCode 'Something went wrong while getting the serial port list'
Replies: 3
Views: 1577

Re: VSCode 'Something went wrong while getting the serial port list'

I posted a reply but it seemingly hasn't gone through.
The problem was occuring because I did not have the CP2021 driver required for the board, which I thought I had.

Thanks for the response though!
by kerkhofsward
Wed Mar 06, 2024 1:45 pm
Forum: ESP-IDF
Topic: VSCode 'Something went wrong while getting the serial port list'
Replies: 3
Views: 1577

Re: VSCode 'Something went wrong while getting the serial port list'

I have fixed my issue. I was using an older board and did not have the CP2102 driver installed, so my computer was not able to detect the serial port.
by kerkhofsward
Tue Mar 05, 2024 8:13 pm
Forum: ESP-IDF
Topic: VSCode 'Something went wrong while getting the serial port list'
Replies: 3
Views: 1577

VSCode 'Something went wrong while getting the serial port list'

Hi, I have just recently installed the vscode plugin, but I am unable to flash anything to my board. I installed the plugin and made a copy of the blink example. Building this gives no issues that I can see, but flashing is not possible since the plugin defaults to COM1, while my board is connected ...