Search found 4 matches

by rAlexander
Fri Jan 13, 2023 11:58 am
Forum: General Discussion
Topic: ESP32-WROOM-32 connect to the AP fail
Replies: 3
Views: 1841

Re: ESP32-WROOM-32 connect to the AP fail

sdkconfig # # Automatically generated file. DO NOT EDIT. # Espressif IoT Development Framework (ESP-IDF) Project Configuration # CONFIG_IDF_CMAKE=y CONFIG_IDF_TARGET_ARCH_XTENSA=y CONFIG_IDF_TARGET="esp32" CONFIG_IDF_TARGET_ESP32=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 # # SDK tool configuration # CON...
by rAlexander
Fri Jan 13, 2023 11:51 am
Forum: General Discussion
Topic: ESP32-WROOM-32 connect to the AP fail
Replies: 3
Views: 1841

Re: ESP32-WROOM-32 connect to the AP fail

Output to the console в†ђ[0;33m--- idf_monitor on \\.\COM3 115200 ---в†ђ[0m --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00...
by rAlexander
Fri Jan 13, 2023 11:48 am
Forum: General Discussion
Topic: ESP32-WROOM-32 connect to the AP fail
Replies: 3
Views: 1841

Re: ESP32-WROOM-32 connect to the AP fail

Source code: #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #include "esp_system.h" #include "esp_wifi.h" #include "esp_event.h" #include "esp_log.h" #include "nvs_flash.h" #include "lwip/err.h" #include "lwip/sys.h" /* The examples ...
by rAlexander
Fri Jan 13, 2023 11:06 am
Forum: General Discussion
Topic: ESP32-WROOM-32 connect to the AP fail
Replies: 3
Views: 1841

ESP32-WROOM-32 connect to the AP fail

Good afternoon! I faced the following problem - I bought the ESP32-WROOM-32D module. In esp-idf, I found a scan project in the examples, compiled it, the module works well, finds networks. Then I tried the Station project - problems started here, the module does not connect to the router! The netwo...