Search found 5 matches

by Sireesha
Mon Feb 20, 2023 9:41 am
Forum: General Discussion
Topic: ESP-IDF ninja: build stopped: subcommand failed. ninja failed with exit code 1
Replies: 2
Views: 3164

Re: ESP-IDF ninja: build stopped: subcommand failed. ninja failed with exit code 1

Thanks for the reply.

Solution for the issue:
Go to your IDF install location, and run .\export.bat in a terminal. That should load everything you need to build the code inside that particular terminal.
by Sireesha
Mon Feb 20, 2023 5:36 am
Forum: ESP32 Arduino
Topic: ESP32-S3 custom board not storing the WiFi credentials
Replies: 0
Views: 618

ESP32-S3 custom board not storing the WiFi credentials

Hi, I am using ESP32-S3 custom board with the Arduino IDE. In my project, I am storing the Wi-Fi credentials in the ESP32-S3 custom board but after restarting the board, it is not giving the stored credentials. I checked same with ESP32-S3 development board and it stores the given credentials after ...
by Sireesha
Thu Dec 01, 2022 9:11 am
Forum: ESP32 Arduino
Topic: BLE Repeater
Replies: 1
Views: 995

Re: BLE Repeater

Hi,
Is there any way to implement BLE repeater(above concept) with ESP-IDF
by Sireesha
Wed Nov 30, 2022 6:39 am
Forum: General Discussion
Topic: ESP-IDF ninja: build stopped: subcommand failed. ninja failed with exit code 1
Replies: 2
Views: 3164

ESP-IDF ninja: build stopped: subcommand failed. ninja failed with exit code 1

Hi,
I am trying start working with ESP-IDF. Using get started guide I am trying to execute the basic hello_world program in ESP-IDF CMD from examples but while flashing I am getting below error.I attached error image. Can anyone suggest me how to solve this error.
Thanks in Advance.
by Sireesha
Thu Nov 24, 2022 7:38 am
Forum: ESP32 Arduino
Topic: BLE Repeater
Replies: 1
Views: 995

BLE Repeater

Hi, I am using ESP32-S3 custom development board for my project.I want to implement BLE repeater behavior in my project. The idea is I have three ESP32-S3 boards.One as a server other as a receiver if any obstacle comes in between these two or if the distance is too long I will place another esp32-s...