3

I have a couple of simple projects that use a handful of GPIO pins, a few resistors, and some sensors and LEDs.

What's a good way to package up stuff like that? Is there a premade solderable HAT-like board design allowing some components to be soldered on? Is there a case tall enough to hold a RPi along with such a board?

How about accommodating connectors for external gadgets like temperature sensors?

O. Jones
  • 133
  • 4

3 Answers3

5

Is there a premade solderable HAT-like board

Yes, tons of these are on sale. A quick search using words like "prototype" and "DIY" revealed there's a board called "ModMyPi", and there are certainly others:

enter image description here

Dmitry Grigoryev
  • 28,277
  • 6
  • 54
  • 147
2

I find that strip-board or perf-board will fill the gap between bread-board and a PCB (although PCBs can be relatively cheap using pooled services).

Some stripboards will have a special area on one end where you can attach a suitable dual row GPIO header (note that if you're not stacking them then you may not need a full size header, only one big enough to cover the pins you need), like this one from Roth:

enter image description here

Going from breadboard to stripboard is easier but perfboard can be neater and more compact, in my opinion. Also, doing double-sided builds is a challenge which ever one you choose.

BCRobotics appear to have a Raspberry Pi specific board that might be of interest but I've not used it.

Roger Jones
  • 1,484
  • 8
  • 14
1

If you do not mind some soldering, this is an inexpensive approach:

long 40-pin stachable headers: 20 for $18 https://www.ebay.com/itm/281394575257

6x8cm plated souble-sided proto board 20 for $14 https://www.ebay.com/itm/123934353296

Works out to $1.60 per hat.

N0YWB 1
  • 21
  • 2