Search found 7 matches

by jpitz31
Tue Apr 02, 2024 5:24 pm
Forum: ESP-IDF
Topic: idf.py monitor configuration
Replies: 0
Views: 1490

idf.py monitor configuration

Hi All, I am working with the Advanced example code. I would like to use a third-party serial terminal app such as putty or another. I can use idf.py monitor to interface with the console of the esp32. But when I try to use putty or coolterm etc. I get the following error: E (51775) example: Error o...
by jpitz31
Wed Feb 21, 2024 4:46 pm
Forum: ESP-IDF
Topic: ESP-IDF terminal path in Visual Studio Code
Replies: 2
Views: 1039

Re: ESP-IDF terminal path in Visual Studio Code

@ kjgregory83 thanks, yes more than likely the same issue.
by jpitz31
Tue Feb 20, 2024 11:44 pm
Forum: ESP-IDF
Topic: ESP-IDF terminal path in Visual Studio Code
Replies: 2
Views: 1039

ESP-IDF terminal path in Visual Studio Code

I just installed the latest version v5.2 of ESP-IDF, I install from the ESP-IDF configure extension. When opening an ESP-IDF terminal none of the idf commands can be found. Early versions I have had no problems accessing the ESP-IDF terminal. I also ran the ./install.sh shell script from the esp/v5....
by jpitz31
Thu Feb 15, 2024 4:17 pm
Forum: ESP-IDF
Topic: Espressif IDE and .h files
Replies: 2
Views: 879

Re: Espressif IDE and .h files

Thanks @Nespressif, I will try that.

Joe
by jpitz31
Thu Feb 15, 2024 5:45 am
Forum: ESP-IDF
Topic: Espressif IDE and .h files
Replies: 2
Views: 879

Espressif IDE and .h files

Hello All, just setup Espressif IDE and to test I built the Hello World app. When building I get some errors with the #define not being resolved: chip_info.features & CHIP_FEATURE_WIFI_BGN) ? "WiFi/" : "", (chip_info.features & CHIP_FEATURE_BT) ? "BT" : "", (chip_info.features & CHIP_FEATURE_BLE) ? ...
by jpitz31
Sat Feb 10, 2024 12:07 am
Forum: Hardware
Topic: ESO32C6 dual usb's
Replies: 0
Views: 379

ESO32C6 dual usb's

Hey I am using the advanced example program, (CLI console) with a ESP32C6-DevkikC-1. I can use UART usb port for flashing and communicating with the console just fine. I can use the USB port (JTAG) for debugging just fine. But since you have to interact with the console to issue any commands. Can I ...
by jpitz31
Tue Feb 06, 2024 8:01 pm
Forum: Sample Code
Topic: Pytest_blink.py
Replies: 1
Views: 5859

Pytest_blink.py

Hello All, Just installed ESP-IDF under Visual Studio Code. In order to test the install I build the blink sample project.
Upon building the code a pytest_blink.py python script was created. It makes reference to pytest. What is the purpose of this script?

Thanks
Joe