LED/"LASER" Printers - How are +5000 LEDs addressed/controlled?

  • Thread starter Thread starter NTL2009
  • Start date Start date
  • Tags Tags
    Leds
AI Thread Summary
The discussion focuses on the technical challenges of addressing and controlling over 5,000 LEDs in LED printers, particularly at high resolutions like 600 x 600 DPI. It explores the feasibility of using shift registers for LED control, considering clock speeds and the potential need for parallel configurations to manage the data load efficiently. Comparisons are made to laser printers, which utilize a single laser diode and mechanical scanning methods, highlighting the differences in technology. Additionally, the conversation touches on common failure modes in early printers, such as issues with the scanner motor IC and bearing wear. Overall, the thread emphasizes the complexity of LED printer design compared to other printing technologies.
NTL2009
Messages
623
Reaction score
384
I recently re-watched this video:



And I wondered, how are +5000 LEDs addressed/controlled? At 600 x600 DPI and an 8.5"x11" printing area, you need ~ 5120 LEDs across and 6600 scans. At 20 ppm, the scans would need to be less than 3 seconds total ( need to allow time for fusing, etc), so ~ 0.45 ms to "load" 5120 LEDs.

I'm thinking shift registers? One long register would be ~ 87 ns per LED, or ~ 11.377 MHz clock? I'm not sure that speed would be practical across that large an area or not, but it's far less than motherboard speeds. Maybe several (16?) in parallel. With 16 (a convenient digital hardware and software number), the shift registers would only need to be 320 deep, so 1.4 us per LED, or ~ 711 KHz clock? That speed may be more fault tolerant and/or cheaper to implement?

Or a different approach? It just seems like shift registers would be the simplest layout for such a small space (1:1 output with the LEDs, no matrix wiring).

-TIA
 
Engineering news on Phys.org
A LED printer would be easy compared to the significantly faster update of a 4k OLED screen.
 
  • Like
Likes Rive, DaveE, russ_watters and 2 others
Laser printers use a single Laser diode. The horizontal scanning is done with a rotating octagonal (or maybe it hexagonal, don't remember for sure) mirror.

The vertical (length-wise) scanning was just the paper movement thru the printer.

One of the common failure modes in some early, major brand, printers was the IC (chip) that drove the scanner motor. I don't remember the details but the electrical design was rather borderline. I have repaired a few by replaceing the IC in the scanner assembly and adding a few resistors.

The other, less common failure mode, was the bearings wearing out, requiring a motor replacement; but it was more practical to replace the whole scanner assembly.

The service manual for an early (2004) Laser printer is available here:
https://www.printertec.com.br/arquivos_download/1160.pdf
Lots of technical info there!

Have Fun!

Cheers,
Tom
 
There are a lot of potential methods for writing data to HW in a uC.
In general, I don't really see that this is any different than writing to RAM as viewed from the uP buss. Memory mapped I/O is one common method in larger uC systems. It doesn't take long for a special purpose uP or FPGA to fill up 5K of RAM.
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top