Brain Box is a compact, portable field recorder designed to capture and process electroencephalography (EEG) data autonomously in environments where traditional laboratory setups aren't feasible. The system prioritizes portability, security, and reliability by utilizing local Bluetooth communication instead of wide-area network connectivity, making it ideal for field research and real-world EEG data collection.
The system consists of three main components:
- STM32 Microcontroller: Core processing unit for real-time EEG signal processing
- Ganglion BCI Headset: Professional-grade EEG sensor array for high-quality brain signal capture
- Bluetooth Communication Module: Secure, low-latency wireless data transmission
- Embedded Firmware: Real-time signal processing and data compression on STM32
- Desktop Application: Data management, visualization, and analysis tools
- Web Interface: Modern React-based dashboard for comprehensive data review
- Backend API: Django-powered data processing and storage management
- Live Demo: [Coming Soon]
- Local Development:
cd app-frontend npm install npm run dev - Access URL:
http://localhost:5173
- Production: Link
- Local Development:
cd app-backend pip install -r requirements.txt python manage.py runserver - API Access:
http://localhost:8000
- Power on the Brain Box device
- Pair the Ganglion BCI headset via Bluetooth
- Ensure proper electrode placement on the subject
- Record EEG data
- Access the web interface at
localhost:5173 - Navigate to your recording session
- View spectrograms, periodograms, and ERPs
- Node.js (v16+)
- Python (v3.8+)
- Git
# Clone the repository
git clone https://github.com/Physlex/NatHack2025.git
cd NatHack2025
# Frontend setup
cd app-frontend
npm install
npm run dev
# Backend setup (in another terminal)
cd app-backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
# Access the application
open http://localhost:5173Here is the link for the presentation.
- Project Lead: Alexander Williams-Letondre
- Embedded Engineering: Ayrton Chilibeck
- Hardware/Software Interface Engineering: Balpreet Juneja
- Software Development: Tammy Young, Ahmed Keshta
- Signal Processing: Suvir Duggal