The biological signal acquired by BITalino is output by the LSL stream.
You can use BITalino as a sensor for your Echo device.
The ECG and Respiratoin(PZT) and EEG sensor are supported.
This program runs on raspberry pi.
This program requires Lab Streaming Layer.
Clone the repository and build.
git clone --recurse-submodules https://github.com/labstreaminglayer/labstreaminglayer.git
cd labstreaminglayer/
cmake .
cmake --build . --config Release --target install
cd ..
git clone https://github.com/Creact-Corp/BITalino-LSL_Bridge.git
cd BITalino-LSL_Bridge/
mkdir build
cd build
cmake ..
cmake --build .
lsl_bridge [BITalino's MacAddress] [LSL name] [sensors]
[sensors] Select the sensor to use.
-h Use HeartRate.(Connect ECG Sensor to A1 of BITalino)
-r Use Respiration.(Connect PZT Sensor to A2 of BITalino)
-e Use EEG Alpha.(Connect EEG Sensor to A3 of BITalino)