Mini-Review: Solder Party's RP2350 boards

Solder Party is a Swedish company that has some peculiar boards. For the RP2350 (and RP2040), they have stamp boards, which contain the microcontroller, and carrier boards, where the stamps are connected and provide power and input/output connectors.

One detail that will bother many people is that the pin spacing on the stamp boards is 2 mm instead of the more traditional 0.1" (2.54 mm). SolderParty sells connectors with this spacing.

Although some carriers have RP2040 in their names, all models work with RP2040 and RP2350 stamps.

I purchased both stamp models with RP2350 and the three carrier models. Here are some comments on them.

The RP2350 Stamp XL installed into the RP2xxx Stamp Carrier XL

RP2350 Stamp

This is a small board, measuring 1" by 1". Along a RP2350A, it contains quite a lot of stuff:

  • 16M of Flash
  • LDO voltage regulator, supplying 3.3V @ 500mA
  • LIPO battery support, including charging
  • Boot and Reset buttons
  • 12MHz crystal

The pins on the edge include the 30 GPIO pins, USB, power, and SWD. The pinout is the same as the RP2040 model.

RP2350 Stamp XL


This model is slightly larger, measuring 1" by 1.75". The main difference is that it uses the RP2350B, which adds 18 more GPIO pins. In addition, it:
  • Has pads for the standard Raspberry Pi connectors for SWD (debug) and UART
  • Space to solder a second Flash or PSRAM

RP2040 Stamp Carrier


The stamp (RP2040 or RP2350) can be connected by direct soldering or using connectors with 2 mm spacing.

The board follows the format and pinout of the Uno R3, but with pins working at 3.3 V. It has:

  • Boot and Reset buttons at the edges
  • USB-C connector
  • Power barrel connector (7 to 12 VDC)
  • Connector (non-standard) for SWD
  • Connector for LIPO battery
  • LED
  • Standard Qwiic I2C connector

The through-hole connectors are supplied with the board, but not soldered.

RP2040 Stamp Round Carrier


The Round Carrier is, as the name suggests, a circular board containing 16 WS2812B RGB LEDs. The stamp (RP2040 or RP2350) can be connected by direct soldering, using connectors with 2 mm spacing, or using FlexyPins (which I will describe later).

The board has holes on the edge for connection using alligator clips and:

  • A USB-C connector
  • One normal LED
  • A on/off switch
  • A LIPO battery connector
  • Two user buttons

RP2xxx Stamp Carrier XL

This model is the only one that supports the RP2350 Stamp XL. It can also be used with the RP2040 and RP2350 Stamps, but then several pins will be disconnected. The stamp connection can be made by direct soldering, using connectors with 2 mm spacing, or using FlexyPins.

The board has the dimensions of the Arduino Mega/Due, but with pins working at 3.3V and without the double row of pins on the opposite end to the USB connector. It has:

  • Boot and Reset buttons
  • USB-C and USB-A connectors
  • A power barrel connector (7 to 12 VDC)
  • A micro SD card socket
  • Standard Raspberry Pi connectors for SWD (debug) and UART
  • A LIPO battery connector
  • One normal LED
  • Two user buttons
  • A standard Qwiic I2C connector
  • A micro HDMI connector for use with the RP2350 HSTX peripheral

The through-hole connectors are supplied with the board, but not soldered.

FlexyPin

The purpose of FlexyPins is to provide a solderless connection of the stamp board to the carrier. This allows for quick and easy stamp replacement.


When I first bought the boards from Solder Party, FlexyPins were out of stock. I ended up soldering an RP2350 stamp to the Round Carrier. When I managed to buy the FlexyPins, there was only one option left: the Carrier XL. Here's the first catch: when soldering the FlexiPins, you decide what type of stamp you're going to use (normal or XL).

Soldering the pins is quite laborious and slow. The biggest problem is fitting the pin to the board. Over time, I got the hang of it. But even so, the pins would sometimes rebel. Soldering is easier if you fit and solder the pins one by one. If you fit several before soldering, the access by the soldering iron becomes more restricted.

The first impression was that the spring force was insufficient, but the board worked properly.

Verdict

As I said at the beginning, these are somewhat peculiar boards. The 2mm spacing on the stamp boards is annoying, and I'm not entirely convinced of the benefits of FlexyPins. On the other hand, stamps and carriers have several useful features, such as LIPO battery support.

The RP2350 Stamp XL and RP2xxx Stamp Carrier XL combination is a great option for studying video generation using the RP2350's HSTX and the additional GPIO pins of the RP2350B.


Comments

Popular posts from this blog

Using the PIO to Interface a PS/2 Keyboard