ryohajika / ShimmerProjectECL

ShimmerProjectECL is a java-based project to make a simple software to stream data from a Shimmer sensor using LSL(LabStreamingLayer) protocol. Designed for the Windows platform and Shimmer GSR+ sensor.
1 stars 1 forks source link

ShimmerProjectECL is a java-based project to make a simple data streaming software for Shimmer biopotential signal sensor using LSL (Lab Streaming Layer) protocol.

Designed for the Windows platform, Shimmer GSR+ sensor.

Based on the ShimmerEngineering's repo

Original Description for the repo

There are a number of examples

For Shimmer2R uses please refer to the legacy example

License

follow the original license

how to use "ApplicationShimmer"

  1. Install Java Development Kit 1.8
  2. Clone this repo to local and open it with Eclipse Java IDE.
  3. Select "ApplicationShimmer.java" under "ecl" directory and build it.
  4. Pair your Shimmer GSR+ sensor to your PC by bluetooth connection.
  5. Check the port number (i.e. COM6) for your Shimmer sensor on your PC.
  6. Run the compiled "ApplicationShimmer.jar" in Eclipse IDE or by typing java -jar ApplicationShimmer.jar in powershell.
  7. Type in the port number in the app and you'll see connection log and sensor data.

TDL