Skip to content

Releases: mnrj-vv-w/wearable-motion-visualizer

v1.0.0 - Initial Release

09 Dec 05:12
cda03ae

Choose a tag to compare

Initial Release

First release of wearable-motion-visualizer - a real-time accelerometer data visualization tool for LSM303AGR sensor.

Features

  • Real-time Visualization: WebSocket-based real-time display of accelerometer data
  • Data Export: CSV/JSON export for Edge Impulse and analysis
  • Analyzer: Parameter tuning and scoring analysis
  • Multi-format Support: Supports Edge Impulse CSV, JSON, and raw CSV formats

Requirements

  • Node.js v18.x or higher
  • npm v9.x or higher
  • Chrome/Edge (latest version)

Installation

npm install
npm start### Usage

  1. Connect MCU (micro:bit) via USB
  2. Open http://localhost:3000 in your browser
  3. Click "Connect" to start real-time visualization

See README.md for detailed usage.

License

Apache-2.0 License

Related Projects


This tool is part of the Wearable Motion Analyzer system for TRON Contest 2025.