Search found 364 matches
- Mon Aug 12, 2024 1:01 pm
- Forum: News
- Topic: DevCon24 from September 3 to 5, 13.00 - 18.00 CEST
- Replies: 0
- Views: 3850
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...
- Fri May 24, 2024 8:06 am
- Forum: General Discussion
- Topic: maker faire Rome (invitation)
- Replies: 4
- Views: 2820
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.
Having a booth there will be not possible this year. Maybe we can evaluate after visiting Maker Faire Rome this year.
- Thu May 23, 2024 11:09 am
- Forum: General Discussion
- Topic: maker faire Rome (invitation)
- Replies: 4
- Views: 2820
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
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
- Thu Feb 29, 2024 7:22 pm
- Forum: ESP32 Arduino
- Topic: ESP32-Camera QR code reader
- Replies: 6
- Views: 5742
Re: ESP32-Camera QR code reader
Also you can take a look at this repo: https://github.com/espressif/qrcode-demo
- Thu Feb 29, 2024 5:00 pm
- Forum: Documentation
- Topic: ESP32-PICO-MINI-02U: Is there a detailed datasheet available?
- Replies: 2
- Views: 11539
- Mon Feb 12, 2024 11:09 am
- Forum: General Discussion
- Topic: ILI9341 not supported anymore?
- Replies: 3
- Views: 1360
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.
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.
- Fri Feb 09, 2024 10:31 am
- Forum: General Discussion
- Topic: ILI9341 not supported anymore?
- Replies: 3
- Views: 1360
- Fri Feb 09, 2024 9:05 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE confusion and installation issues
- Replies: 10
- Views: 11140
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
Don't hesitate to contact us if you have any other issues.
Pedro
- Thu Feb 08, 2024 6:03 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE confusion and installation issues
- Replies: 10
- Views: 11140
Re: Espressif-IDE confusion and installation issues
Shawn, can you try to install the tools again via the IDE?
Please use this Python path:
on the "ESP-IDF Tools Manager -> Install Tools"
Please use this Python path:
Code: Select all
C:\Users\Shawn\.espressif\python_env\idf5.1_py3.9_env\Scripts\python.exe
- Thu Feb 08, 2024 4:22 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE confusion and installation issues
- Replies: 10
- Views: 11140
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...