CapSense Configuration

Logical model of a CapSense Configurator tuning output (the cycfg_capsense.* sources generated for a PSoC application). Encodes the widget topology and tuning parameters consumed by the CapSense middleware.

AcquiredBluetoothCapSenseEmbedded SystemsHardwareInfineonIoTMicrocontrollersNOR FlashPSoCSemiconductorsWi-Fi

Properties

Name Type Description
version string CapSense middleware version this configuration targets.
tuningMode string SmartSense or manual tuning strategy.
csdConfiguration object CSD (Self-Capacitance) block configuration shared across widgets.
widgets array
View JSON Schema on GitHub

JSON Schema

cypress-semiconductor-capsense-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cypress-semiconductor/refs/heads/main/json-schema/cypress-semiconductor-capsense-configuration-schema.json",
  "title": "CapSense Configuration",
  "description": "Logical model of a CapSense Configurator tuning output (the cycfg_capsense.* sources generated for a PSoC application). Encodes the widget topology and tuning parameters consumed by the CapSense middleware.",
  "type": "object",
  "required": [
    "version",
    "widgets"
  ],
  "properties": {
    "version": {
      "type": "string",
      "description": "CapSense middleware version this configuration targets."
    },
    "tuningMode": {
      "type": "string",
      "description": "SmartSense or manual tuning strategy.",
      "enum": [
        "SmartSenseFullAutoTune",
        "SmartSenseHardwareParameters",
        "Manual"
      ]
    },
    "csdConfiguration": {
      "type": "object",
      "description": "CSD (Self-Capacitance) block configuration shared across widgets.",
      "properties": {
        "modClockDivider": {
          "type": "integer"
        },
        "snsClockDivider": {
          "type": "integer"
        },
        "iDac8Gain": {
          "type": "integer"
        }
      }
    },
    "widgets": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "type",
          "sensingMethod"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "type": "string",
            "enum": [
              "Button",
              "LinearSlider",
              "RadialSlider",
              "MatrixButton",
              "Touchpad",
              "Proximity",
              "LiquidLevel"
            ]
          },
          "sensingMethod": {
            "type": "string",
            "enum": [
              "CSD",
              "CSX",
              "ISX",
              "MSC"
            ]
          },
          "fingerCapacitance_pF": {
            "type": "number"
          },
          "fingerThreshold": {
            "type": "integer"
          },
          "noiseThreshold": {
            "type": "integer"
          },
          "scanResolutionBits": {
            "type": "integer",
            "minimum": 8,
            "maximum": 16
          },
          "sensors": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "pin": {
                  "type": "string",
                  "description": "PSoC port.pin assignment, e.g. P0.4."
                }
              }
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cypress-semiconductor-capsense-configuration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.