ESPNOW + WiFi

This commit is contained in:
2025-07-28 15:21:10 -04:00
parent 8ebb78f84a
commit 95628b20c7
7 changed files with 69806 additions and 2 deletions

View File

@@ -1 +1 @@
09acf92ddd5bfa105296713efe7e983f /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
122b8cc79137d61cba446e054c6f1bba /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin

View File

@@ -1018,3 +1018,8 @@
443 464 1753730458317331549 esp-idf/main/libmain.a cf2416a2cfd20e8e
464 6116 1753730463895086101 esp-idf/esp_system/ld/sections.ld 4169092a3d063f2a
464 6116 1753730463895086101 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld 4169092a3d063f2a
6118 7176 1753730463993164291 ESP-IDF_Robot.elf 6a4a9781f7cbdfab
7177 7465 1753730465338374353 .bin_timestamp 114aad1740b64e5f
7177 7465 1753730465338374353 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 114aad1740b64e5f
7465 7522 1753730465339374359 esp-idf/esptool_py/CMakeFiles/app_check_size 5548188686dfb451
7465 7522 1753730465339374359 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 5548188686dfb451

BIN
ESP-IDF_Robot/build/ESP-IDF_Robot.elf Normal file → Executable file

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -433,6 +433,7 @@ void task(void *pvParameters)
wifi_band_t band;
esp_wifi_get_channel(&channel, NULL);
esp_wifi_get_band(&band);
printf()
ESP_LOGE(TAG, "Wi-Fi Channel: %d, Band: %d", channel, band);
vTaskDelay(pdMS_TO_TICKS(2500));