ED060TC1 display with 35 pins - an Amazon Kindle Voyage screen #293
Replies: 9 comments
-
Hi, I'm always in favor of recycling and hacking hardware! 👍 Hm, the easiest would be to have a datasheet. Then designing a simple adapter should become easy. |
Beta Was this translation helpful? Give feedback.
-
I also like hacking and seeing new displays refresh! |
Beta Was this translation helpful? Give feedback.
-
@vroland This is going to be long winded project, to reverse it. What I was told is a bad motherboard turned out to be a cracked screen instead. I opened it up for better access and while on surface a e-ink looks fine, underneath can be cracked. So I have less motivation to reverse-engineer it myself. First I need to acquire a EPDIY also. Perhaps I can remove the flex cable from the screen now instead and follow traces physically. @martinberlin thanks for the help, I myself use solder paste and stencils, so 0.3mm is doable. I'm planning to do a PCB order soon, so I'll add the adapter for a breakoff to some existing design. Not sure if ED060TC1 might be worth reverse engineering further. I put the screen into my high resolution photon scanner.
It's interesting for me to analyse traces and how they are designed. If someone has ED060KC1 or ED060KD1, having a scan of those screen PCB and it would help to name the pins. |
Beta Was this translation helpful? Give feedback.
-
Hm, if the screen is the faulty part though, you should get valid signals from the e-reader though, right? It's probably still hard to probe the traces so that may require making a breakout, but it's a place to start. Though at this point I agree, you could just order another display instead :D |
Beta Was this translation helpful? Give feedback.
-
Something might be helpful, the ED060XC8 uses the same 35pin 0.3mm 2 rows connector, with the following pinout:
It does look like it matches your pinout reasonably well, but your screen does have other stuff connected on the NC pins. This pinout is what I reversed engineered on an ED060XC8 and verified to be working. If this is still something worthwhile maybe I can order a ED060TC1 to just plug it into my board and see what happens... Note: my adapter to adapt from the 40pin 7.8" interface to this 35pin interface: https://github.com/zephray/NekoInk/tree/master/pcb/35p-adapter |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the pinout @zephray
@vanarebane is there still interest in getting this panel to work? |
Beta Was this translation helpful? Give feedback.
-
First off, @zephray thanks for the pinout. It seems to match the ED060TC1 indeed. Between Pin 7 and 15 there is a 10K resistor, probably for some display detection for Amazon.
@martinberlin, since my salvaged display turned out to be broken, I ordered ED060KC1 instead, as it made more sense to order a proven and supported e-ink instead of a unknown display. @zephray, I'll let you decide if you wish to order a ED060TC1 and test it out. You could get it even with the Kindle front panel, so might be in some use to integrate it in some project. If not, just archive it so if someone has a Kindle Paperwhite with bad motherboard, or without any use, they now can salvage that screen. Or if the drivers are not different, make an adapter for the Kindle Paperwhite to drive a larger display, if the resolution is the same and the code does not change. Why? I can't come up with any valid reason other than bragging rights and for the pleasure of hacking :) |
Beta Was this translation helpful? Give feedback.
-
ES108 series required 10k resistor between two pins to terminate factory test mode. |
Beta Was this translation helpful? Give feedback.
-
Converting this to discussions since it’s not a specific problem or issue with the epdiy component. |
Beta Was this translation helpful? Give feedback.
-
Hi, I got my hands on a Amazon Kindle Voyage with damaged motherboard. The screen seems fine and I was researching if I can drive that screen with some DIY hardware.
I was really full of hope when I wound out the screen is 1072×1448 pixel 6" E-ink Carta in the ED060K## lineup. The Kindle screen has model ED060TC1 and looking at the capacitors on the connector side I though it initially was ED060KD1 (by comparing pictures from online). But I found out that the connector is 35 pin and much smaller pitch, 0.3mm, in two rows, 10.5mm wide. Similar to this
Doing a little research, the connector seems to be Molex 5035663502
And doing a little more comparison, The Kindle ED060TC1 connector goes to the left, while ED060KD1 goes to the right.
Can anyone help, advice or datasheet wise, how to detect pinout for the ED060TC1 display?
I'd like to build an adapter for converting it to the 34 pin 0.5 mm pitch so it can be connected to Epdiy.
I have some reverse-engineering skills and PCB design skills, but not a good understanding how to reverse-engineer a 0.3mm pitch display connector.
Beta Was this translation helpful? Give feedback.
All reactions