Introduction
This document provides the latest release information for the Digi IoT Library for .NET MAUI, which allows customers to easily develop cross-platform mobile applications applications that communicate with Digi devices over Bluetooth Low Energy.
Digi IoT Library for .NET MAUI v1.0.0, September 2023
-
Supported Hardware:
- Digi ConnectCore devices.
- Digi XBee 3 devices:
- XBee 3 Zigbee
- XBee 3 802.15.4
- XBee 3 DigiMesh
- XBee 3 Cellular
- Digi ConnectCore devices.
-
Changes with respect to previous version:
-
Support for communicating with the supported hardware over Bluetooth Low Energy:
- Connect
- Disconnect
- Send data
- Receive data (directly or through events)
-
XBee specific functionality:
- Configure common parameters with specific setters and getters.
- Configure any other parameter with generic methods.
- Execute AT commands.
- Apply configuration changes.
- Write configuration changes.
- Reset the device.
- Support for User Data Relay frames, allowing the communication between different interfaces (Serial and MicroPython).
- IO lines management:
- Configure IO lines.
- Set IO line value.
- Read IO line value.
-
Bluetooth Low Energy specific functionality:
- Automatic Bluetooth permissions request handling for Android and iOS
- Custom Bluetooth event delegates to be notified about changes in the interface
- Bluetooth scan functionality to look for BLE devices and get notified when they are discovered
-
Maui application examples demonstrating some API specific features.
- Communicate with ConnectCore devices over Bluetooth Low Energy.
- Configure XBee devices over Bluetooth Low Energy.
- Send and receive data over Bluetooth Low Energy to a micro-controller connected to the XBee serial interface.
- Send and receive data over Bluetooth Low Energy to the MicroPython application running in the XBee device.
-
Comprehensive online documentation including:
- Getting Started Guide.
- Users Guide.
- API Reference Manual.
-