sd-card-logging

Log embedded system flight data to SPI SD cards using embedded-sdmmc.

2|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/njfdev/ncssm_hpr_2025_payload --skill sd-card-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sd-card-logging
Source: https://github.com/njfdev/ncssm_hpr_2025_payload/tree/main/.claude/skills/sd-card-logging
Command: npx skills add https://github.com/njfdev/ncssm_hpr_2025_payload --skill sd-card-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires embedded-sdmmc, embedded-hal, talc, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of logging flight data to an SD card on embedded systems, providing a streamlined approach for data capture and storage.

Core Features & Use Cases

  • Flight Data Logging: Capture and log sensor data, timestamps, and other relevant information from embedded systems during flights.
  • SD Card Integration: Supports SPI SD cards and utilizes the embedded-sdmmc crate for robust storage.
  • Use Case: Ideal for applications requiring real-time data logging from flight instruments or sensors, ensuring reliable data capture during flights.

Quick Start

To log flight data to the SD card, run the sd-card-logging skill with the necessary sensor data.

Frequently Asked Questions about sd-card-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log flight data to an SD card using SPI on an embedded system?

To log flight data to an SD card via SPI, this Skill manages data logging operations using the embedded-sdmmc crate to capture sensor data and timestamps from embedded systems during flights.

What dependencies do I need for SD card data logging on embedded hardware?

SD card data logging requires embedded-hal for hardware abstraction, talc for dynamic memory allocation, and embedded-sdmmc for robust SPI SD card storage operations.

When should I use embedded-sdmmc for embedded flight data logging?

Use embedded-sdmmc for embedded flight data logging when you need reliable real-time capture of sensor data and timestamps on embedded systems using SPI SD card interfaces.

Does this SD card logging approach work with embedded-hal and talc for memory allocation?

Yes, this SD card logging approach works with embedded-hal for hardware abstraction and talc for dynamic memory allocation, ensuring efficient data capture on embedded systems.

What is the best way to capture sensor data during flights on embedded systems?

The best way to capture sensor data during flights is using this Skill to handle SPI SD card integration, providing a streamlined approach for real-time data logging and storage.

Why does flight data logging on embedded systems require dynamic memory allocation?

Flight data logging on embedded systems requires dynamic memory allocation via talc to efficiently manage memory resources when capturing and storing sensor data to SD cards during flights.