Search found 361 matches

by ESP_Minatel
Thu Feb 29, 2024 7:22 pm
Forum: ESP32 Arduino
Topic: ESP32-Camera QR code reader
Replies: 6
Views: 663

Re: ESP32-Camera QR code reader

Also you can take a look at this repo: https://github.com/espressif/qrcode-demo
by ESP_Minatel
Mon Feb 12, 2024 11:09 am
Forum: General Discussion
Topic: ILI9341 not supported anymore?
Replies: 3
Views: 472

Re: ILI9341 not supported anymore?

Hi,

As you can see here, ESP-LCD does not support all LCD drivers in the market, however, some are supported by external components.

The ILI9341 is supported by the external component and you can use it with ESP-LCD.
This example includes the component ILI9341 in the manifest file.
by ESP_Minatel
Fri Feb 09, 2024 10:31 am
Forum: General Discussion
Topic: ILI9341 not supported anymore?
Replies: 3
Views: 472

Re: ILI9341 not supported anymore?

Hi,

It is supported by the following component: esp_lcd_ili9341
by ESP_Minatel
Fri Feb 09, 2024 9:05 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE confusion and installation issues
Replies: 10
Views: 1727

Re: Espressif-IDE confusion and installation issues

Shawn, thanks for reporting it, we'll work to improve the installation procedures on our getting started.
Don't hesitate to contact us if you have any other issues.

Pedro
by ESP_Minatel
Thu Feb 08, 2024 6:03 pm
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE confusion and installation issues
Replies: 10
Views: 1727

Re: Espressif-IDE confusion and installation issues

Shawn, can you try to install the tools again via the IDE?

Please use this Python path:

Code: Select all

C:\Users\Shawn\.espressif\python_env\idf5.1_py3.9_env\Scripts\python.exe
on the "ESP-IDF Tools Manager -> Install Tools"
Screenshot 2024-02-08 at 16.23.14.png
Screenshot 2024-02-08 at 16.23.14.png (70.89 KiB) Viewed 1500 times
by ESP_Minatel
Thu Feb 08, 2024 4:22 pm
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE confusion and installation issues
Replies: 10
Views: 1727

Re: Espressif-IDE confusion and installation issues

Hi Shawn, Thank you so much for your valuable feedback. This is the way we like to improve our tools and the developer experience. We are working on the IDE documentation improvements to make it easier for the developers, and your feedback will help us. For issues solving, it might be helpful for us...
by ESP_Minatel
Tue Jan 30, 2024 11:54 am
Forum: News
Topic: OpenOCD application for ESP32-S3
Replies: 0
Views: 930

OpenOCD application for ESP32-S3

The OpenOCD application for ESP32-S3 allows using an ESP32-S3 board as a stand-alone debugger for other chips, which exposes a GDB server port over Wi-Fi or Ethernet. This application can run on ESP32 and ESP32-S3 boards which will function as a debugger. PSRAM is necessary for both boards. We recom...
by ESP_Minatel
Mon Jan 08, 2024 7:20 pm
Forum: Hardware
Topic: ESP32-S3-WROOM-1-N4 pins problem
Replies: 3
Views: 4885

Re: ESP32-S3-WROOM-1-N4 pins problem

Hi,
On the ESP32-S3, you can use the USB serial/JTAG for flashing and debugging.

https://docs.espressif.com/projects/esp ... nsole.html
or
https://docs.espressif.com/projects/esp ... s/dfu.html