Skip to content

PIA-Group/epibox-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing EpiBOX Core

Part of the EpiBOX framework — see [1] A. S. Carmo, M. Abreu, A. L. N. Fred, and H. P. da Silva, “EpiBOX: An Automated Platform for Long-Term Biosignal Collection,” Frontiers in Neuroinformatics, vol. 16, p. 837278, May 2022, doi: 10.3389/fninf.2022.837278.
Companion repos: PyEpiBOX · GitHub | EpiBOX App · GitHub


What EpiBOX Core Does

EpiBOX Core turns a Raspberry Pi into a self-contained hub that:

  1. Creates its own Wi-Fi network
    – useful in labs or field sites where no external Wi-Fi is available.

  2. Runs a password-protected MQTT broker
    – so any device on the local network (including PyEpiBOX and the EpiBOX App) can publish/subscribe securely.

  3. Autostarts PyEpiBOX with systemd
    – guaranteeing that data acquisition begins as soon as the Pi boots.

All provisioning is handled with Bash scripts.


Two Ways to Set It Up

Method When to choose it Docs
Flash a pre-built image Fastest route; no command-line work README-img.md
Run the setup script If you need to inspect or tweak every step README-bash.md

Raspeberry Pi images (img) available at OneDrive share point)


Hardware Tested

  • Raspberry Pi 4 Model B

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages