Hi all
i am building an dot matrix led display board i think to make it interfaced with pc to enter the text through it ... if you have any idea or suggestion plz let me know![]()
Hi all
i am building an dot matrix led display board i think to make it interfaced with pc to enter the text through it ... if you have any idea or suggestion plz let me know![]()
Specify more about what resolution you have, or how many characters you will display, etc.
I think easys way to do it, is using 5x8 led dot array, you must put 16 together, and control it with a few logic and a microcontroler like PIC, to control and comunicate it with a PC using serial port.
check Dallas/Maxim.
There is a chip from LED Dot Matrix Controller.
You will get easy in programmning
why not to use ATMEL Controller....
to interfaced with pc use maxim 232 chip and the atmel chip is atc89c52
~!@~@~@@~##@~@#~~##~
"Big people do small thing"
~#@2`2~@#~~@~#~@~@@~
i have worked in led based pannels factory, so ask everything you want, but be a bit detailed.
regards
You may know as follows
- Constant Current Control for obtaining good brightness
- Dynamic Drive or Static Drive to make suitable system
- Understanding of FONT structure
i want to display a line of 10 characters with resolution 5 x 8 . with refresh " raster " tech. (dynamic driver)
You have to consider where it is used !!!
Dynamic drive can not give you Brightness or Luminance.
It is real poblem in field with dynamic drive. Out-door is very dangeous for this reason.
In detail, This system will be 50digit * 8bit. As a result, brightness is 1/50
Circuit is very simple 50 digit is consist of shit register or F/F 8 bit is direct I/O port or latch with array TR.
Software side, interupt routine refresh one digit. Main loop will access(write) display buffer(50 bytes).
Hi,
I join 3 Exemples form ELEKTOR revue (french & English).
The X02-2000.prf = With COP8782 MCU: 2 Modules:
1) Keyboard (PS2) directly connected and sending (in IR) to display module.
2) Display module wthit 7 dot led (5*7) dsplay.
The X03-2000.pdf its exemple with 7 segment display
The X06-2001.pdf with 89C4051 mcu and 6 dot led (5*7) display connected to rs232, it's possibe to chain multiple module (max 15). I have tested this, wotks correctely just a small problem of refresh rate with the upper caracter.
Bye
Fatkiller
The next file on another post, sorry max 4 by post.
Ps: F=French E= English
Last Files
Hello,
i have to make a you a question, if you tend to mux 50 bytes per second, like Year said, you probably not be able to view characters with an useful brightness. I should make this thing ,instead:
Make an static driver for one character map, i mean 5 bytes, so i recomend you to use a shit register with latched buffered outputs to drive a single led. The common annode or cathode of this character map will be pass trouwgh a power transistor. Ok! this register will come with CLK, STROBE and BLANK signal. Then BLANK signal is to make brightness control. There are IC in MICREL, MAXIM, with this characteristics, i think they were TPIC or MPIC.
Well once you have this done, you have to join all single Character leds to this outputs. then you will have 10 transistors. So you will have three control signals to control bytes and then control signals to decide what character to display. to make this more easy you can use a shift register for these 10 signals so you only need now two sgnals CLK1 and STROBE1. and that's all, now you mux time are reduced to 1/10 instead 1/50.
regards
Sorry for my english. i have to explain something i now in my not native idiom, and it's not very ease for me.
Sorry again
Hi,
For matrix led display there is a excelent drivers from MAXIM :
MAX7219 or MAX7221.
They use a simple SPI interface to control the led matrix and may be cascaded.
OR you can use the shift register 74HC595 which contains in it self a tristate latch and may be controled using SPI protocol.
Which constant current drive IC is best suited for LED displays? specially for the matrix LED screens used for outdoor applications.
use 6276 from alegro it's 16 bit led driver shift register and it's low cost
$ 1.1 in 1000 qty
if u need singles qty go to nuhorizons.com but it's cost bit higher
bobi
Hi Techie
Have a look at
http://www.mblock.com.tw/pro/16-bit.html
There are low cost constant current drivers IC for LED matrix display.
Regards.
How much does this Chip cost in quantity of 1000 pcs or sso
I have take the MBI5016CP for my application. The price is 0,68USD/1pcs (1700pcs). The MBI5016 is in SSOP. Allegro has't SSOP device.Originally Posted by techie
Shipping is with FedEx and T/T in advance. Whenn you need any support, call
Vivian Chang
Office phone no.:+886-3-5790068~708
vivian@mblock.com.tw
Gomez
For constant current drivers IC for LED you need a controller with SPI. The at89c52 has't SPI.Originally Posted by braveh4rt
Gomez