Search found 5 matches

by keyurthumar
Fri Feb 03, 2023 1:17 pm
Forum: ESP-IDF
Topic: run a shell script on esp-idf terminal in vs code
Replies: 0
Views: 901

run a shell script on esp-idf terminal in vs code

Hello,

I want to run a shell script on the esp-idf terminal in vs code which contains a command to build and clean using idf.py and some others.

Shell Script doesn't seem to be running on that terminal. It doesn't give any output.

Are there any settings that need to be done?
by keyurthumar
Mon Oct 10, 2022 12:16 pm
Forum: General Discussion
Topic: ESP32C3 doesn't assign IP when I restart wifi provisioning manager
Replies: 0
Views: 579

ESP32C3 doesn't assign IP when I restart wifi provisioning manager

I am working on wifi provisioning manager example. I want to restart the wifi provisioning manager when ESP station can not connect to AP provided during provisioning. But for that ESP doesn't assign IP to device when I start reprovisioning. I have made changes in the function with bool variable as ...
by keyurthumar
Mon Sep 12, 2022 8:28 am
Forum: General Discussion
Topic: compilation error while compiling using using esp-idf
Replies: 0
Views: 674

compilation error while compiling using using esp-idf

Hello everyone, I am getting below error while compiling the any example project: Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 .. -- Found Git: C:/Program Files/Git/mingw64/bin/git.exe (found version "2.37.3.windows.1") CMake Error at C:/Users/XXX/esp/esp-idf/tools/cmake/k...
by keyurthumar
Tue Aug 02, 2022 6:49 am
Forum: General Discussion
Topic: Flash MQTT certificates using AT Commands
Replies: 1
Views: 989

Re: Flash MQTT certificates using AT Commands

I dig more into it using development kit and found that while updating certificates using AT+SYSFLASH commands (as mentioned above), I am getting below error in the debug logs. Can anyone please let me know how to resolve this error ?
image.png
Command Output
image.png (9.62 KiB) Viewed 884 times
by keyurthumar
Thu Jul 21, 2022 1:50 pm
Forum: General Discussion
Topic: Flash MQTT certificates using AT Commands
Replies: 1
Views: 989

Flash MQTT certificates using AT Commands

I am using ESP32C3 Mini with EFM32TG11 chip. I want to flash MQTT certificate through AT command. (I have refereed this link: https://esp32.com/viewtopic.php?t=9374 ) I have tried to write into the flash using AT+SYSFLASH=0,"mqtt_key" AT+SYSFLASH=1,\"mqtt_key\",0,<length of the binary generated by P...