PSC Pressure Sensor Controller

Web-based interface for pressure sensor data acquisition

Disconnected
📊 Sensor Readings
📈 Real-time Graph
⚙️ Setup
🔧 Calibration
🎬 Macro
💻 Terminal
🔧 Raw Communication

Sensor Readings

Graph Controls

sec

Channels

🎯 Tare Operations

🚗 CAN Configuration

(0x100)

Calibration Management

🎬 Macro Execution

Load and execute text files containing PSC commands. Each line should contain one command.

No macro loaded

Command/Response Log:

Load a macro file to begin execution...
📋 Macro File Format:
# Comments start with # and are ignored
# Each line contains one PSC command

# Query commands
C_METH?
CAL? 1
CAP? 2
?

# Set commands  
CAL 1 100.5
CAP 2 0 1.5
TARE
EE_SAVE

💻 Serial Terminal

Interactive serial terminal - type commands and see responses in real-time.

$
Quick Commands:

🔧 Raw Serial Communication

🔄 DFU Firmware Update

Upload firmware using STM32 DFU protocol.

Progress: 0%