Two ways to develop your app
There are two ways to develop an app for our potentiostats (or potentiostat modules).
Option 1: using the PalmSens SDK for Android or iOS using MAUI

Get started with .NET for MAUIPros:
- Run measurements with a few lines of simple code.
- Use the libraries for doing data analysis like peak detection or equivalent circuit fitting on EIS data.
Cons:
- Bound to MAUI .NET which means you need experience with C# or VB.NET.
Option 2: use MethodSCRIPT and write a native app for Android or iOS

Start with MethodSCRIPT examplesPros:
- Use any programming language for your app (Swift, Objective-C, Java).
- Full freedom using MethodSCRIPTs to run any custom script on-board your device.
Cons:
- Implementation of the protocol means more complexity and more code.
- Data processing and data analysis needs to be programmed manually by yourself.