nexus 5 is revealed in a leaked service manual Digital Electronics REVERSE ENGINEERING: trash PRINTER gives UP ITS control PANEL secrets

REVERSE ENGINEERING: trash PRINTER gives UP ITS control PANEL secrets

lots of of us hardware-oriented types find it hard to walk past a lonely-looking discarded item of consumer electronics without thinking “If only I could lug that back to the automobile and take it home to play with” and [phooky] from nyc Resistor is no stranger to this sentiment. An old Epson WF-2540 inkjet printer was disassembled for its crucial ‘nutrients,’ you know, the good stuff like funky motors, encoders and switches. but what do you make with the control panel? After all, they’re normally very certain to the needs of the device they control, and don’t normally offer up much scope for reuse.

The RP2040 PIO is quite capable of pushing out those LCD pixels
[phooky] doesn’t normally bother with them, but this time made a decision to have a crack at it for fun. Inside, nothing out of the ordinary, with a large single-sided PCB for the crucial switches and LEDs, and a small PCB hosting the LCD display. The easy part was to figure out how the keyboard scanning was done, which [turned out to be] pretty simple, it just uses some 74-series shift register devices to scan the columns and clock out the row lines. A Raspberry Pi Pico module was pressed into service to scan the keyboard and enable a keyboard map to be created, by pure brute-force. No need to trace the circuit.

Things got interesting when [phooky] started looking into the LCD interface, based on the Epson E02A46EA chip (good luck finding a datasheet for that one!) and swiftly knew that documentation simply wasn’t available, and it would be needed to do things the hard way. Poking around the lines from the main CPU (an Epson E01A9CA , whatever that is) the display clock was identified, as well as some control signals, and three lines for the RGB channels. By throwing a Saleae data capture into some ROM exploring software, the display configuration was figured out to be a conventional 320×120 unit.

The PIO unit of the RP2040 was used to generate the video waveforms and push the pixels out to the LCD controller, allowing the RP2040 board to be wired inside the case permanently, converting the control panel into a USB device ready for action!

Want to know a little a lot more about reverse engineering junk (or not) items and repurposing them to your will? checkout this hacking piece from a couple of weeks back. For something a little a lot more advanced, you could try your hand at a spot of automobile ECU hacking.

Thanks [Perry] for the tip!

Leave a Reply

Your email address will not be published. Required fields are marked *