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
622
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.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
Back
Top