Search found 364 matches

by ESP_Minatel
Mon Aug 12, 2024 1:01 pm
Forum: News
Topic: DevCon24 from September 3 to 5, 13.00 - 18.00 CEST
Replies: 0
Views: 2412

DevCon24 from September 3 to 5, 13.00 - 18.00 CEST

DevCon24 Espressif DevCon24 is the third edition of the Developers Conference by developers for developers! The DevCon24 will occur online from September 3 to 5, 13.00 - 18.00 CEST. During the three-day online conference, we will provide you with nearly 30 talks created by Espressif technical exper...
by ESP_Minatel
Fri May 24, 2024 8:06 am
Forum: General Discussion
Topic: maker faire Rome (invitation)
Replies: 4
Views: 2117

Re: maker faire Rome (invitation)

Hi Chegewara,

Having a booth there will be not possible this year. Maybe we can evaluate after visiting Maker Faire Rome this year.
by ESP_Minatel
Thu May 23, 2024 11:09 am
Forum: General Discussion
Topic: maker faire Rome (invitation)
Replies: 4
Views: 2117

Re: maker faire Rome (invitation)

Hi Chegewara,

We are planning to attend as visitors. This year we attended Maker Faire Prague (again) with our booth.
Are you going to MF Rome?

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

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: 922

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: 922

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: 7815

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: 7815

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 5842 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: 7815

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...