
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
a121-sys is a Rust crate offering raw bindings for interfacing with the Acconeer A121 V-Band radar sensor. Designed for embedded systems, it provides low-level access to the sensor's functionalities, enabling the development of high-level abstractions in a no_std environment.
This crate is intended to serve as a foundation for accessing the detailed capabilities of the A121 radar sensor, including advanced configuration and sensor management.
The a121-sys crate exposes raw bindings necessary for implementing the following features:
These features are made available through the crate's feature flags, allowing users to include only what they need for their application.
[features]
distance = []
presence = []
arm-none-eabi-gcc is required for building the C wrapper for some examples.# Ubuntu
sudo apt-get install gcc-arm-none-eabi
ESP targets require ESP toolchains, install via the VSCode extension from espressif. Before you can build a121-sys, you need to set the environment variables by sourcing the applicable SDK, i.e.:
. ~/esp/v5.2.3/esp-idf/export.sh
Then make sure that the following gives you the correct sysroot path:
riscv32-esp-elf-gcc -print-sysroot
Support is dependent on the Acconeer A121 Static Library's availability:
To use a121-sys in your project, add it to your Cargo.toml:
[dependencies]
a121-sys = "0.2"
Ensure all dependencies are correctly set up in your build environment.
For more details on utilizing a121-sys, refer to the documentation.
We welcome contributions to expand and improve a121-sys. Whether it's adding new features, enhancing existing ones, or improving the documentation, feel free to open issues and submit pull requests.
Distributed under the MIT License. See LICENSE for more information.
FAQs
Unknown package
We found that a121-sys demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies