Skip to main content

Command Palette

Search for a command to run...

How to fix SparkFun Qwiic SHIM for Raspberry Pi

Published
2 min read

I love Raspberry Pi with the Qwiic connect system for playing with I2C devices. I've been using SparkFun Qwiic HAT for Raspberry Pi in a while and I have no issue. It is nice and easy. So this time I wanted to try SparkFun Qwiic SHIM for Raspberry Pi, but it was disappointedly unusable. I will talk about how I fixed it.

Excitement

More than the low price (US$1), I was very curious about how the catalog described the product.

  • a small
  • easily removable
  • allows you to plug directly to the Pi's I2C bus with no soldering required
  • uses a unique friction-based connector that wedges itself onto the GPIO header for a secure, solderless connection

Particularly the word "friction-based" intriegued me and I was excited about using it.

Disappointment

But as soon as it arrived, I was disappointed. There is no friction at all. The connection is so flaky that it is almost unusable.

Fix

So I decided to fix it. I wanted to make the Qwiic SHIM as reliable as the Qwiic HAT. Thankfully it worked out. Here is what I did.

Extras

Tools

  • Solder iron
  • Solder wire
  • STANLEY 10-499 Gray,Carbon Steel Utility Knife
  • Sandpaper or nail file

How-to

  • Cut the GPIO Header in a way one end has 6 pins.
  • Clean the edge with a knife and a sandpaper
  • Solder

20210614_171626

20210614_181447

20210614_181458

Now the connection is just as tight as Qwiic HAT!

Final thoughts

It is pretty disappointing that the catalog description is misleading. If one really does not want to solder, s/he should get a Qwiic HAT in the first place. I am hoping this informs somebody.

More from this blog

Raspberry Pi TensorFlow Liteで物体検出を楽しむ

この記事について Raspberry Pi、TensorFlow、Pythonのいずれにも詳しくない筆者が、物体検出をやって楽しんだ成果の記録です。 TensorFlow公式の物体検出のサンプルプログラムを実行します。 動作環境 ボード Raspberry Pi 4 Model B OS Raspberry Pi OS (32-bit または 64-bit) デスクトップ環境 カメラ Raspberry Pi カメラモジュール v2 Python Python ...

Apr 23, 20231 min read

Elixir Circuits.I2C with Mox

This is written in Japanese. I might convert it to English later, maybe. はじめに Elixirのテストでモックを用意するときに利用するElixirパッケージとして、moxが人気です。Elixir作者のJosé Valimさんが作ったからということもありますが、ただモックを用意するだけではなくElixirアプリの構成をより良くするためのアイデアにまで言及されているので、教科書のようなものと思っています。 一言でいうと「その場...

Dec 3, 20213 min read
M

Masatoshi Nishiguchi's Blog

62 posts