I'm very new to using the ESP32 in my electronics projects, but I'm confused why every tutorial I've seen for sending sensor data from an ESP32 to a computer(wirelessly) requires a wifi ssid and wifi password. I've seen tutorials where you can input in the wifi ssid and password instead of hard coding it, but I want to know if there is a method where I can send sensor data from the ESP32 to a computer wirelessly without having to deal with wifi ssids or passwords at all.
Thank you!