Search found 3 matches

by spiffs_no_ota
Tue Nov 14, 2023 4:10 am
Forum: General Discussion
Topic: ESP32 can connect to some Wifi 2.4Ghz networks except my home Wifi 2.4Ghz
Replies: 1
Views: 1798

ESP32 can connect to some Wifi 2.4Ghz networks except my home Wifi 2.4Ghz

I'm trying to use ESP32 to learn IoT. But I'm stuck at connecting ESP32 to my home Wifi. First, I used Arduino 1.8.19 and Wifi Scan to scan my home network, it scanned my home network but cannot connect (I was sure ssid and password were correct). I changed ssid to my phone hotspot, it connected fin...
by spiffs_no_ota
Tue Nov 14, 2023 3:46 am
Forum: IDEs for ESP-IDF
Topic: Error with include path in c_cpp_properties.json
Replies: 2
Views: 23701

Re: Error with include path in c_cpp_properties.json

I'm not really sure why might cause this. Can you run "Doctor Command" from Command Palette and paste here the output you get? Thank you for your response. I fix this by build the project first, so cpp plugin will add ${workspaceFolder}/build/compile_commands.json" to the cpp settings. It fixs a lo...
by spiffs_no_ota
Mon Oct 16, 2023 3:14 am
Forum: IDEs for ESP-IDF
Topic: Error with include path in c_cpp_properties.json
Replies: 2
Views: 23701

Error with include path in c_cpp_properties.json

I'm trying to learn ESP32 using ESP-IDF and VSCode. After installing ESP-IDF extension, I installed ESP-IDF 5.1.1. No errors happened. Then I created new project using template, and after project was created there is a lot of strange problem and errors happen, so I check C/CPP extension settings. Th...