Skip to content

diglet48/restim

Repository files navigation

Restim

Restim is a realtime e-stim signal generator for multi-electrode setups.

Refer to the wiki for help.

Supported hardware

  • Stereostim (three-phase only) and other audio-based devices (Mk312, 2B, ...)
  • FOC-Stim
  • NeoDK (coming soon)

Main features

  • Control e-stim signals with funscript or user interface.
  • Synchronize e-stim with video or games.
  • Calibrate signal for your preferred electrode configuration.

Installation

Windows: download the latest release package: https://github.com/diglet48/restim/releases

Linux/mac: make sure python 3.10 or newer is installed on your system. Download the Restim source code, and execute run.sh

Developers: install PyCharm and python 3.10 or newer. Open Settings, python interpreter, and configure a new venv. Navigate to requirements.txt and install the dependencies. Then run restim.py.