rf24-analyser

mvoss96/rf24-analyser
★ 0 stars Python AI/LLM Updated today
nRF24L01 sniffer: USB dongle firmware, browser UI with BTHome/raw decoders, and an MCP server so an agent can drive the radio
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rf24-analyser": {
      "command": "uvx",
      "args": [
        "rf24-analyser"
      ]
    }
  }
}

Or install with pip: pip install rf24-analyser