# LED Shim error

**URL:** https://forums.pimoroni.com/t/led-shim-error/10505
**Category:** Support
**Created:** [May 9, 2019, 7:42pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505 "2019-05-09T19:42:36Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![CyberEntomologist](https://avatars.discourse-cdn.com/v4/letter/c/b5a626/32.png) [@CyberEntomologist](https://forums.pimoroni.com/u/CyberEntomologist)
#### Post date: [May 9, 2019, 7:42pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505/1 "2019-05-09T19:42:36Z")

</div>

Just got the LED shim, and can’t get it to do its magic when I call show():

Traceback (most recent call last):  
File “shim.py”, line 22, in   
ledshim.show()  
File “/usr/lib/python2.7/dist-packages/ledshim/is31fl3731.py”, line 243, in show  
self.setup()  
File “/usr/lib/python2.7/dist-packages/ledshim/is31fl3731.py”, line 93, in setup  
raise e  
IOError: [Errno 121] Remote I/O error

What’s going on here? I2C is enabled. physical connections are good.

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [May 10, 2019, 8:36am UTC](https://forums.pimoroni.com/t/led-shim-error/10505/2 "2019-05-10T08:36:18Z")

</div>

IO error usually means the connections aren’t good. How do you have it connected? Try tilting it a little bit to force a good connection and see what happens. Or plug a female header in on top of it to hold it down tightly, just for testing.  
They went to a lot of work to make it work by just plugging it in on top of your GPIO header without having to solder it but IMHO, it can still be a bit finicky. I have two LED Shims, I soldered headers on mine. Its more so I could remote mount them via jumper wires though. No issues here doing it that way though.

---

<div class="post-metadata">

### Author: ![CyberEntomologist](https://avatars.discourse-cdn.com/v4/letter/c/b5a626/32.png) [@CyberEntomologist](https://forums.pimoroni.com/u/CyberEntomologist)
#### Post date: [May 11, 2019, 6:24pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505/3 "2019-05-11T18:24:58Z")

</div>

which pins are the critical ones, and for that matter, which way is it supposed to go on? Pin1 isn’t indicated on the shim.

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [May 11, 2019, 7:07pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505/4 "2019-05-11T19:07:08Z")

</div>

Pinout is here, meant to post this earlier.

> **[LED SHIM at Raspberry Pi GPIO Pinout](https://pinout.xyz/pinout/led_shim#)**
>
> 28 RGB LEDs

 ![led-shim-medium-5_1024x1024](https://us1.discourse-cdn.com/flex016/uploads/pimoroni/original/2X/9/94956bfd5cdf4a0747991d689e5d2dc5c0edc2ab.jpeg)

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [May 11, 2019, 7:09pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505/5 "2019-05-11T19:09:45Z")

</div>

It looks like the end with the little copper dot is the pin 1 end.

---

<div class="post-metadata">

### Author: ![CyberEntomologist](https://avatars.discourse-cdn.com/v4/letter/c/b5a626/32.png) [@CyberEntomologist](https://forums.pimoroni.com/u/CyberEntomologist)
#### Post date: [May 11, 2019, 9:25pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505/6 "2019-05-11T21:25:34Z")

</div>

OK, It’s working on my Pi 3B, but not on the Pi 0W

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [May 11, 2019, 11:52pm UTC](https://forums.pimoroni.com/t/led-shim-error/10505/7 "2019-05-11T23:52:20Z")

</div>

Mine are wired up to Pi A+'s (A+ not a 3A+). I “think” I test ran my first one on a Zero and no header on the LED Shim? The model of Pi shouldn’t matter, they all have the same GPIO pinout, all the 40 pin ones anyway.  
Best guess is one or more pins isn’t making a good contact.
