I am looking for project advice.
I am trying to program an ESP32 to scan for new BLE devices, if it detects a new one with a strong RSSI, send alert to Android phone. The message would contain the BLE ID of the newly detected BLE device.
The tricky part is that I would prefer to do this without a WiFi connection on the ESP32 since otherwise I would need to use my phone as a hotspot for the ESP32.
I do not know where to start. I was looking at using Blynk for the alerts, but it looks like that would require an internet connection.
The initial context of the project is an alert device to detect when our regular delivery service person delivers to our building.