Skip to content

PIA-Group/python-fmci-datalogger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Example Data Logger App in Python for the FMCI Wearable

The data logger app example provides the needed tools to interact with the FMCI device using Python.

Dependencies

Install Dependencies

  • NumPy
pip install numpy
  • pySerial
pip install pyserial

Installation

Installation can be easily done with the Clone or Download button above:

$ git clone https://github.com/PIA-Group/python-fmci-datalogger-example.git

Example

Specify the USB input Port or the directory to save the data files.

python /path/to/FMCIlogger.py -i Device_USB_PORT -o save/file/dir

Or simply run the program in default mode.

python /path/to/FMCIlogger.py

Example of the data file

Example of the logger file

Acknowledge

This work has been partially funded by the Xinhua Net Future Media Convergence Institute under project S-0003-LX-18.

About

Example data logger app in Python for the FMCI wearable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages