Recently discovered an ESP32 can be its own access point (controlling or displaying data wirelessly through a web browser not connected to Internet). It also has long-range capability:
Long Range (LR)
Long Range (LR) mode is an Espressif-patented Wi-Fi mode which can achieve a one-kilometer line of sight range. It has better reception sensitivity, stronger anti-interference ability and longer transmission distance than the traditional 802.11B mode.
LR Compatibility
Since LR is Espressif unique Wi-Fi mode, only ESP32 devices can transmit and receive the LR data. In other words, the ESP32 device should NOT transmit the data in LR data rate if the connected device doesn’t support LR. The application can achieve this by configuring suitable Wi-Fi mode. If the negotiated mode supports LR, the ESP32 may transmit data in LR rate, otherwise, ESP32 will transmit all data in traditional Wi-Fi data rate.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html
Or what smartphones cannot receive LR data? Further on that page, "For LR enabled in ESP32 station and the mode is NOT LR only mode, it’s compatible with traditional 802.11 mode." So it appears like it will work...
I will probably test to see how slow the data sends for a 1/2 mile with line of sight and perhaps 1/4 mile or as far as possible in a woodland.