Most RF development kits ship with a serial terminal or nothing at all. The SpaceCommsKit Explorer ships with a full Windows application — live GPS map, flight recorder, flight replay, OTA firmware updates, remote file management, and an open source C# codebase you can fork and extend.
Eight tabs. Zero learning curve. Here's what you get out of the box.
🔍 Click to enlarge
The Home tab gives you a real-time view into your radio's operating state. Connect, click Get Telem, and every panel updates immediately.
Live seconds since last boot — helps identify unexpected reboots.
Received signal strength and link quality from the last packet received.
Packets sent, good packets, rejected checksum, UART RX counts — all live.
Every TX and RX packet logged with timestamp, raw bytes, and parsed fields.
🔍 Click to enlarge
One-click access to all standard SCK protocol commands. Set the HWID in the header bar to address any board — board 0001 relays commands to board 0004 over RF automatically.
Request and display full telemetry from any addressed board.
Remote reboot any board over RF with one click.
Read and set the onboard RTC clock.
Read and write the stored callsign — up to 8 characters.
🔍 Click to enlarge
The most powerful tab in the application. Define any opcode with any hex payload, save it with a name, and send it with one click. Pre-loaded with the full Pico command set.
All commands saved automatically between sessions.
PING, READ TEMP, SNAP, GET GPS, GET BARO, LIST FILES — all ready to use.
ASCII responses from the Pico are automatically decoded and displayed.
Not limited to pre-defined commands. Perfect for custom firmware development.
🔍 Click to enlarge
The GPS tab is the heart of the HAB mission experience. Fused GPS + barometric telemetry plots live on Google Maps every 10 seconds. All 8 sensor channels displayed, recorded, and exported.
Autonomous beacon plots position every 10 seconds. Cyan track builds throughout the flight.
Lat, Lon, GPS Alt, Sats (row 1) + Pressure hPa, Baro Alt, Baro Temp, Fix/Pkts (row 2).
Animated bar graphs, ascent rate with arrows, max altitude session high, GPS/baro delta, burst detection.
One click to start recording. Saves .sckflight + auto-generates KML on stop. Opens Flights folder automatically.
Full flight track with launch, apogee, and landing pins for Google Earth.
🔍 Click to enlarge
A complete file manager for the Pico's SD card — over RF. Browse, download, and delete files without touching the remote hardware.
Requests file listing from Pico SD card over RF. Populates the file list in under a second.
Chunked transfer — 200 bytes at a time. Progress bar shows every chunk. Auto-opens Images folder on completion.
Confirmation dialog then remote delete. File removed from SD card without physical access.
3 automatic retries per chunk. Handles occasional RF dropouts gracefully.
🔍 Click to enlarge
The complete firmware development pipeline in one tab. Build your custom CC1110 firmware with SDCC, sign it with your AES key, and flash it to the remote board over RF — without touching the hardware.
Runs mingw32-make on your OpenLST source tree. Builds bootloader and radio application.
Signs your firmware hex with the board's AES key. Bootloader verifies signature before accepting.
Sends firmware page-by-page over RF. Retry logic per page. Progress bar tracks every 128-byte page write.
Cancel any in-progress OTA flash cleanly. Board returns to application after cancellation.
🔍 Click to enlarge
Every flight is automatically saved to a .sckflight file — on the ground station AND on the SD card in the payload. Load any flight file after recovery and replay the entire mission with animated map, altitude chart, and event timeline.
Step through every beacon packet. Map marker moves in real time. Variable speed — 1x to 10x.
Barometric altitude plotted across the full flight. Apogee marked automatically.
SNAP commands shown on the timeline — see exactly where each photo was taken.
Even if RF was lost mid-flight the SD card has every packet. Pull the card after recovery and replay the complete mission.
🔍 Click to enlarge
Every SCK-915 board that leaves our lab gets a printed RF QA certificate. The RF QA tab automates the entire process — spectrum scan, 2-FSK center frequency detection, harmonic check, and a printable PASS/FAIL certificate. Requires an RTL-SDR Blog V3/V4 dongle.
Triggers board TX, runs rtl_power sweep, detects 2-FSK center frequency automatically. 9 second total test time.
Frequency vs dBm drawn live. Green peak marker shows detected center frequency.
Center frequency, peak power, 2nd and 3rd harmonic levels checked. Overall PASS/FAIL banner.
Professional HTML certificate opens in browser — print to PDF. Included with every board we ship.
Every scan auto-saved as SCK915_SERIAL_snap001_fund.csv. Browse and reload any previous snapshot.
🔍 Click to enlarge
Flash the bootloader onto fresh CC1110 boards using the TI CC Debugger. Sets the hardware ID, embeds AES signing keys, and programs the bootloader image — all from one interface.
Assign any hardware ID (e.g. 0001, 0004) that becomes the board's permanent RF address.
Three 16-byte AES signing keys embedded in the bootloader.
Calls TI SmartRF Flash Programmer automatically via CC Debugger to erase, program, and verify.
SmartRF verifies the written image byte-for-byte. Board is ready for OTA firmware updates immediately.
Opens any .sckflight recording and plays it back with full animation. Load Mission V1 real flight data before you buy a kit.
Position marker moves on Google Maps in real time during playback. Launch, apogee, and landing pins always visible.
Baro alt (cyan), GPS alt (blue dashed), temperature (orange dotted) with moving cursor.
1x, 5x, 10x, 30x, 60x. Scrub bar for instant jump to any point in the flight.
LAUNCH, APOGEE, BURST, LANDING auto-detected with timestamps and statistics.
Download Mission V1 flight file and experience a real stratospheric flight before purchasing a kit.
The ground station is a Visual Studio 2022 C# .NET 8 WinForms project. Clean architecture — all UI in MainForm.cs, flight replay in FlightReplayForm.cs, all protocol logic in OpenLstProtocol.cs. Adding a new tab, a new command, or a new protocol feature takes minutes, not days.
The ground station application is free to download and use — with or without a kit. Load Mission V1 real flight data and experience the replay before you spend a dollar.
Windows 10/11 · x64 · Self-contained · ~50MB