<- Adapters

RaspberryPi

certifiedcloud

Raspberry Pi physical-world access (GPIO, camera, system stats)

pip install chp-adapter-raspi

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

camera_capturev1.0.0

Capture a still image. Returns file path, size, and resolution. Image bytes not in evidence.

chp.adapters.raspi.camera_capture
gpio_readv1.0.0

Read digital state of a GPIO pin.

chp.adapters.raspi.gpio_read
gpio_writev1.0.0

Write digital state to a GPIO pin.

chp.adapters.raspi.gpio_write
system_statsv1.0.0

CPU temperature, memory, disk usage, and uptime. No hardware dependencies.

chp.adapters.raspi.system_stats
See the full capability catalog →