satpulsetool-gps

Run satpulsetool gps with serial device and baud rate options.

59|5|Updated Dec 20, 2022
One-click install
npx skills add https://github.com/jclark/satpulse --skill satpulsetool-gps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: satpulsetool-gps
Source: https://github.com/jclark/satpulse/tree/main/.claude/skills/satpulsetool-gps
Command: npx skills add https://github.com/jclark/satpulse --skill satpulsetool-gps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick, repeatable guidance for executing the satpulsetool gps command against GPS hardware via a serial interface, including architecture-aware binary paths, required options, and optional message-driven workflows.

Core Features & Use Cases

  • Architecture-aware binary selection (x86_64 / aarch64) for satpulsetool gps
  • Enforces mandatory serial device (-d) and baud rate (-s)
  • Supports message files (-m) with tag selection (-t) for targeted commands
  • Allows packet logging (--packet-log) and timed captures (--capture) for debugging
  • Verbose and help options for troubleshooting and scripting

Quick Start

Run satpulsetool gps with a serial device and baud rate to start communicating with GPS hardware.

Frequently Asked Questions about satpulsetool-gps

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

FAQPage Schema
How do I run satpulsetool gps to communicate with GPS hardware over a serial port?

To communicate with GPS hardware over a serial port, run the satpulsetool gps command with the mandatory serial device (-d) and baud rate (-s) options to establish the connection.

What options are required when executing satpulsetool gps for embedded diagnostics?

Executing satpulsetool gps for embedded diagnostics requires the -d flag specifying an actual /dev/tty device and the -s flag setting the baud rate.

Can I use satpulsetool gps with message files to send targeted commands to my device?

Yes, you can use satpulsetool gps with optional config files by passing the -m flag for messages and the -t flag to select tags for targeted command execution.

How do I debug serial GPS communication using packet logs and capture?

Debug serial GPS communication using satpulsetool gps by passing --packet-log for packet logging and --capture for timed captures to record hardware interactions.

Does satpulsetool gps support architecture-specific binary paths for aarch64 and x86_64?

Yes, satpulsetool gps supports architecture-aware binary selection for aarch64 and x86_64, automatically enforcing a built binary and running make if needed.