One of the use cases of the Digi IoT Library for .NET MAUI is to communicate via Bluetooth with the device (micro-controller, PC, etc.) that is connected to the serial interface of an XBee module.

External Communication

This application demonstrates using the Digi IoT Library for .NET MAUI to send and receive data over Bluetooth Low Energy to a micro-controller connected to the serial interface of an XBee device. The example scans for Bluetooth devices and allows you to connect to your XBee device. Once connected, you can send a file to a micro-controller (in this case, your PC running another XBee Python library sample) and see the progress of the operation.

You can locate the example at the following path: examples/xbee/BLEMicrocontrollerSample

For more information about how to send data to a micro-controller connected to the serial interface of an XBee device, see Send and receive serial data.