Quick Start Guide · SpaceCommsKit Explorer

Ground Station to Remote Radio
First RF Link in Under 30 Minutes

Your SCK-915 boards shipped fully commissioned — bootloader flashed, radio application installed, hardware IDs assigned, and end-to-end tested. This guide takes you from unboxing to a live RF link with verified telemetry.

Board: SCK-915
Frequency: 915 MHz ISM
OS: Windows 10 / 11 x64
Time: ~20 minutes
Prerequisites: None
1 · Unbox
2 · Install
3 · Connect
4 · Telemetry
5 · RF Link
6 · Verified
1
Verify Your Kit Contents
Two minutes — confirm everything is present before you start

Your Explorer Dev Kit contains two fully commissioned SCK-915 boards. Each board left our bench after a complete end-to-end test — bootloader flashed, radio application installed, RF link confirmed, and image transfer verified. Check the stickers on each board before proceeding.

Ground Station Board

0001
  • ✓ Bootloader installed
  • ✓ Radio app installed
  • ✓ HWID: 0001
  • ✓ AES keys: Lab (all-F)
  • ✓ Connects to your PC via USB-serial

Remote Radio Board

0004
  • ✓ Bootloader installed
  • ✓ Radio app installed
  • ✓ HWID: 0004
  • ✓ AES keys: Lab (all-F)
  • ✓ Operates standalone — no PC connection needed
⚠️
Never exceed 5V During RF transmission the power amplifier draws significant current. Use only the included 5V 3A adapters or a bench supply set to exactly 5.00V. Undervoltage causes missed packets. Overvoltage causes permanent damage.
2
Install the Ground Station Software
Self-contained installer — no .NET runtime, no prerequisites

The OpenLST Ground Station is a self-contained Windows application. The installer includes everything it needs — no separate .NET runtime installation, no Visual C++ redistributables, no prerequisites of any kind.

ℹ️
Open Source The ground station is fully open source under GPLv3. Source code at github.com/eor123/spacecommskit. Built with C# .NET 8 WinForms — Visual Studio 2022 opens the project directly.
3
Connect the Hardware
Board 0001 to your PC — Board 0004 standalone with power

Board 0001 is your ground station — it connects to your PC via USB-serial and communicates with Board 0004 over the 915MHz RF link. Board 0004 needs only power — no PC connection required. Place the boards at least 0.5 meters apart to avoid receiver saturation from the TX signal.

Connection Board 0001 (Ground Station) Board 0004 (Remote)
Power 5V 3A adapter → DC jack 5V 3A adapter → DC jack
Serial USB-serial adapter → UART header
TX→RX, RX→TX, GND→GND, 115200 baud
Not required
Antenna 915MHz SMA antenna — hand-tighten 915MHz SMA antenna — hand-tighten
Separation Minimum 0.5m — recommended 1–3m for initial testing
🔌
UART Header Pinout The SCK-915 UART header is a 4-pin 2.54mm connector. Pin 1 = TX (board transmit → adapter RX), Pin 2 = RX (board receive ← adapter TX), Pin 3 = GND, Pin 4 = +3.3V (reference only — do not connect to adapter VCC). The board runs at 115200 baud, 8N1.
4
Establish Connection — First Telemetry
Verify the ground station talks to Board 0001 locally before attempting RF

Start with the local ground station connection before testing the RF link. This confirms your USB-serial connection is working and Board 0001 is responding.

Expected telemetry response from Board 0001:

Uptime00:01:24 — counting up ✓
RSSI— dBm (local only, no RF yet)
Packets Sent1 ✓
Good Packets1 ✓
Reboot Count0 ✓
Supply Voltage5.00V ✓
⚠️
Reboot LED during TX If the reboot indicator illuminates when you send a command, your power supply cannot sustain the PA current draw during transmission. Switch to the included 5V 3A adapter. A USB port or lightweight bench supply will not reliably power this board during TX.
5
Establish the RF Link — Board 0001 to Board 0004
Your first over-the-air command and telemetry exchange

With Board 0001 connected and responding, change the HWID to address Board 0004. Board 0001 will relay your commands over the 915MHz RF link to Board 0004 and return its responses. You are now commanding a remote radio over RF.

Expected telemetry response from Board 0004 over RF:

Source HWID0004 ✓ — response from remote board
Uptime00:02:xx — counting independently ✓
RSSI−60 to −85 dBm typical at 1–3m ✓
LQI100–110 typical at 1–3m ✓
Good Packets1 ✓
Reboot Count0 ✓
RF Link Confirmed A telemetry response from HWID 0004 with RSSI and LQI values confirms a working bidirectional 915MHz RF link. Both boards are transmitting and receiving. Your ground station is commanding a remote radio over RF.
⚠️
No response from Board 0004? Check: (1) Board 0004 is powered on and antenna is attached. (2) Boards are at least 0.5m apart — too close causes receiver saturation. (3) HWID is set to 0004 not 0001. (4) Board 0001 is still connected — check the status bar. If RSSI shows −100 dBm or lower, move boards further apart and check antenna connections.
6
Verify Your Setup — Quick Functional Check
Three commands that confirm full system operation

Run these three commands with HWID set to 0004 to confirm full bidirectional RF link operation. All three should return responses from the remote board.

CommandExpected ResponseWhat It Confirms
Get Telem
Commands tab
Telemetry from 0004 with RSSI and LQI Full bidirectional RF link working
Get Time
Commands tab
Unix timestamp from Board 0004 RTC Command routing and RTC functional
Reboot
Commands tab
Board 0004 reboots — uptime resets to 0 Remote command execution confirmed
🛰️

RF Link Verified — You're Operational

Your SCK-915 ground station is commanding a remote radio at 915MHz with bidirectional telemetry, remote command execution, and confirmed link quality. This is the same RF architecture that flew on over 150 Planet Labs Dove satellites — now running on your bench.

What's Next
Where to go from a working RF link
💻

Full Ground Station Tour

Every tab, every feature. OTA firmware updates, file transfer, custom commands.

📷

Pico Imaging Project

Add a Raspberry Pi Pico and Arducam to Board 0004. Capture and transfer JPEG images over RF.

📋

Developer Guide

Protocol reference, custom firmware development, OTA flash walkthrough, and more.

⚙️

Firmware Source

Fork the firmware, add custom opcodes, build with SDCC, flash OTA. GPLv3 open source.

📧
Need Help? Contact support@spacecommskit.com — we respond to technical questions directly. For bug reports and firmware questions, open an issue on GitHub.