Kirjoitusalusta.fi
Koko ruutu

Server Notice:

hide

Julkinen työtila Latest text of pad hacklab-huge7segments Tallennettu Marraskuu 9, 2012

 
     
Basic idea is to create big 7-segment displays using led-strip -modules like these 
 
The 3+W ones will take pretty hefty transistors to drive them, the usual "500mA" darlington arrays cannot handle full current on all channels (500mA peak current on 7 channels is limited to 10% duty cycle), some discrete options (mosfets are better anyway):
 
Control/driver board
 
The dirver/control board itself will have:
  • shift-register
  • the driver-transistors for 7 segments and the last bit can be wired for single led driven directly from the reg (dot)
  • +/- connectors for the led strips
  • LED Power +/GND connectors (in this case 12V)
  • 5V/GND connector for logic
  • Optionally it could also have an ATTIny to act as I2C interface to the shift-reg(s)
  • Or even ATMega88, in that case we would have both TWI and SPI in hardware so we could drive a lot of shift-registers very fast (think PWM for brightness control)
 
Due to size reasons (see below) SMD components are preferred.
 
 
Physical assembly
 
Made on layers from lasercut acrylic (except maybe the bottommost layer needs to be some sort of metal so we can spread the heat from the led-strips around a bit [and it wouldn't hurt to be able to sink heat from the driver transistors as well])
 
Bottom: thin square the size of the display, this is where the led-strips and control board mounts to.
Layer1: Thick (basically determined by control-board thickness, though if it becomes too thick or othetwise a problem the board can be mounted elsewhere) opaque black acrylic square with cutouts for the led strips and the control board
Layer2: thin translucent but diffuse square of colored acrylic to give color to the digits and diffuse the led-strips
Top: thing opaque cover plate, square with cutouts for the segments.
 
All of these layers will have at least 3 holes to a side to keep them together with screws.
 
We can cut the acrylic at the Aalto Fablab (our own lasercutter won't handle pieces this big)
 
Other ideas