Bill of Materials (BOM aka “Parts list”)

Table of contents

  1. Sourcing parts
  2. Vendors
  3. Bill of materials
    1. Required Parts
    2. Optional Parts
      1. Optional - MCU Sockets
      2. Optional - Case
      3. Optional - low profile header pins
      4. Optional - Pimoroni trackball - not recommended
  4. Tools and materials

Sourcing parts

This sourcing guide was heavily influenced by the legacy sourcing guide written by Josef Adamčík.

Sofle Keyboard is supposed to be simple DIY keyboard so it’s possible to source all the parts yourself starting with PCBs, case plates and ending with every component on the board.

In the case of PCBs and plates it might be more cost effective to buy them through a vendor, but it’s possible to go through manufacturing process as well. There is a guide to help you place an order with a PCB vendor. This can be an interesting process, and I encourage trying it.

For the remaining components, most of them can be bought on Ebay on AliExpress, or Amazon. There used to be significant savings found through AliExpress - but that price gap has been closing in the past few years. If the component is similar in price, I would recommend deferring to the more trusted vendor.

Vendors

There are not yet vendors selling the Sofle Pico.

Bill of materials

Required Parts

Name Count Remarks Potential Storefront
PCB 2 The PCB should be 1.6mm thick. I used JLCPCB’s default settings only customizing the PCB color, and selecting ‘lead free’ if not using a case. Manufacturers such as JLCPCB, LCSC, and Elecrow. Price comparison tool
MX Hot-swap Sockets 58 The PCB requires sockets. Switches cannot be soldered directly to the board. Aliexpress
Diodes 60 Surface mount SOD-123 1N4148, or through-hole 1N4148 diode. These are common, any old one should do. Through hole is usually easier to solder. SMD: AliExpress JLCPCB Through-hole: AliExpress
Schottky diodes 2 Through-hole 1N5817 diodes. These are common, any old one should do. Since you only need 2, consider getting it as part of diode kit. AliExpress
Raspberry Pi Picos 2 PCB is specifically designed with the Official Pico and YD-2040 type clone in mind, however several other clone types should be compatible (Waveshare, WeAct, EstarDyn, Tenstar). Although the Pico is designed with a surface mount option, the Sofle Pico is designed assuming the Pico is soldered with headers. The Official Pico uses Micro USB, which has been known to snap off. The USB-C variants are recommended. AliExpress: YD-2040, AliExpress: Tenstar, Official Raspberry Pi Resellers
TRRS Jacks 2 PJ-320A AliExpress
TRRS (3.5mm “Headphone” Cable) 1 TRRS (“4 pole” required)  
MX Style Switches 58 3-pin or 5-pin will work. If you’re not using a keyplate, you’ll want 5-pin.  
Key Caps 58    
Rotary Encoders and Caps 2 EC-11 Rotary Encoder. 20mm stem is the most common. Make sure the knob matches the encoder’s shaft diameter, depth and shape. SA keycaps can be quite tall, so you may want to use tall knobs as well. AliExpress 20mm
Micro USB Cable or USB-C Cable 1 USB cable for connecting the keyboard to your computer, dependent on what the Pico you chose uses. Some inexpensive USB-C cables are not built to spec, and may not be reversible.  
RGB SMD LEDs SK6803MINI-E 58 The 3MA SK6803MINI-E must be used instead of the 12MA SK6812MINI-E that was used in the Sofle V2. The SK6803MINIE-E has a smaller current draw, allowing the LEDs to be very bright at manageable wattage. I recommend ordering a few extra of these because they can be tricky to solder. AliExpress JLCPCB
SSD1306 128x64 2 These are monochromatic, usually white, yellow, or blue. Note: There are two common variants of this OLED. One has circular holes in the corner, and the other has oval holes. These variants have the GND/VCC pins switched. The version with the round holes is preferred, but either will work. The round holes is installed 10mm higher, so it is preferred based solely on aesthetics. If you come across more variants or different pin positions, please submit a PR.
Sofle V3
Sofle V3
AliExpress
4 pin female headers 2 2.54 pitch. ~8mm high is preferable if you’ll be socketing the MCU. If you can’t find 8mm, ~6mm or ~10mm is fine. Sofle V3 Aliexpress

Optional Parts

Optional - MCU Sockets

The official Pico uses Micro USB which can snap off. The MCU sockets are strongly recommended if you choose those. There are many Pico clones available that offer USB-C, which is known to be less fragile. (These are my preference).

If you have your heart set on micro-usb connectors, or plan on disconnecting the board often, consider magnetic data cables.

If the TRRS cable connecting the two halves is disconnected while the board is powered, it may short one of the communication pins on the Pico. The easy fix for that is to swap out the Pico, which is where sockets are real handy.

Sockets also raise the height of the MCU enough to help support the OLEDs. Pico socketed MCU Pico socketed MCU

Name Count Remarks Potential Storefront
2.54mm Round Female Pin Header 4 sets of 20 They commonly come in strips of 40. They don’t always snap in half cleanly, so get extra Aliexpress
Needle pin male connectors 80 Diode legs would also work, but these little sets of 4 are nice to work with. Aliexpress

Optional - Case

There are plenty of case options. See the Cases section.


Optional - low profile header pins

If you’ve chosen not to socket the MCU, these are nicer than the header pins that come with the Pico. The default pins that ship with the Pico are usually too long. Clipping them off after soldering can look ‘rough’. Instead I prefer to use low profile header pins. You only need 4, but I haven’t seen them sold in quantities smaller than 50. I recommend the 20-pin 8.5mm. The 7.5mm, & 9.5mm work just fine too. If they are out of 20-pin, you can break 40-pins in twain.
low-profile header pins


Electrically, this works, but it’s not a great experience. The footprint is there if you want to continue development. See Pimoroni Support for more details.


Tools and materials

  • soldering iron and solder
  • no-clean flux makes soldering easier
  • solder wick or desoldering pump to correct mistakes
  • good tweezers
  • flush cutters to trim diode legs
  • masking, kapton or electrical tape
  • isopropyl-alcohol for cleaning
  • multimeter for troubleshooting