Skip to content

ketaro-m/FootSens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FootSens

A force tracking system to measure ground reaction forces in the foot.

poster.png

FootSensVideo.gif

Material

Circuit

poster.png

Prototype

prototype.png prototype2.png

Usage

Initial Setting

At first, you need to connect the device to your computer itself. PIN number for this bluetooth module is "1234".

  • Mac
    "System Preferences" -> "Bluetooth" -> "Devices"
  • Windows
    "Settings" -> "Devices" -> "Bluetooth & other devices"

Command on MATLAB

Once you open MATLAB, please connect the device typing these command.

>> instrhwinfo('Bluetooth','DSD TECH HC-05');
>> bt = Bluetooth('DSD TECH HC-05', 1);
>> fopen(bt);

If you successfully open the bluetooth, move to the directory in which "main.m" exists and run it.

>> main

Then input a file name and measurement time into a dialog showing up, and click "OK". inputDialog.png

In a few seconds, LED on the device will turn on and the measurement will start.
You can monitor the tracknig in real time and the screen will be saved as an avi file in the same directory.

Demo

demo.gif

About

"Designing for the Human Body" final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published