Motion capture using IMUs
To run the app:
cd app/
pnpm install
pnpm tauri devAlternatively, run the standalone server seperately to speed up compilation:
cd server/
cargo runSvelte app:
cd app/
pnpm devTo build and upload the firmware:
cd firmware/
pio run -t uploadTo run the dummy UDP client for testing/benching (without a physical device):
cd dummy-client/
cargo run