AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Nrf Connect Sdk Integration

skill-easyzoom-aix-skills-nrf-connect-sdk-integration · by easyzoom

Use when integrating, configuring, or debugging Nordic nRF Connect SDK, Zephyr-based nRF projects, BLE, SoftDevice Controller, Partition Manager, DFU, or nRF drivers

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-easyzoom-aix-skills-nrf-connect-sdk-integration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-easyzoom-aix-skills-nrf-connect-sdk-integration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Nrf Connect Sdk Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

nRF Connect SDK Integration

Overview

Use this skill to debug nRF Connect SDK by combining Zephyr evidence with Nordic-specific layers: board files, Partition Manager, Bluetooth controller, DFU, security, and nrfx drivers. NCS issues often span multiple generated files.

When To Use

Use this skill when:

  • The user is working with nRF Connect SDK, nRF52/nRF53/nRF54/nRF91, VS Code

extension, west, or Zephyr-based Nordic samples.

  • The issue involves BLE, SoftDevice Controller, MCUboot, DFU, Partition

Manager, TF-M, modem, nrfx, or board overlays.

  • The app behavior depends on generated partitions, child images, or multi-core

images such as network core firmware.

Do not use this skill for Zephyr-only boards with no Nordic-specific stack. Use zephyr-integration instead.

First Questions

Ask for:

  • NCS version, Zephyr revision, SoC, board, sample/app, and build command.
  • prj.conf, overlays, Partition Manager output, child images, and sysbuild use.
  • Bluetooth role, controller settings, security/pairing, and connection logs.
  • DFU/MCUboot setup, image slots, signing, and boot logs if update-related.
  • Current build error, runtime log, fault dump, or radio behavior.

Debug Workflow

  1. Freeze SDK and build shape.

Confirm NCS version, board target, sysbuild, child images, and pristine build.

  1. Inspect generated files.

Check .config, zephyr.dts, Partition Manager output, and image manifests.

  1. Prove board and driver config.

Verify pins, clocks, regulators, nrfx drivers, and Nordic-specific Kconfig.

  1. Debug BLE by layer.

Separate host APIs, controller config, advertising, connection parameters, security, GATT, and radio coexistence.

  1. Debug DFU by image chain.

Check MCUboot, signing, slot layout, image confirmation, and rollback state.

  1. Handle multi-core devices explicitly.

For nRF53/nRF54, verify network core image, IPC, and core-specific logs.

Common Failures

  • Partition Manager output differs from the assumed flash layout.
  • Child image config overrides the parent app's assumptions.
  • BLE controller options do not match role, PHY, or connection count.
  • Network core firmware is missing or built from stale configuration.
  • DFU image is signed correctly but not confirmed after first boot.
  • TF-M or secure partition settings are changed without matching memory layout.

Verification

Before claiming NCS integration works:

  • State NCS version, board, build mode, and generated partition layout.
  • Confirm .config, zephyr.dts, and child image evidence.
  • Confirm BLE/DFU/modem logs for the exercised path.
  • Confirm multi-core image status when using nRF53/nRF54 class devices.

Example

User:

nRF5340 BLE 广播不出来。

Agent:

  1. Checks NCS version, board target, child images, and network core firmware.
  2. Verifies Bluetooth host/controller config and generated logs.
  3. Tests a Nordic sample before changing application GATT code.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.