WiFi - might not be possible since laptops do not support it:
LoRA - Laptops also don't support:
ESP-NOW - Most Viable Option, uses 2 ESP-32s, can use WiFi underneath:
Current Plan:
- Connect the ESP32 to an access point that is connected to our laptops through Serial:
- ESP32 1 acts in STATION mode, where it connects to the ESP32 2 on land.
- ESP32 2 acts in ACCESS POINT mode, where it listens for packets from the other ESP32 with a preconfigured IP Addr.
WiFi - might not be possible since laptops do not support it:
LoRA - Laptops also don't support:
ESP-NOW - Most Viable Option, uses 2 ESP-32s, can use WiFi underneath:
Current Plan: