Skip to content

diglet48/restim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9f610a · Mar 19, 2025
Oct 9, 2024
Mar 7, 2025
Mar 19, 2025
Mar 7, 2025
Dec 28, 2024
Mar 7, 2025
Aug 28, 2024
Aug 28, 2024
Mar 7, 2025
Jan 29, 2023
Jan 29, 2023
Jan 10, 2025
Mar 7, 2025
Mar 7, 2023
Mar 7, 2025
Oct 9, 2024
Feb 4, 2023
Oct 9, 2024
Aug 28, 2024
Jan 29, 2025

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.