# Packet Radio with a Baofeng: Receive-First APRS Basics

Understand packet radio and APRS with a Baofeng-class handheld by mapping the radio, audio path, decoder, packet fields, and license boundary before any transmit work.

## Outcome
Draw a receive-first packet-radio path and explain what a decoded packet proves without assuming transmit permission.

## Safe first step
Start receive-only: identify the radio role, audio path, decoder, expected packet fields, and local rules before touching transmit.

## Ladder steps
### 1. Name the radio role
A Baofeng-class handheld can hear or send RF audio, but it does not decode packet fields by itself.

Check: You can explain what the radio contributes and what another tool must do.

### 2. Trace the audio path
Packet audio has to travel cleanly between the radio and a phone, computer, or TNC-style decoder.

Check: Your sketch labels speaker or mic audio, interface, input level, and decoder.

### 3. Decode before transmitting
A receive-first pass lets you inspect callsign, path, message type, position, or status fields without creating interference.

Check: You can point to one decoded field and explain what it proves.

### 4. Separate authorization from hardware
Owning a radio and cable is not the same thing as being allowed to transmit.

Check: Your note says transmit waits for license or authorization, allowed frequency and mode, proper identification, and interference checks.

## Examples
### Map the packet path
```sh
radio -> audio interface -> decoder -> packet fields
```
Expected signal: Each component has a job and none of them alone proves transmit readiness

Caution: Keep the first pass receive-only.

### Read a decoded APRS-style packet
```sh
callsign + path + message type + optional position
```
Expected signal: The fields describe who sent it, how it moved, and what kind of message it is

Caution: Do not use decoded public packets for stalking, evasion, or public-safety misuse.

### Gate the transmit branch
```sh
receive-only branch -> license check -> allowed frequency/mode -> identification -> transmit test
```
Expected signal: Transmit is a separate decision path, not the default next click

Caution: Stop if license, authorization, frequency, mode, or interference risk is unclear.

## Common traps
- Treating a tutorial as permission to transmit.
- Skipping the audio-level problem and blaming the radio.
- Using emergency, public-safety, or business channels as practice targets.
- Confusing a decoded packet with proof that your own transmit setup is authorized or clean.

## Practice task
Draw a packet path for a receive-only Baofeng/APRS learning setup. Label radio, audio interface, decoder, packet fields, license boundary, and the exact point where you stop before transmit.

## Next steps
- Build an Obsidian note with [[Packet radio]], [[APRS]], [[Baofeng]], [[Audio interface]], [[TNC]], [[Callsign]], [[Receive-only]], and [[Licensed transmit]] backlinks.
- Review the source video cards and vote on which one best explains the packet path.
- Pick an RF backlog route next: RSSI direction finding, antenna length math, or SDR flight tracking.

## Related
- [Radio and Signals topic group](/topics/rf/)
- [Command line foundations for maker projects](/learn/linux/command-line-foundations/)
- [Make an Obsidian project note](/learn/make-an-obsidian-project-note/)
- [Turn a source video into notes](/video-notes/)
- [Review Anki-compatible decks](/decks/)

## Obsidian backlinks

Use these wiki links to connect this note inside a local maker vault:

- [[TopicLadder]]
- [[Maker Learning]]
- [[Packet Radio with a Baofeng Receive-First APRS Basics]]
- [[Radio and Signals]]
- [[rf]]
- [[receive-first]]
- [[Name the radio role]]
- [[Trace the audio path]]
- [[Decode before transmitting]]
- [[Separate authorization from hardware]]
- [[Radio and Signals topic group]]
- [[Command line foundations for maker projects]]

## Source and next routes

Source: https://topicladder.com/learn/rf/packet-radio-baofeng-aprs-first-pass/

- [Radio and Signals topic group](/topics/rf/)
- [Command line foundations for maker projects](/learn/linux/command-line-foundations/)
- [Make an Obsidian project note](/learn/make-an-obsidian-project-note/)
- [Turn a source video into notes](/video-notes/)
- [Review Anki-compatible decks](/decks/)
