PyPalmSens
Open-source Python library for automating electrochemistry experiments. All instruments are supported and examples are included.
- Native Windows, macOS, and Linux support
- Manage your instruments using an intuitive, object oriented API
- Access, process, and analyze your data with Numpy / Pandas
- Install from PyPI:
pip install pypalmsens
PalmSens SDK for .NET
Build powerful Windows, Android, and iOS applications in C#.
- .NET libraries with full documentation and examples
- MAUI support for Android and iOS tablets/phones
- Pre-built analytical tools and curve fitting
MethodSCRIPT
A lightweight, low-level text protocol for on-device programming. Use it your favourite programming language on any operating system, including embedded systems.
- Communicate over serial using any programming language
- Generate scripts in PSTrace for Windows
- Ideal for embedded and OEM integrations
- Directly control your EmStat Pico, EmStat4, or Nexus
- Comes with many code examples
Mobile SDK
Build native Android and iOS apps using the PalmSens .NET MAUI libraries.
- Supports iOS and Android
- Same API works for desktop and mobile
- Pre-built example apps
Platform and device support
| PyPalmSens | .NET SDKs | MethodSCRIPT | |
|---|---|---|---|
| Windows | ✅ | ✅ | ✅ |
| macOS | ✅ | ✅ (Mono) | ✅ |
| Linux | ✅ (ARM64, x64) | ✅ (Mono) | ✅ |
| iOS | — | ✅ | ✅ |
| Android | — | ✅ | ✅ |
| Supported devices | All devices | All devices | EmStat Pico, Sensit, EmStat4, Nexus |
| Runtime | .NET 9 or newer | .NET 9 or newer | — |
Note on Linux and macOS: Although our .NET SDKs do not officially support Linux, macOS, or Raspbian, you can run them using Mono.