Rules | Recent posts | topic RSS | Search | Register  | Log in

DIY Moving Message Display
Goto page Previous  1, 2, 3 ... , 16, 17, 18  Next
Jump to page:

 
Post new topic  Reply to topic    EDAboard.com Forum Index -> Microcontrollers
Author Message
bynz



Joined: 10 Jun 2006
Posts: 9


Post17 Jun 2008 12:46   Re: DIY Moving Message Display

thanks
Back to top
davemaster



Joined: 23 Jan 2007
Posts: 85
Helped: 1


Post17 Jun 2008 13:55   Re: DIY Moving Message Display

NeoMatrix wrote:
hello to all

can any 1 donate the 20 points to download the moving_message.zip

i appreciate

thanks



Greetings,

hahahahahaha, good post....

Good Luck!
Back to top
deniah



Joined: 28 Nov 2005
Posts: 34


Post20 Jun 2008 19:09   Re: DIY Moving Message Display

I need to do increase power suply for led display to +7V - 9V instead +5V wich is now. Row drivers is irf9530 (from mcu thru 1K on gate, +5V sors, drainon led row), and column driver is HC164 + ULN2803.
Instead of irf9530 I try with BD242 (and few others), but if I increase suply on emiter above 5.5V, transistor is fully conductive (colector - emiter), and every led is on. With +5V on emiter everything is ok, but leds are with verry poor light.
When I replace ULN2803 with 8xBS170 (n-fet), I have little better result but still not good enough.
All this is without current limiter ressistors.

Leds are red, 2 leds in series for 1 dot.


Regards
Back to top
zuisti



Joined: 02 Jul 2004
Posts: 48
Helped: 2


Post23 Jun 2008 7:08   Re: DIY Moving Message Display

deniah wrote:
I need to do increase power suply for led display to +7V - 9V instead +5V wich is now. Row drivers is irf9530 (from mcu thru 1K on gate, +5V sors, drainon led row), and column driver is HC164 + ULN2803.
Instead of irf9530 I try with BD242 (and few others), but if I increase suply on emiter above 5.5V, transistor is fully conductive (colector - emiter), and every led is on. With +5V on emiter everything is ok, but leds are with verry poor light.
When I replace ULN2803 with 8xBS170 (n-fet), I have little better result but still not good enough.
All this is without current limiter ressistors.

Leds are red, 2 leds in series for 1 dot.


Hi "deniah";

Seems the 5v (4.5V) doesn't enough to drive your 2 leds in series. Try and measure it as static!
Due the multiplexing method the current is theoretic 1/7 of the static current (for ex. if the static max. current is 40 mA, the average current is only 40/7 mA and it's too small). Of course only if you have seven rows...

But... this is the theoretic maximum, in your case it's far smaller I think. Please use for shift regs the hc595 instead of the 164, it has output latches too. This decreases drastic all the blank times.

To increasing of the led power for rows: simply use level shifter Zener diodes in serial on your 1K (from MCU). Use a 3v3 Zener. And apply also a B-E (G-S) resister (2k2...4k7) to all your row driver FETs or PNP darlingtons (!).

Use better leds (or NOT in serial but paralell)!

Hope this helps
zuisti
Back to top
deniah



Joined: 28 Nov 2005
Posts: 34


Post23 Jun 2008 22:55   Re: DIY Moving Message Display

Hello zuisti
Thanks for reply

Unfortunately wont work. Now I need ~9v to get the same result, but when increase above 9V same thing is happening, all leds are on.

Regards
Back to top
lgeorge123



Joined: 13 Jun 2004
Posts: 50


Post26 Jun 2008 14:24   Re: DIY Moving Message Display

Hi , rojo , in your code

row<<=1;
if(row==0)
row=0x02;
delay_us(800);
porta=0;
if I do not use the porta=0 , can you redesign the program replace the code
porta=0 ??????
Back to top
OBIALOR



Joined: 12 Nov 2005
Posts: 45


Post28 Jun 2008 11:39   DIY Moving Message Display

why dont you try to contact rojo through his private mail box
Back to top
yupng



Joined: 16 Jul 2008
Posts: 33


Post16 Jul 2008 5:12   Re: DIY Moving Message Display

can i have d hardware diagram
Back to top
ihtashan



Joined: 16 Jul 2008
Posts: 4


Post16 Jul 2008 15:36   DIY Moving Message Display

Hi every one!
I am doing project which is display SMS on led dot matrix using AT89c51 microcontroller please help me
Back to top
bzorila



Joined: 29 Jul 2008
Posts: 2


Post29 Jul 2008 20:47   Re: DIY Moving Message Display

Hy everybody!

Could you help me with the command of a matrix of 72*72 LED's (or bigger)? I have the PCB with the LED's already done, but I don't have any ideea how to drive them. Crying or Very sad

This matrix must display animations and text (perhaps sent from a PC via COM port).
Any IDEEA?!?!?!

THANKSSS!!!

P.S. Please excuse my poor english...
Back to top
electronicus



Joined: 19 Aug 2005
Posts: 171
Helped: 12


Post29 Jul 2008 21:47   Re: DIY Moving Message Display

Ask Google : EPE Giant LED Message Display
Back to top
mansoorkhawar



Joined: 16 Feb 2007
Posts: 3


Post01 Aug 2008 11:02   Re: DIY Moving Message Display

Hi Friends,
Going too good.i am a user of ATMEL AVR using C.Is anyone doing work on dual color 8*8 matrix and shapes as well as text scrolling left,right,up,down.If someone have links or any work on this,plz send me.
Back to top
deniah



Joined: 28 Nov 2005
Posts: 34


Post01 Aug 2008 20:32   Re: DIY Moving Message Display

Take a look here

http://www.microsyl.com/ledsign/ledsign.html

Regards
Back to top
yupng



Joined: 16 Jul 2008
Posts: 33


Post04 Aug 2008 16:16   Re: DIY Moving Message Display

IF i use a keyboard to enter text then send it out via any wireless to the display board. How i send out the date from keyboard using wireless......
Anyone can help??
Back to top
jl_21



Joined: 04 Aug 2008
Posts: 12


Post04 Aug 2008 16:35   Re: DIY Moving Message Display

do you guys have a program in picbasic for a moving message??

and what book do you suggest for me in studying how to program a moving message and how to create the circuit of the dot matrix display??

hope you guys can help me..
Back to top
electronicus



Joined: 19 Aug 2005
Posts: 171
Helped: 12


Post04 Aug 2008 16:48   Re: DIY Moving Message Display

yupng wrote:
IF i use a keyboard to enter text then send it out via any wireless to the display board. How i send out the date from keyboard using wireless......
Anyone can help??

Look here: http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2003/lph2/WirelessKybd/
Regards.
Back to top
jl_21



Joined: 04 Aug 2008
Posts: 12


Post05 Aug 2008 5:12   Re: DIY Moving Message Display

is there anybody here who has a picbasic code for pic16f877a???
or even for any pic micros??

a circuit for the dot matrix display would also be useful
and if you dont mind can you post a:
block diagram
schematic diagram

and what book do you guys recommend me to use because i'm trying to study how to program and how to build a moving message using picbasic.

i hope somebody here can help me...Very Happy
Back to top
yupng



Joined: 16 Jul 2008
Posts: 33


Post06 Aug 2008 3:39   Re: DIY Moving Message Display

how to send out the data from keyboard or PC (using any wireless) to the DOT-matrix display board with wireless connection??
Back to top
madicalphy



Joined: 22 Jul 2007
Posts: 35
Helped: 3


Post06 Aug 2008 7:32   Re: DIY Moving Message Display

hi,
any one can help me to write a program of moving message display with pic16f877a, such that row are scan with cd4017 and colums are scrol with 74ls595.Crying or Very sad
code in proton basic or c , will be highly helping.
regards
Back to top
zuisti



Joined: 02 Jul 2004
Posts: 48
Helped: 2


Post07 Aug 2008 9:58   My newest 16 char MMD with a small PIC

My project is finished (for the present) Neutral

This is a new Moving Message Display with a PIC16F628A and 8(16) x 5x7 led matrix, working in Proteus but it's working as well also on the real hw.

It uses a new and fast algorithm, written in assembly too.

It is modular: it uses one or two same 8 char display unit(s).

Online commands (via rs232, in Proteus: in Virtual Terminal)

- scrolling by pixel or by character
- pause/continue scrolling
- on/off one pixel gap between fonts
- home function (back to the begin)
- append function (jump to the text end)
- max. 127 chars displayable text
- - - stored in the PIC's EEPROM
- - - last typed char is deletable (backspace function)
- scrolling speed up/down
- single step left/right
- ASCII char test
- multi language characters (also full Greek)
- default settings via switches
- get/store settings from/to PIC's EEPROM

I'm attached here the project (for 8 or 16 chars) with the hex firmware only, because I wrote the program in Proton but with many (70%) hard and hand optimalisation in assembly (for the speed).
I think it is not a human readable program, and sorry... it's not for public!

Please study also my previous posts at this thread if you want to build this!

Try it!

Edit:
About the source look at my next post here!



Sorry, but you need login in to view this attachment



Last edited by zuisti on 08 Aug 2008 8:15; edited 1 time in total
Back to top
jl_21



Joined: 04 Aug 2008
Posts: 12


Post07 Aug 2008 18:11   Re: DIY Moving Message Display

can i also see your code in proton? because i'm using proton as well
Back to top
OBIALOR



Joined: 12 Nov 2005
Posts: 45


Post08 Aug 2008 0:10   DIY Moving Message Display

let our projects or what we present to our members be helpful rather that confusion ,let borrowed example from the previous members who willfully give their works out for gratis
Back to top
zuisti



Joined: 02 Jul 2004
Posts: 48
Helped: 2


Post08 Aug 2008 8:12   Re: My newest 16 char MMD with a small PIC

zuisti wrote:

This is a new Moving Message Display with a PIC16F628A and 8(16) x 5x7 led matrix, working in Proteus but it's working as well also on the real hw.
...
I'm attached here the project (for 8 or 16 chars) with the hex firmware only, beacuse I wrote the program in Proton but with many (70%) hard and hand optimalisation in assembly (for the speed).
...
I think it is not a human readable program, and sorry... it's not for public!
...


Hi my dear friends!

If somebody is really interested to this project, please drop me a PM with your real email address and I'll post to this address the whole project with sources. You must understand I don't want to make it fully public, and please no else doesn't make that, and do not use it for commercial purposes!
I'm worked a lot on it!

However, as I wrote, the program isn't small, nor easy to understand, and it has many assembly snippets, so it is NOT easy portable (unfortunately).
But ... it is working fine.

(I'm working on it continually but now in C and with PIC18 and AVR uCs.)

Note this project is simplified for Proteus ISIS simulation: for example there aren't real line drivers nor real rs232 interface (only 1 transistor ), it's running now at 1 Mhz PIC clock because my PC is slow). To make a real circuit please also study the ELEKTOR pdf in my previous posts (attachments) on this thread!

If somebody want to build it, I'll help gladly in a PM.

zuisti
Back to top
madicalphy



Joined: 22 Jul 2007
Posts: 35
Helped: 3


Post08 Aug 2008 11:24   Re: DIY Moving Message Display

can you send me the libariey of 74hc595 used in ISIS, proteus, as i m using some older version that have not this.
Back to top
zuisti



Joined: 02 Jul 2004
Posts: 48
Helped: 2


Post08 Aug 2008 11:54   A lib for 74hc595 in Proteus 7.2

madicalphy wrote:
can you send me the libariey of 74hc595 used in ISIS, proteus, as i m using some older version that have not this.


Hi "madicalphy";
The attached lib (zipped Proteus's 74hc.lib) contains this IC.
This is working fine for me.

Maybe you must first delete any(? or its only) .IDX files in the LIBRARY folder !?!
zuisti



Sorry, but you need login in to view this attachment

Back to top
madicalphy



Joined: 22 Jul 2007
Posts: 35
Helped: 3


Post08 Aug 2008 11:59   Re: DIY Moving Message Display

thanks, i will try this, and inform u accordingly. wat about source code of moving message display, as i have send u a PM.
regrads
Back to top
yupng



Joined: 16 Jul 2008
Posts: 33


Post13 Aug 2008 11:01   Re: DIY Moving Message Display

i need a software and hardware about dot matrix message display using wireless keyboard.
Use wireless keyboard to sent the data to dot matrix message display....
Anyone can help me???

Added after 44 minutes:

electronicus wrote:
Hi.
A nice Running Text Disply controled by a COP-8 microcontroler.
For programming use a standard PC keyboard wit an infrared data link.


Do u have this COP-8 microcontroler program code
Back to top
electronicus



Joined: 19 Aug 2005
Posts: 171
Helped: 12


Post13 Aug 2008 12:07   Re: DIY Moving Message Display

Here are the code: http://www.edaboard.com/viewtopic.php?p=491385#491385
Back to top
yupng



Joined: 16 Jul 2008
Posts: 33


Post13 Aug 2008 13:16   Re: DIY Moving Message Display

yupng wrote:
i need a software and hardware about dot matrix message display using wireless keyboard.
Use wireless keyboard to sent the data to dot matrix message display....
Anyone can help me???

Added after 44 minutes:

electronicus wrote:
Hi.
A nice Running Text Disply controled by a COP-8 microcontroler.
For programming use a standard PC keyboard wit an infrared data link.


Do u have this COP-8 microcontroler program code

Is this two file are machine code???
I cant understand d code. Beside .asm and hex file,still got any(another) file?

Added after 12 minutes:

yupng wrote:
yupng wrote:
i need a software and hardware about dot matrix message display using wireless keyboard.
Use wireless keyboard to sent the data to dot matrix message display....
Anyone can help me???

Added after 44 minutes:

electronicus wrote:
Hi.
A nice Running Text Disply controled by a COP-8 microcontroler.
For programming use a standard PC keyboard wit an infrared data link.


Do u have this COP-8 microcontroler program code

Is this two file are machine code???
I cant understand d code. Beside .asm and hex file,still got any(another) file?

Anyone can change this project with other MCU and write d code for me. I really can't understand d COP-8 microcontroler code.
Back to top
yupng



Joined: 16 Jul 2008
Posts: 33


Post18 Aug 2008 13:10   Re: DIY Moving Message Display

Anyone can help me do a "wireless announcement board" using dot-matrix.
The data(text) is send out from keyboard via wireless to dot-matrix display.
Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> Microcontrollers
Page 17 of 18 All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... , 16, 17, 18  Next
Jump to page:


Abuse
Administrator
Moderators
topic RSS 
sitemap