Search found 16 matches
- Tue Aug 27, 2024 4:56 pm
- Forum: ESP-IDF
- Topic: Where is Path specified??????????
- Replies: 2
- Views: 625
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...
- 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: 1219
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...
- Mon Aug 26, 2024 5:35 pm
- Forum: ESP-IDF
- Topic: Where is Path specified??????????
- Replies: 2
- Views: 625
Where is Path specified??????????
Trying to compile example code
The path is wrong, where/how is it set?
Code: Select all
Directory specified in EXTRA_COMPONENT_DIRS doesn't exist: E:/components
- Mon Aug 26, 2024 5:20 pm
- Forum: ESP-IDF
- Topic: Run idf.py ..... How?
- Replies: 1
- Views: 610
Run idf.py ..... How?
As you read through the ESP-IDF help pages, there is always reference to executing commands such as
I tried entering this in VSC's terminal, not recognized.
Where/how are these idf.py command line commands used?
Does this apply within VSC?Run `idf.py menuconfig`
I tried entering this in VSC's terminal, not recognized.
Where/how are these idf.py command line commands used?
- 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: 1219
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
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
- 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: 1219
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...
- 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: 1219
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-...
- Thu Aug 22, 2024 8:12 pm
- Forum: General Discussion
- Topic: Hello_world example (ESP32-S3)
- Replies: 0
- Views: 654
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...
- Wed Aug 21, 2024 9:30 pm
- Forum: General Discussion
- Topic: Lost, need help, basics: ESP32-S3
- Replies: 2
- Views: 1254
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
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
- Tue Aug 06, 2024 3:19 am
- Forum: General Discussion
- Topic: Lost, need help, basics: ESP32-S3
- Replies: 2
- Views: 1254
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...