I have forked the EthernetCellularRK library to use WiFi as the backup instead of Ethernet.
I would like to add some further options for operation.
- No Ethernet adaptor - device permanently operates on WiFi without rechecking every so often.
- Swapping connection preference (WiFi, then ethernet).
- As 1. but with the added requirement to operate unconnected until switched by a user to be connected. The Local or Connected switching would be implemented via BLE control or could be controlled through an external RTC alarm or timer that switched between the 2 modes. This covers a user scenario where 4G WiFi hotspots are occasionally setup to allow devices to upload event logs and key data.
Many thanks in advance for any ideas of how best to achieve these.