Other I/O Interfaces¶
Beyond the 40-pin GPIO header, the KNEO Pi also features additional I/O interfaces, including:
- Audio Jack (3.5mm TRRS)
- MIPI Camera (CSI interface for image sensors)
- MIPI Display (DSI interface for LCD panels), not covered in KNEO Pi usage
- SDIO (for high-speed external devices), not covered in KNEO Pi usage
Using Audio¶
The KNEO Pi features a 3.5mm TRRS audio jack that supports both audio output and microphone input. To test audio functionality, you can use the arecord
and aplay
utilities for recording and playback.
-
Check Available Audio Devices
- for PLAYBACK device
- for CAPTURE device
-
Audio loopback(Recording/Playback) Test
To test the audio input and output together, record and immediately play back the captured audio in a single command:
ALSA Project Offiicial website reference
For more details on using ALSA tools and developing audio applications, visit the ALSA Project's official website: https://www.alsa-project.org. There, you can find documentation on command-line utilities, programming guides, and API references for integrating audio functionality into your applications.
Using MIPI camera¶
The KNEO Pi supports some MIPI cameras with built-in driver support. Limited usage examples are provided through the following:
- example_nnm_sensor: Captures images from MIPI sensor and integrates AI inference
- example: video encoding: Caputures images from MIPI sensor and excodes using a specified codec.
For detailed control and advanced functionality, refer to the Full-Function SDK, which provides in-depth configuration options, sensor tuning, and extended capabilities.