Page 1 of 1

Flashing Soft AP code into ESP32_C6 board

Posted: Mon Jul 31, 2023 10:16 am
by Vineethad
Hello Experts,

Actually i am new to this ESP32 board. when i am flashing Soft AP code into ESP32_C6 board using Uart interface in ESP IDF VScode, successfully code is flashed but i am unable to find ESP32_C6 board in Wifi networks.
It is showing like below attached file.

Please help me to solve this problem.

Thanks & regards,
Vineetha

Re: Flashing Soft AP code into ESP32_C6 board

Posted: Mon Jul 31, 2023 12:41 pm
by ESP_Sprite
LP_BOD_SYS points at a power supply issue (BOD = Brown-Out Detector). Is your power supply OK? Try a different USB cable if you're using a devkit.

Re: Flashing Soft AP code into ESP32_C6 board

Posted: Wed Aug 09, 2023 12:14 pm
by Vineethad
Now I am successfully flashing Soft AP code and reading Client IP address. But I am not able to connecting to host. When I enter IP address and port then Client shows like " Couldn't connect to host " in Socket test tool.

Thank you.