# OpenParanormalGear Open-source, user-friendly DIY ghost hunting equipment project. ## Mission To reverse-engineer and create affordable, open-source alternatives to commercial paranormal investigation equipment. This project aims to provide schematics, 3D printable designs, and user-friendly firmware for DIY ghost hunting gear. ## Philosophy - **Open Source**: All designs, schematics, and code freely available - **Affordable**: Using readily available components (Arduino, ESP32, etc.) - **User-Friendly**: Clear documentation and easy assembly - **Scientific**: Transparent about how devices work, no black boxes - **Community-Driven**: Open to contributions and improvements ## Project Structure ``` OpenParanormalGear/ ├── research/ # Device research, teardowns, academic papers │ ├── devices/ # Commercial device documentation │ ├── teardowns/ # Reverse-engineering notes │ ├── patents/ # Patent research │ ├── academic-papers/ │ └── community-builds/ ├── schematics/ # Circuit diagrams organized by device type │ ├── ovilus/ │ ├── emf-meters/ │ ├── spirit-box/ │ ├── evp-recorders/ │ ├── thermal-imaging/ │ ├── motion-sensors/ │ └── laser-grids/ ├── 3d-models/ # 3D printable enclosures and parts ├── documentation/ # Build guides, user manuals ├── firmware/ # Arduino/ESP32 code └── software/ # Companion apps and utilities ``` ## Target Devices (Research Phase) ### Priority 1: Core Detection Tools - **Ovilus** - Environmental sensor to word database device - **K2 EMF Meter** - Electromagnetic field detector - **Spirit Box** - Radio frequency scanner - **EVP Recorder** - Electronic voice phenomena capture ### Priority 2: Visual Equipment - **REM Pod** - Radiating EMF field detector - **Thermal Imaging** - Temperature anomaly detection - **Motion Sensors** - Movement detection systems ### Priority 3: Advanced Tools - **SLS Camera** - Structured light sensor mapping - **Laser Grid** - Visual distortion detection - **BooBuddy** - Interactive environmental monitor ## Current Status **Phase:** Initial Research **Progress:** Gathering technical specifications and existing DIY builds See `RESEARCH_LOG.md` for detailed findings. ## Contributing This project is in early research phase. If you have: - Schematics or teardowns of commercial devices - Experience building DIY paranormal equipment - 3D modeling skills for enclosures - Firmware/software development experience ...your contributions are welcome! ## License To be determined - likely MIT or GPL for maximum openness ## Disclaimer This project is for educational and research purposes. We document how devices work and provide open alternatives. No claims are made about the paranormal efficacy of any equipment.