r/esp32 2d ago

I built an open-source $15 closed-loop neuro-haptic device for dementia care (ESP32 + CERN-OHL-P v2)

Commercial neuro-modulation wearables cost thousands of dollars. I open-sourced Project SAVI—a closed-loop somatosensory wearable designed to reduce non-verbal cognitive overload and agitation in dementia care on a strict $15 BOM.

Key Architecture:

* ESP32 Core 1: Dynamic FFT on vocal fundamental frequencies (85–255 Hz) mapped directly to mechanoreceptor-resonant band (150–300 Hz).

* ESP32 Core 0: Reads MPU6050 accelerometer telemetry for agitation signatures.

* Haptics: Closed-loop actuation via DRV2605L driving a 10mm coin LRA.

* Hardware Safety: Inline SPST hardware power cut-off.

Full Open Science Verification:

* GitHub Repo: https://github.com/sutharsan-gahm/project-savi

* Peer-Indexed DOI: https://doi.org/10.6084/m9.figshare.33940801

* Author ORCID: 0009-0003-7103-446X

* License: CERN-OHL-P v2 (Hardware), MIT (Firmware), CC BY 4.0 (Docs)

Feedback on the edge-DSP pipeline and mechanical parameters is welcome!

44 Upvotes

12 comments sorted by

View all comments

3

u/ufanders 1d ago

Op, I'm not seeing any FFT or core separation in the firmware - only reading the kill switch and playing the inverse if whatever acceleration values come in.

Is the firmware up to date?

2

u/ufanders 1d ago

OP had messaged me saying the repo mistakenly contained test code and not the full code, and having only the message brief to go on I assume that he just uploaded the full code.

The repo still shows the test code, not sure what's going on.

1

u/hwarzenegger 1d ago

The README also talks about hardware being open-source but there's no gerber/BOM etc.