Search found 16 matches

by klaatu2
Tue Aug 27, 2024 4:56 pm
Forum: ESP-IDF
Topic: Where is Path specified??????????
Replies: 2
Views: 497

Re: Where is Path specified??????????

The CMakeLists.txt file has the following # The following lines of boilerplate have to be in your project's # CMakeLists in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.5) include($ENV{IDF_PATH}/tools/cmake/project.cmake) set(EXTRA_COMPONENT_DIRS ../../components (Wa...
by klaatu2
Tue Aug 27, 2024 4:18 pm
Forum: ESP-IDF
Topic: HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)
Replies: 4
Views: 903

Re: HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)

In VSC there is a window at the bottom, that can display various windows, PROBLEMS, OUTPUT, DEBUG CONSOLE, TERMINAL, PORTS, ESP-IDF. I checked each of these saw no output from Hello_World. I have since imported the much more complicated Smart_Panel example, was able to compile it, flash it and it wo...
by klaatu2
Mon Aug 26, 2024 5:35 pm
Forum: ESP-IDF
Topic: Where is Path specified??????????
Replies: 2
Views: 497

Where is Path specified??????????

Trying to compile example code

Code: Select all

  Directory specified in EXTRA_COMPONENT_DIRS doesn't exist: E:/components
The path is wrong, where/how is it set?
by klaatu2
Mon Aug 26, 2024 5:20 pm
Forum: ESP-IDF
Topic: Run idf.py ..... How?
Replies: 1
Views: 496

Run idf.py ..... How?

As you read through the ESP-IDF help pages, there is always reference to executing commands such as
Run `idf.py menuconfig`
Does this apply within VSC?
I tried entering this in VSC's terminal, not recognized.
Where/how are these idf.py command line commands used?
by klaatu2
Mon Aug 26, 2024 4:33 pm
Forum: ESP-IDF
Topic: HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)
Replies: 4
Views: 903

Re: HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)

Moved to the UART port on the board, driver installed, selected the new COM port.....
And the flash worked. Really disappointed could not get the non-UART port to work.
ESPLaunchPad works via this UART port too.

But in the end, the Hello_World example, does nothing on this board
UART.jpg
UART.jpg (69.62 KiB) Viewed 643 times
by klaatu2
Mon Aug 26, 2024 4:55 am
Forum: ESP-IDF
Topic: HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)
Replies: 4
Views: 903

Re: Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)

250 views, but no responses. I have exhausted searching the internet for a resolution. And so far contacting espressif has yielded nothing. :cry: The best I could find was those claiming to use a 3rd party driver utility to update drivers and this resolved their issue. But the utilities are super sk...
by klaatu2
Sat Aug 24, 2024 11:15 pm
Forum: ESP-IDF
Topic: HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)
Replies: 4
Views: 903

HELP! Can't Flash via USB JTAG...... Help! . . . . . (esp32-s3-lcd-ev-board)

When attempting to flash via Visual Studio Code/ESP-IDF, the esp32-S3 (actually the esp32-s3-lcd-ev-board). I get this error :evil: in ESP-IDF: ❌ Error: libusb_open() failed with ❌ LIBUSB_ERROR_NOT_FOUND Error: esp_usb_jtag: could not find or open device! e:\ESPIDF\TOOLS\tools\openocd-esp32\v0.12.0-...
by klaatu2
Thu Aug 22, 2024 8:12 pm
Forum: General Discussion
Topic: Hello_world example (ESP32-S3)
Replies: 0
Views: 538

Hello_world example (ESP32-S3)

When attempting to flash Hello_World example for the esp32-S3 (actually the esp32-s3-lcd-ev-board). I get this error: ❌ Error: libusb_open() failed with L ❌ IBUSB_ERROR_NOT_FOUND Error: esp_usb_jtag: could not find or open device! e:\ESPIDF\TOOLS\tools\openocd-esp32\v0.12.0-esp32-20240318/openocd-es...
by klaatu2
Wed Aug 21, 2024 9:30 pm
Forum: General Discussion
Topic: Lost, need help, basics: ESP32-S3
Replies: 2
Views: 1050

Re: Lost, need help, basics: ESP32-S3

The issue was Brave the browser. By default it has WebSerial disabled, which is used by ESPLaunchPad

Put this in Brave as a URL and it will take you to the screen to enable it
It is listed as: Web Serial API
by klaatu2
Tue Aug 06, 2024 3:19 am
Forum: General Discussion
Topic: Lost, need help, basics: ESP32-S3
Replies: 2
Views: 1050

Lost, need help, basics: ESP32-S3

I'm new to ESP-IDF and I'm lost, I have used other platfroms which are all integrated...but this thing..... :twisted: I'm sure it will all be simple in the end... ESP-IDF is installed in Visual Studio Code. I have the ESP32-S3-LCD-EV-Board connected and operating To start, I just want to upload this...