Comments on: ESP-IDF: ESP32 Wi-Fi Scanner (Scan Nearby Networks RSSI) https://randomnerdtutorials.com/esp-idf-esp32-wi-fi-scanner/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 16 Mar 2026 16:25:45 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Rui Santos https://randomnerdtutorials.com/esp-idf-esp32-wi-fi-scanner/#comment-1169465 Mon, 16 Mar 2026 16:25:45 +0000 https://randomnerdtutorials.com/?p=187575#comment-1169465 In reply to Larry Dalton.

We are using ESP-IDF (not Arduino Core / Arduino IDE). We don’t use setup() and loop() under ESP-IDF.

With ESP-IDF, we need to have a void app_main(void) and inside a while (1) if needed in your application.

]]>
By: Larry Dalton https://randomnerdtutorials.com/esp-idf-esp32-wi-fi-scanner/#comment-1166784 Fri, 06 Mar 2026 09:49:52 +0000 https://randomnerdtutorials.com/?p=187575#comment-1166784 I’ve compiled and ran this on an ESP32C5. Can’t figure out how or where the output is or goes. I added void setup(){} and loop(){{} which keeps the compiler happy.
So, is this incomplete, or am I missing someting – most likely I have.

]]>