Motion capture using Inertial Motion Units
Using Ubilinux for OS (Deprecated, basically Ubuntu for Intel Edison)
client(Any computer)python cli.py <commands>- Dependencies
paramiko
- Run using Python 3(Ubuntu use
python3in place ofpython) - You can put one or more of the following commands in place of
<commands>push- Pushes the
imc-serverfolder to the Intel Edison
- Pushes the
compile- Compiles the
imc-servercode on the Intel Edison
- Compiles the
run- Runs the
imc-serverexecutable on the Intel Edison
- Runs the
- Environment Variables
EDISON_HOST- The address of the Edison
EDISON_PASSWORD- The password for the Edison
EDISON_CLI_SKIP_PROMPT- If
1the CLI will skip any prompts that are set by environment variables
- If
- Dependencies
host(Intel Edison)- Configure Wifi on Edison
suchmod 0600 /etc/network/interfaceswpa_passphrase <SSID> <PASSWORD>- Save the
pskvalue in the output. It will later be referred to as<PSK>
- Save the
- Open up
/etc/network/interfacesin an editor- Comment out the line that says
auto usb0 - Uncomment the line that says
auto wlan0 - Replace
wpa-ssidwith the networks SSID - Replace the
wpa-pskwith<PSK>
- Comment out the line that says
ifup wlan0- This restarts the network adapter
- Configure Wifi on Edison