WiFi
Having an internet connection is essential in many projects. Some of the supported hardware options already have WiFi. This can for example be a PC or a Raspberry Pi connected to a Cloud like Azure.

DUELink also includes the Wireless ESP32 module, which serves two different use cases.

You can use this module as a Wireless Interface to a daisylink of modules. This can for example be a PC that is controlling a Daisylink of modules using Python over a wireless Bluetooth connection.

Or use it to add a wireless connection to any DUELink setup, via AT commands or a data gateway.

Both cases ar explained on the Wireless Interface page.