Firmware for single board computer hardware specifically made for the biophysics experimental setups. Typically runs on Raspberry Pi and Arduino boards. For communication we use LabStreamingLayer (LSL), ZeroMQ and the Boost framework.
This repository contains firmware for single board computer hardware specifically made for the biophysics experimental setups. We typically use Raspberry Pi and Arduino boards.
For communication we use LabStreamingLayer (LSL), ZeroMQ and the Boost framework.
The LSL streams are generic, but are usually captured by the Matlab data acquisition software inthe biofysica reposistory.
ZeroMQ is used for sending data from Matlab to the SBC hardware, e.g. sending triggers, stimuli or settings.
The boost framework is convenient for serial communication, real time extensions, etc.