Another target in the library that allows you to communicate over Bluetooth is the MicroPython application that is running inside an XBee device.

Micropython Communication

This application demonstrates using the Digi IoT Library for .NET MAUI to send and receive data over Bluetooth Low Energy to the XBee MicroPython interface. The example scans for Bluetooth devices and allows you to connect to your XBee device. Once connected, you can ask the MicroPython application that is running on the XBee to read and send the temperature and humidity values of the module.

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

For more information about how to communicate with the MicroPython application of an XBee device, see Send and receive MicroPython data.