-
Notifications
You must be signed in to change notification settings - Fork 60
Getting Started
Daniel edited this page Mar 5, 2026
·
4 revisions
This guide explains how to get MSRC up and running quickly.
The goal is to have basic telemetry working with minimal configuration.
You will need:
- An RP2040-based board (recommended: RP2040 Zero)
- A receiver compatible with MSRC
- At least one sensor (ESC, GPS, or analog)
- A USB cable
- A PC to configure MSRC
Download the latest firmware and configuration tool: Releases
- Firmware: .uf2
- MSRC Link (configuration tool):
- Linux: .AppImage
- Windows: .exe
- macOS: .dmg
- Connect the RP2040 to your PC while holding the BOOT button
- The board will appear as a USB drive
- Copy the file
MSRC-RP2040.uf2to the device - The board will reboot automatically
Connect your receiver and sensors to the RP2040.
Typical connections:
- Power: 3.3V–5V (do not exceed 5V)
- GND
- Receiver telemetry signal (depends on protocol)
- Sensors (ESC, GPS, I2C, analog)
👉 See Hardware Setup for detailed wiring.
- Connect the RP2040 to your PC via USB
- Open MSRC Link
- Configure:
- Receiver protocol
- Sensors to enable
- Parameters (as needed)
- Apply the configuration
- Reboot the board
Power the system and check telemetry on your transmitter.
- Discover sensors on your radio
- Verify values (voltage, GPS, ESC, etc.)
- The onboard LED should blink when telemetry is sent
If the LED does not blink, check wiring and configuration.
Configuration can also be done from the transmitter using Lua scripts.
After changing configuration, restart MSRC.
If something does not work:
- Check wiring and power supply
- Verify the selected receiver protocol
- Ensure sensors are enabled in configuration
👉 See Troubleshooting for more details.