Most RF development kits ship with a serial terminal or nothing at all. The OpenLST Explorer Kit ships with a full Windows application — professional UI, live telemetry, OTA firmware updates, remote file management, and an open source C# codebase you can fork and extend.
Six 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. Auto-poll keeps data fresh every 5 seconds without any manual intervention.
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 OpenLST 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.
Send any arbitrary command string directly. No opcode knowledge required.
🔍 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. Commands persist between sessions. Pre-loaded with the full Pico imaging command set.
All commands saved automatically. Your command library is always there when you reopen the app.
PING, READ TEMP, SNAP, LIST FILES — all pre-loaded and ready to use with board 0004.
ASCII responses from the Pico are automatically decoded and displayed.
Not limited to pre-defined commands. Enter any hex bytes and send. Perfect for custom firmware development.
🔍 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. Images transfer in 200-byte chunks with progress tracking and automatic retry.
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. Clean button safely removes only radio app build artifacts.
Signs your firmware hex with the board's AES key before flashing. Bootloader verifies signature before accepting the update.
Sends firmware page-by-page over RF. Retry logic per page. Progress bar tracks every 128-byte page write.
One-button workflow — build, sign, and flash in sequence. Fastest path from source code to running firmware.
🔍 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. Lab keys (all-F) used for development.
Calls TI SmartRF Flash Programmer automatically via CC Debugger to erase, program, and verify the bootloader image.
SmartRF verifies the written image byte-for-byte. Board is ready for OTA firmware updates immediately after provisioning.
The ground station is a Visual Studio 2022 C# .NET 8 WinForms project. Clean architecture — all UI in MainForm.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. Try it out, explore the source code, and see what you'd build with it.
Windows 10/11 · x64 · Self-contained · ~50MB