A web-based dashboard for monitoring USB power metrics in real-time via Bluetooth.
Directly use it here: https://hpirila.github.io/usb-tester
- Real-time monitoring of Voltage (V), Current (A), Power (W), Energy (Ah/Wh) and USB data lines (D+/D-).
- Bluetooth connectivity for live data (Web Bluetooth API).
- Emulator mode for testing without hardware.
- Export data to CSV for analysis.
- Connect your USB Tester device via Bluetooth (Chrome/Edge recommended).
- View live charts for metrics like voltage, current, and power.
- Save data using the "Save to CSV" button.
- No device? Use the "Connect Emulator" option to simulate data.
- Copy the content of this repository to your local location
- Start web server in the same folder:
python.exe -m http.server - Open the page in browser http://localhost:8000
Not all browsers support Bluetooth. Chrome and Edge requires the domain to be either localhost or use secure connection with https.



