Search found 12 matches

by stevenbennett
Sat Jun 01, 2024 5:34 pm
Forum: ESP-IDF
Topic: How to add lib files
Replies: 3
Views: 619

Re: How to add lib files

Good that you got it working. Was the solution to surround the header file names with < > instead of " " ?
by stevenbennett
Thu May 30, 2024 9:47 am
Forum: ESP-IDF
Topic: Build Flash & Debug an ESP32 Module using ESP-PROG & PowerShell
Replies: 0
Views: 283

Build Flash & Debug an ESP32 Module using ESP-PROG & PowerShell

After spending days from scratch to a working installation I have written up a guide, which I will update, and made it available on GitHub. It covers many common problems and solutions that can be very hard to find by Internet searching. It's not definitive, and it's not finished, but hopefully it w...
by stevenbennett
Thu May 30, 2024 9:44 am
Forum: IDEs for ESP-IDF
Topic: Build Flash & Debug an ESP32 Module using ESP-PROG & PowerShell
Replies: 0
Views: 452

Build Flash & Debug an ESP32 Module using ESP-PROG & PowerShell

After spending days from scratch to a working installation I have written up a guide, which I will update, and made it available on GitHub. It covers many common problems and solutions that can be very hard to find by Internet searching. It's not definitive, and it's not finished, but hopefully it w...
by stevenbennett
Tue May 28, 2024 11:40 am
Forum: IDEs for ESP-IDF
Topic: PlatformIO on VSCode with Arduino framework - setup and debug guide
Replies: 0
Views: 687

PlatformIO on VSCode with Arduino framework - setup and debug guide

After spending days from scratch to a working installation I have written up a guide, which I will update, and made it available on GitHub. It covers many common problems and solutions that can be very hard to find by Internet searching. It's not definitive, and it's not finished, but hopefully it w...
by stevenbennett
Tue May 28, 2024 11:07 am
Forum: ESP-IDF
Topic: How to add lib files
Replies: 3
Views: 619

Re: How to add lib files

I assume you have run BUILD and restarted VSCode? The red squiggles often disappear then. Also tft.h and tftspi.h are in the folder tft so perhaps you don't need to specify the folder, could you try just #include "tft.h" and #include "tftspi.h".
by stevenbennett
Mon May 27, 2024 10:12 am
Forum: ESP-IDF
Topic: Setting PYTHONNOUSERSITE, was not set
Replies: 4
Views: 906

Re: Setting PYTHONNOUSERSITE, was not set

Yes I see your point Jakub, I will take your advice and just leave it. I'm afraid I am one of those people that don't like to see any messages that suggest something could be fixed!
Thank you for your help
Steve
by stevenbennett
Fri May 24, 2024 12:36 pm
Forum: ESP-IDF
Topic: Setting PYTHONNOUSERSITE, was not set
Replies: 4
Views: 906

Re: Setting PYTHONNOUSERSITE, was not set

Thank you for the comments Jakub; I pleased that all should be OK despite the warning message. I seem to have Python in the following locations: e:\ESP_tool>where python C:\Program Files\Python312\python.exe C:\Users\Steven\.espressif\python_env\idf5.2_py3.12_env\Scripts\python.exe C:\Users\Steven\A...
by stevenbennett
Tue May 21, 2024 10:20 am
Forum: ESP-IDF
Topic: Install, configure and debug using Eclipse ESP-IDF and ESP-PROG
Replies: 0
Views: 470

Install, configure and debug using Eclipse ESP-IDF and ESP-PROG

After spending days from scratch to a working installation I have written up a guide, which I will update, and made it available on GitHub. It covers many common problems and solutions that can be very hard to find by Internet searching. It's not definitive, and it's not finished, but hopefully it w...
by stevenbennett
Tue May 21, 2024 10:06 am
Forum: IDEs for ESP-IDF
Topic: Install, configure and debug using Eclipse ESP-IDF and ESP-PROG
Replies: 0
Views: 1704

Install, configure and debug using Eclipse ESP-IDF and ESP-PROG

After spending days from scratch to a working installation I have written up a guide, which I will update, and made it available on GitHub. It covers many common problems and solutions that can be very hard to find by Internet searching. It's not definitive, and it's not finished, but hopefully it w...
by stevenbennett
Sun May 19, 2024 4:57 pm
Forum: IDEs for ESP-IDF
Topic: Espressif IDE target not available
Replies: 2
Views: 854

Re: Espressif IDE target not available

I had the same problem and many other obstacles to overcome, so for my benefit I wrote a step-by-step guide, which I have attached - I hope it's useful, it's not finished so I'll add updates when I can.
ESP-IDF on Eclipse info.pdf
Everything About ESP32, ESP-IDF on Eclipse, ESP-PROG and JTAG debugging
(278.58 KiB) Downloaded 66 times