Search found 3 matches
- Sat Mar 12, 2022 2:23 am
- Forum: General Discussion
- Topic: How to connect to wifi network while in APSTA mode?
- Replies: 5
- Views: 4237
How to connect to wifi network while in APSTA mode?
Right now I am starting up my esp32-c3 in APSTA mode using esp-idf. This serves a captive portal where a user can select a wifi network and connect to it, similar to how tasmota and wifimanager work. I am able to connect to a network if I call esp_wifi_stop();, then reconfigure, then start the netwo...
- Mon Feb 28, 2022 1:38 pm
- Forum: ESP-IDF
- Topic: Unable to use "led_strip.h"
- Replies: 1
- Views: 6632
Re: Unable to use "led_strip.h"
Try adding:
Code: Select all
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/led_strip)
- Wed Feb 23, 2022 11:51 pm
- Forum: ESP-IDF
- Topic: Boot failure on ESP32-C3
- Replies: 5
- Views: 6209
Re: Boot failure on ESP32-C3
How did you do this / what did you do? I am still having the same issue.I now tried a second ESP32-C3-DevKitM-1 devkit which I modified to use the Integrated USB serial/JTAG debug controller