Search found 4 matches

by embedded.engg
Sun Sep 20, 2020 10:22 am
Forum: Hardware
Topic: ESP32 board not flashing
Replies: 0
Views: 1325

ESP32 board not flashing

Hi, I have ESP32 Dev kit C. I am not able to flash the kit using the below command. idf.py -p /tty/ttyS2 -b 115200 flash Set up: Ubuntu ERROR: Screenshot from 2020-09-20 15-48-30.png I have already tried holding BOOT button and clicking EN button. It did not help. Also, if I monitor ESP32 TX0 pin on...
by embedded.engg
Sun Sep 20, 2020 9:23 am
Forum: ESP-IDF
Topic: Eclipse hello world project does not build , issue with include path
Replies: 0
Views: 1259

Eclipse hello world project does not build , issue with include path

Hi,
I am building an example project "Hello World" for my ESP32 Dev kit C using Eclipse. When I build project it throws error saying "Type 'esp_chip_info_t' could not be resolved"

Eclipse version:

Image

Image
by embedded.engg
Fri Feb 09, 2018 12:09 pm
Forum: ESP-IDF
Topic: ESP_ERROR_CHECK( esp_wifi_init(&cfg) ) line is failing
Replies: 0
Views: 2633

ESP_ERROR_CHECK( esp_wifi_init(&cfg) ) line is failing

Hi, I have code as below. The below line is always failing with error as shown below. My code is: static void initialise_wifi(void) { esp_log_level_set("wifi", ESP_LOG_NONE); // disable wifi driver logging tcpip_adapter_init(); wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); ESP_ERROR_CHECK( es...
by embedded.engg
Tue Feb 06, 2018 1:10 pm
Forum: Sample Code
Topic: Connect ESP32 to my wifi (WPA2 personal) network and test
Replies: 0
Views: 4135

Connect ESP32 to my wifi (WPA2 personal) network and test

Hi,
Can you point me to an example showing how to connect ESP32 to wifi network (WPA2 personal) ? I looked at example folder, but I just see WPA2 enterprise.

Thank you,
Pavan