You can exchange data over Bluetooth Low Energy with a Digi ConnectCore device for different purposes. This example uses such functionality to simulate the configuration of network interfaces of a ConnectCore device.

Network Interface Configuration

This application demonstrates using the Digi IoT Library for .NET MAUI to send and receive data over Bluetooth Low Energy to a ConnectCore device. The example scans for Bluetooth devices and allows you to connect to your ConnectCore device. Once connected, you can simulate the configuration of the different network interfaces exposed by the device by sending and reading values from the device. Note that the ConnectCore device should be running the ConfigureInterfacesSample example from the Digi ConnectCore Bluetooth Low Energy Python library.

You can locate the example at the following path: examples/connectcore/BLENetworkConfigurationSample

For more information about how to communicate with a Digi device, see Communicate with the Digi device.