Search found 312 matches
- Fri Dec 25, 2020 8:45 am
- Forum: Documentation
- Topic: Documentation Requests/Feedback
- Replies: 77
- Views: 110669
Re: Documentation Requests/Feedback
Hi zero0d, the camera interface of ESP32-S2 is covered in https://www.espressif.com/sites/default ... ual_en.pdf, Section 8.11 Camera Slave Receiving Mode
- Thu Dec 24, 2020 11:21 am
- Forum: IDEs for ESP-IDF
- Topic: not possible to create a Launch Target in eclipse
- Replies: 2
- Views: 180
Re: not possible to create a Launch Target in eclipse
Hi robo74,
Currently supported Eclipse versions are 2020-06 CDT and 2020-09. The latest Eclipse 2020-12 (4.18) is not yet supported by the plugin. It was released just a couple of days back. We will update this in the documentation.
Currently supported Eclipse versions are 2020-06 CDT and 2020-09. The latest Eclipse 2020-12 (4.18) is not yet supported by the plugin. It was released just a couple of days back. We will update this in the documentation.
- Thu Dec 24, 2020 11:12 am
- Forum: General Discussion
- Topic: ESP IDF doesn't work with eclipse on windows 10
- Replies: 2
- Views: 168
Re: ESP IDF doesn't work with eclipse on windows 10
Hi johnabel,
The latest Eclipse 2020-12 (4.18) is not yet supported by the plugin. It was released just a couple of days back. We will update this in the documentation.
The latest Eclipse 2020-12 (4.18) is not yet supported by the plugin. It was released just a couple of days back. We will update this in the documentation.
- Wed Dec 09, 2020 8:42 am
- Forum: General Discussion
- Topic: ESP-WROVER-KIT V3 physical dimensions
- Replies: 13
- Views: 5658
Re: ESP-WROVER-KIT V3 physical dimensions
Hi permal and Cellie, ESP-WROVER-KIT V4.1 DXF is now uploaded to https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4.1.dxf. Update of link in the user guide will follow. We are planning to add similar file to user guides for newly released boards. The overall board dimensions together with boar...
- Thu Dec 03, 2020 11:51 am
- Forum: General Discussion
- Topic: SD Card
- Replies: 1
- Views: 209
Re: SD Card
Hi wolsue, please check https://github.com/espressif/esp-idf/tr ... ge/sd_card
- Sat Oct 17, 2020 9:47 pm
- Forum: Sample Code
- Topic: ESP32S2 family builtin LED tests (Saola-1R and Kaluga-1)
- Replies: 1
- Views: 639
Re: ESP32S2 family builtin LED tests (Saola-1R and Kaluga-1)
Hi Paulus, welcome to the forum
Congratulations on persistence and have fun with WS8212 LED panel.

Congratulations on persistence and have fun with WS8212 LED panel.
- Sat Oct 17, 2020 8:55 pm
- Forum: ESP-IDF
- Topic: How to config IDF for ESP32-S2 development?
- Replies: 2
- Views: 305
Re: How to config IDF for ESP32-S2 development?
You may have missed:
See https://docs.espressif.com/projects/esp ... x.html#id9
Code: Select all
idf.py set-target esp32s2
- Fri Oct 16, 2020 5:10 pm
- Forum: Hardware
- Topic: Problem on a esp32 doit-devkit-v1 when powered using VIN pin (serial port 2 error)
- Replies: 4
- Views: 528
Re: Problem on a esp32 doit-devkit-v1 when powered using VIN pin (serial port 2 error)
Hi JorgeMaker,
In case B I would add GND connection between ESP32 and Arduino.
In case B I would add GND connection between ESP32 and Arduino.
- Fri Oct 16, 2020 4:50 pm
- Forum: Hardware
- Topic: Pico-D4 / VDD_SIO=1.
- Replies: 1
- Views: 263
- Sat Oct 03, 2020 7:24 pm
- Forum: ESP-IDF
- Topic: RS485 Pins
- Replies: 2
- Views: 326
Re: RS485 Pins
Hi fahadmirza,
You can map specific non default pins as UART TxD, RxD, RTS and CTS.
This is done in the example using uart_set_pin() function.
You can map specific non default pins as UART TxD, RxD, RTS and CTS.
This is done in the example using uart_set_pin() function.