Feat: Add Electronic Cats CatWAN USB Stick variant (RP2040 + RFM95W)#10130
Open
wero1414 wants to merge 5 commits intomeshtastic:developfrom
Open
Feat: Add Electronic Cats CatWAN USB Stick variant (RP2040 + RFM95W)#10130wero1414 wants to merge 5 commits intomeshtastic:developfrom
wero1414 wants to merge 5 commits intomeshtastic:developfrom
Conversation
Board variant for the CatWAN USB Stick, an RP2040-based USB dongle with an RFM95W (SX1276) LoRa radio. Tested and verified working with meshtastic --info over USB CDC. Pin mapping: SPI0 (GPIO16-19), RST=GPIO21, DIO0-2=GPIO10-12, LED=GPIO25.
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new Meshtastic board variant for the Electronic Cats CatWAN USB Stick (RP2040 + RFM95W/SX1276), including pin mappings and a PlatformIO environment.
Changes:
- Added
variant.hdefining hardware capabilities (no screen/GPS), LED pin, and LoRa (RF95) pin mappings. - Added a PlatformIO environment (
ec_catwan_usb_stick) extending the RP2040 base configuration.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| variants/rp2040/ec_catwan_usb_stick/variant.h | Introduces board-specific feature flags and SX1276/SPI pin definitions for the CatWAN USB Stick. |
| variants/rp2040/ec_catwan_usb_stick/platformio.ini | Adds a PlatformIO env to build/upload/debug this new RP2040 board variant. |
Comments suppressed due to low confidence (1)
variants/rp2040/ec_catwan_usb_stick/variant.h:1
- This header has no include guard (
#pragma onceor#ifndef/#define/#endif). If it’s included (directly or indirectly) from multiple translation units, duplicate macro definitions can produce warnings/errors or unexpected redefinition behavior. Add an include guard to make the header safe to include multiple times.
// CatWAN USB Stick - Electronic Cats
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
fifieldt
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Board variant for the CatWAN USB Stick, an RP2040-based USB dongle with an RFM95W (SX1276) LoRa radio. Tested and verified working with meshtastic --info over USB CDC and meshtastic webapp
Pin mapping: SPI0 (GPIO16-19), RST=GPIO21, DIO0-2=GPIO10-12, LED=GPIO25.
Summary
board_level = extra🤝 Attestations