https://github.com/seg71/rezbt
PS2 Rez Trance Vibrator Bluetooth Amorelie bridge
https://github.com/seg71/rezbt
amorelie esp32 playstation2 ps2 rez vibrator
Last synced: about 1 month ago
JSON representation
PS2 Rez Trance Vibrator Bluetooth Amorelie bridge
- Host: GitHub
- URL: https://github.com/seg71/rezbt
- Owner: seg71
- Created: 2025-01-16T19:04:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T12:11:21.000Z (3 months ago)
- Last Synced: 2025-03-22T04:12:45.461Z (about 1 month ago)
- Topics: amorelie, esp32, playstation2, ps2, rez, vibrator
- Language: C
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Rez BT
A recreation of the Playstation 2 (PS2) Trance Vibrator for the game Rez that connects via Bluetooth BLE to Amorelie Joy vibrators.

Implemented using esp-idf for the Waveshare ESP32-S3-Zero:
https://www.waveshare.com/esp32-s3-zero.htmThe code makes use of the onboard LED for showing changes and bluetooth pairing status.
Additionally the boot button is used to support the following functions:
* Long press to restart the pairing mode
* Press once to toggle the game mode:
* Direct: Will keep the last received vibration strength (like the original device)
* Fade: Will ignore any "off" signal from the game and instead fade out the current vibration level
The STL folder contains a 3d printable case for the device that exposes the LED and allows pressing the boot button.The implementation currently supports the following amorelie devices:
* 0x4D02 Amorelie Joy Move
* 0x4D05 Amorelie Joy Cha-Cha
* 0x4D06 Amorelie Joy Boogie
* 0x4D01 Amorelie Joy Shimmer
* 0x4D03 Amorelie Joy Grow
* 0x4D04 Amorelie Joy Shuffle
* 0x4D07 Amorelie Joy Salsa
Based off the ground work of https://github.com/retromaniak/ESPREZ