Sending or receiving ESP32 recorded data Wirelessly "WIFI" without Internet connection

how sent recorded data from ESP32 Arduino Support Board directly using WIFI protocol. I mean sending recorded analog or digital data without an Internet connection, some Apps like Blynk and... exist, but they need an Internet connection?

Welcome to the forum

What device do you want to send the data to and how far from the ESP32 is it ?

The thing you're sending to would need to be on the same network as the WiFi.

Then you'll need to know that device's IP Address on the network.

Then you use whatever IP-based protocol(s) that device supports.

from an air pressure sensor to an android mobile phone. Distance is in the range of WIFI 10-15 meters.
which application do you prefer for receiving sensor recording in offline mode?

actually, im going to monitor digital data.
Thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.