1 · Unbox
2 · Install
3 · Connect
4 · Telemetry
5 · RF Link
6 · Verified
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
- □
2× SCK-915 radio boards — stickered 0001 and 0004
- □
2× 915MHz SMA antennas — hand-tighten only, do not over-torque
- □
1× USB to serial adapter — for Board 0001 ground station connection
- □
2× 5V 3A power supplies — one per board
⚠️
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.
The SCK 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.
-
□
-
□
Run the installer as Administrator
Right-click the .exe → Run as Administrator.
If Windows SmartScreen appears click More info → Run anyway.
The application installs to C:\Users\...\AppData\Local\SpaceCommsKit\SCK Ground Station
-
□
Launch the application
SCK Ground Station appears in your Start menu.
A desktop shortcut is created during installation.
ℹ️
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.
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.
- □
Power on Board 0004 first — remote radio needs to be listening before ground station transmits
- □
Power on Board 0001 — ground station board
- □
Connect USB-serial adapter to PC — Windows installs driver automatically
- □
Note the COM port — Device Manager → Ports (COM & LPT) → note the COMx number
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.
-
□
Open the ground station application
The header bar shows Port, Baud, and HWID fields.
-
□
Set Port to your COM port — e.g. COM5
Select from the dropdown. Baud is pre-set to 115200.
-
□
Set HWID to 0001
This addresses Board 0001 — the board physically connected to your PC.
-
□
Click Connect
Status bar turns green. The log panel shows the connection timestamp.
-
□
Click Get Telem on the Home tab
Board 0001 responds with its telemetry. All panels update.
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.
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.
-
□
Change HWID to 0004 in the header bar
All commands now address Board 0004 via RF relay through Board 0001.
-
□
Click Get Telem
Board 0001 transmits the request at 915MHz. Board 0004 receives it,
assembles a telemetry response, and transmits back. Board 0001 receives
the response and forwards it to the ground station over serial.
Round trip takes approximately 200–400ms at 7.4 kbaud.
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.
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.
| Command | Expected Response | What 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.
📧
Need Help?
Contact
support@spacecommskit.com —
we respond to technical questions directly.
For bug reports and firmware questions, open an issue on
GitHub.
Quick Start Guide · SpaceCommsKit Explorer
SCK-2400 Ground Station to Remote Radio
First RF Link in Under 30 Minutes
Your SCK-2400 Mini boards shipped fully commissioned — bootloader flashed, radio application
installed, board addressing assigned, and end-to-end RF tested at 2.4GHz. This guide
takes you from unboxing to a live RF link with verified telemetry.
ℹ️
SCK-2400 Mini — first to market
This guide covers the SCK-2400 Mini, which shares the SCK-915 footprint
and is drop-in compatible with existing SCK-915 stands and accessories.
It's the first SCK-2400 variant shipping. The PC-104 CubeSat form-factor
variant is a separate board still in hardware development — it will get
its own guide once ready.
1 · Unbox
2 · Install
3 · Connect
4 · Telemetry
5 · RF Link
6 · Verified
Your SCK-2400 kit contains two fully commissioned boards built around the
TI CC2652P SimpleLink radio. Each board left our bench after a complete
end-to-end test — bootloader flashed, radio application installed, RF link
confirmed at 2440MHz. Check the stickers on each board before proceeding.
Ground Station Board
010
- ✓ Bootloader installed (XDS110/JTAG-flashed at production)
- ✓ Radio application installed
- ✓ AES-128-CCM encryption active — production keys provisioned
- ✓ Connects to your PC via USB-serial on the UART1 header
- ✓ 921600 baud ground-station link
Remote Radio Board
011
- ✓ Bootloader installed (XDS110/JTAG-flashed at production)
- ✓ Radio application installed
- ✓ AES-128-CCM encryption active — production keys provisioned
- ✓ Operates standalone — no PC connection needed
- ✓ Payload UART0 header available for Pico/companion boards
- □
2× SCK-2400 Mini radio boards — labeled 010 (Ground Station) and 011 (Remote)
- □
2× 2.4GHz SMA antennas — hand-tighten only, do not over-torque
- □
1× USB to serial adapter — for the Ground Station board's UART1 header
- □
2× 5V 3A power supplies — one per board
⚠️
Programming header is present, not required for normal use
Both boards ship pre-flashed and ready to run. The onboard JTAG/XDS110
header (J2) is only needed if you plan to load custom firmware — see
the
Developer Guide for details. Do
not connect a debug probe to J2 while a Pico or other payload processor
is connected to the UART0 header — both would drive the same signal
line at once.
The SCK Ground Station application supports both SCK-915 and SCK-2400 —
it detects which board is connected and adjusts the interface accordingly.
If you already installed it for an SCK-915 kit, you can use the same
installation here; otherwise the installer is self-contained with no
separate prerequisites.
-
□
-
□
Run the installer as Administrator
Right-click the .exe → Run as Administrator.
If Windows SmartScreen appears click More info → Run anyway.
-
□
Launch the application
Both boards ship with AES-128-CCM encryption active and production
keys already provisioned. The header bar's RF crypto status
indicator confirms the encrypted link is up once connected.
ℹ️
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.
The Ground Station board connects to your PC via USB-serial on its UART1
header and communicates with the Remote board over the 2440MHz RF link.
The Remote board needs only power — no PC connection required. Place the
boards at least 0.5 meters apart to avoid receiver saturation.
| Connection |
Ground Station Board |
Remote Board |
| Power |
5V 3A adapter → DC jack |
5V 3A adapter → DC jack |
| Serial |
USB-serial adapter → UART1 header
TX→RX, RX→TX, GND→GND, 921600 baud
|
Not required |
| Antenna |
2.4GHz SMA antenna — hand-tighten |
2.4GHz SMA antenna — hand-tighten |
| Separation |
Minimum 0.5m — recommended 1–3m for initial testing |
🔌
UART1 Header Pinout (Ground Station link)
A 5-pin 2.54mm connector.
Pin 1 = GND,
Pin 2 = RX,
Pin 3 = TX,
Pin 4 = +3.3V (reference only — do not connect to adapter VCC),
Pin 5 = bootloader backdoor (leave disconnected for normal use).
The board runs at 921600 baud, 8N1.
- □
Power on the Remote board first — it needs to be listening before the ground station transmits
- □
Power on the Ground Station board
- □
Connect USB-serial adapter to PC — Windows installs driver automatically
- □
Note the COM port — Device Manager → Ports (COM & LPT) → note the COMx number
Start with the local Ground Station board connection before testing the
RF link. This confirms your USB-serial connection is working and the
board is responding.
-
□
Open the ground station application
The header bar shows Port, Baud, and Board fields.
-
□
Set Port to your COM port — e.g. COM5
Select from the dropdown. Baud is pre-set to 921600 for SCK-2400.
-
□
Select the Ground Station board
This addresses the board physically connected to your PC.
-
□
Click Connect
Status bar turns green. The log panel shows the connection timestamp.
-
□
Click Get Telem on the Home tab
The Ground Station board responds with its telemetry. All panels update.
Expected telemetry response from the Ground Station board:
Uptime00:01:24 — counting up ✓
RSSI— dBm (local only, no RF yet)
Good Packets1 ✓
Reboot Count0 ✓
With the Ground Station board connected and responding, switch addressing
to the Remote board. The Ground Station will relay your commands over the
2440MHz RF link to the Remote board and return its responses. You are now
commanding a remote radio over RF.
-
□
Select the Remote board in the header bar
All commands now address the Remote board via RF relay through the Ground Station.
-
□
Click Get Telem
The Ground Station transmits the request at 2440MHz. The Remote board
receives it, assembles a telemetry response, and transmits back.
Expected telemetry response from the Remote board over RF:
SourceRemote — response received ✓
Uptime00:02:xx — counting independently ✓
RSSITypical at 1–3m ✓
Good Packets1 ✓
Reboot Count0 ✓
✅
RF Link Confirmed
A telemetry response from the Remote board with RSSI values confirms a
working bidirectional 2440MHz RF link, encrypted end-to-end with
AES-128-CCM. Both boards are transmitting and receiving. Your ground
station is commanding a remote radio over RF.
⚠️
No response from the Remote board?
Check: (1) The Remote board is powered on and its antenna is attached.
(2) Boards are at least 0.5m apart — too close causes receiver saturation.
(3) The correct board is selected in the header bar.
(4) The Ground Station board is still connected — check the status bar.
Run these three commands with the Remote board selected to confirm full
bidirectional RF link operation. All three should return responses from
the remote board.
| Command | Expected Response | What It Confirms |
Get Telem Commands tab |
Telemetry from the Remote board with RSSI |
Full bidirectional RF link working |
Get Time Commands tab |
Timestamp from Remote board |
Command routing functional |
Reboot Commands tab |
Remote board reboots — uptime resets to 0 |
Remote command execution confirmed |
🛰️
RF Link Verified — You're Operational
Your SCK-2400 ground station is commanding a remote radio at 2440MHz
with bidirectional telemetry and remote command execution — the same
CCSDS-framed architecture built for CubeSat and HAB missions, now
running on your bench.
📧
Need Help?
Contact
support@spacecommskit.com —
we respond to technical questions directly.
For bug reports and firmware questions, open an issue on
GitHub.