can't run the original demo on ESP32-S2-Kaluga-1 DK
Posted: Sat Aug 15, 2020 3:27 pm
Hi ESP32 guy,
Recently, I bought the ESP32-S2-Kaluga-1 DK board v1.3 version.
I clone the version of https://github.com/espressif/esp-idf.
e.g. d:\esp32\esp-idf
Also,
I clone the S2-Kaluga DK from https://github.com/espressif/esp-dev-kits
e.g. d:\esp32\esp-32\
Point 1:
First, if I install the https://dl.espressif.com/dl/esp-idf-tools-setup-2.3.exe for windows,
but I found that its idf.py doesn't support "set-target esp32s2".
Thus, I can't program (bootloader) on the dk board if just using the idf.py.
Because it can't detect the target board (idf.py -p com26)... error code : timeout
It is better to mention the minimum requirement tools if working for ESP32-S2-Kaluga-1 DK board v1.3.
Point 2:
I try to use the D:\esp32\esp-idf\install.bat to install the tools.
Suggestion (this install.bat can't let the user to specify the tool path).
The default is C:\Users\XXX\.espressif path.
Point 3:
I use the example LCD/Camera from (https://github.com/espressif/esp-dev-kits).
I can't find another release tag on this github. Can you give us the release zip package on particular HW version?
The factory binary file
D:\esp32\esp32-s2\esp32-s2-kaluga-1\examples\factory
it doesn't contain any readme file to specify how to use them (such as address).
Point 4:
I modified the sdkconfig file inside the LCD.
# Example Configuration
#
CONFIG_LCD_PAD_ESP32_S2_KALUGA_V1_3=y
# CONFIG_LCD_PAD_ESP32_S2_KALUGA_V1_2 is not set
# CONFIG_LCD_PAD_ESP32_S2_KALUGA_V1_1 is not set
CONFIG_LCD_ST7789=y
# CONFIG_LCD_ILI9341 is not set
# end of Example Configuration
but I can't see any jpg on the screen.
I would like to get the working package such as release tag to run on the ESP32-S2-Kaluga-1 DK board v1.3.
Thanks.
Jimmy
Recently, I bought the ESP32-S2-Kaluga-1 DK board v1.3 version.
I clone the version of https://github.com/espressif/esp-idf.
e.g. d:\esp32\esp-idf
Also,
I clone the S2-Kaluga DK from https://github.com/espressif/esp-dev-kits
e.g. d:\esp32\esp-32\
Point 1:
First, if I install the https://dl.espressif.com/dl/esp-idf-tools-setup-2.3.exe for windows,
but I found that its idf.py doesn't support "set-target esp32s2".
Thus, I can't program (bootloader) on the dk board if just using the idf.py.
Because it can't detect the target board (idf.py -p com26)... error code : timeout
It is better to mention the minimum requirement tools if working for ESP32-S2-Kaluga-1 DK board v1.3.
Point 2:
I try to use the D:\esp32\esp-idf\install.bat to install the tools.
Suggestion (this install.bat can't let the user to specify the tool path).
The default is C:\Users\XXX\.espressif path.
Point 3:
I use the example LCD/Camera from (https://github.com/espressif/esp-dev-kits).
I can't find another release tag on this github. Can you give us the release zip package on particular HW version?
The factory binary file
D:\esp32\esp32-s2\esp32-s2-kaluga-1\examples\factory
it doesn't contain any readme file to specify how to use them (such as address).
Point 4:
I modified the sdkconfig file inside the LCD.
# Example Configuration
#
CONFIG_LCD_PAD_ESP32_S2_KALUGA_V1_3=y
# CONFIG_LCD_PAD_ESP32_S2_KALUGA_V1_2 is not set
# CONFIG_LCD_PAD_ESP32_S2_KALUGA_V1_1 is not set
CONFIG_LCD_ST7789=y
# CONFIG_LCD_ILI9341 is not set
# end of Example Configuration
but I can't see any jpg on the screen.
I would like to get the working package such as release tag to run on the ESP32-S2-Kaluga-1 DK board v1.3.
Thanks.
Jimmy