Search found 4 matches
- Sun Sep 20, 2020 10:22 am
- Forum: Hardware
- Topic: ESP32 board not flashing
- Replies: 0
- Views: 1550
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...
- 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: 1514
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:
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:
- Fri Feb 09, 2018 12:09 pm
- Forum: ESP-IDF
- Topic: ESP_ERROR_CHECK( esp_wifi_init(&cfg) ) line is failing
- Replies: 0
- Views: 2929
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...
- Tue Feb 06, 2018 1:10 pm
- Forum: Sample Code
- Topic: Connect ESP32 to my wifi (WPA2 personal) network and test
- Replies: 0
- Views: 4491
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
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