For real-time status updates follow GitHub Releases. Critical issues are announced there first.
Run three commands and Claude (or Cursor / VS Code) will have live access to your Pclika hardware.
After registration, restart Claude Code. The pclikaPlatform MCP server will appear in the tool list —
type "read temperature sensor" and Claude talks to your hardware directly.
Bridge can't find serial port
dialout group: sudo usermod -aG dialout $USER then log out and back in.
On macOS the port is typically /dev/tty.usbserial-* — run ls /dev/tty.* to find it.
On Windows use Device Manager → Ports (COM & LPT) to identify the COM port, then pass --port COM3.
Claude doesn't see the pclikaPlatform MCP tools
pclika-bridge --serve), then restart Claude Code after running claude mcp add.
You can verify registration with claude mcp list. If the server is listed but tools don't appear, check that http://localhost:3141/sse is reachable in your browser.
Firmware flash fails or board not detected
idf.py flash.
If esptool.py still times out, try a different USB cable (data-capable, not charge-only) and a direct port on your machine — USB hubs can cause issues.
sensor_read returns "timeout" or stale data
sensor_read(sensor_id="ping") first — if that times out the bridge–board serial link itself has an issue.
How do I update the firmware without re-flashing everything?
pclika-bridge ota --version latest while the board is connected via serial.
The bridge downloads the latest release from GitHub Releases, verifies the SHA-256 checksum, and writes only the app partition.
Total downtime is under 30 seconds.
Can I use Pclika with Cursor or VS Code instead of Claude Code?
.cursor/mcp.json; VS Code (with the MCP extension) uses .vscode/mcp.json.
The MCP protocol is editor-agnostic.
Where are the Developer Guide PDFs in other languages?
Run these commands and include the output in your GitHub Issue or email — it cuts resolution time significantly.
For non-public issues (orders, hardware defects, licensing). We respond within 2 business days.