Назад к проектам

neuro-snake

Игра Snake, управляемая активностью мозга через Arduino EEG hardware и Python. Показывает игровой BCI experiment с real-time signal processing, pygame controls и generated activity reports.

Ключевые возможности

  • Считывает EEG-активность с Arduino hardware через serial communication
  • Обрабатывает сигналы на Python и маппит активность на pygame-управление Snake
  • Генерирует PDF-отчет об активности после каждого экспериментального запуска

Технологии

PythonpygameArduinoEEGpySerialNumPySciPy
An educational hardware/software experiment that connects an Arduino Uno and EEG unit to a Python Snake game. The project captures brain-activity signals over serial communication, applies signal processing, maps the result to game controls, and produces a PDF report after each run.