PalmSens .NET MAUI Documentation


PalmSens banner


With this PalmSens SDK you develop Windows applications in Visual Studio using .NET MAUI.

.NET MAUI is a multi-platform app UI framework that lets you build native, cross-platform desktop and mobile apps with one codebase.

The PalmSens .NET MAUI SDK can be used with all PalmSens instruments and potentiostat modules.

Supported platforms:

  • Windows (USB)

  • Android (USB, Bluetooth, BLE)

  • IOS (BLE)

The .NET MAUI SDK currently targets .NET 9.

Device shot

Features

These projects contain a simplified open source wrapper for the PalmSens.Core libraries.

  • PalmSens.Core.Simplified

  • PalmSens.Core.Simplified.MAUI

  • PalmSens.Core.Simplified.Android

  • PalmSens.Core.Simplified.WinUI

  • PalmSens.Core.Simplified.iOS

The simplified wrappers give you quick and easy access to all the basic functions of the PalmSens/EmStat devices and automatically handles most potential threading issues for you:

  • Connecting

  • Manual control of the cell

  • Running measurements

  • Accessing and processing measured data

  • Analyzing and manipulating data

Methods and data structures are referenced from the PalmSens.Core libraries.

In addition, the projects contain a simple open source plot control that you can use to plot your measurements in real-time. They are based on the open-source OxyPlot library.

  • SDKPlot.NET

  • SDKPlot.Maui

Click here for a list of example apps to help you get started.