Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
john.l said:I am very weak in serial communication? ............
.........
is there any alternative to recieve the data to be displayed...
like RF module or EEPROM or anything else...... please guide me...
....
avtarsinghji said:@ rushi53 dear i m very happy for ur help :d but my main problem is this i m working in this field since 25 years but i work only at hardware and now i want to learn programming on atmel or avr or pic i dont know anything about programing and i live in a small town so there are no any institute who can teach me plz guide me what should i do for this. a to z what should i learn 1st which language is used for this work and etc i know only flashing on mobile or any other mcu i have a selfmade serial programmer for at89 series and some more but now i want to learn programing plz help me very very thanx for this reply
zuisti said:zuisti said: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
i think this is useful for u.uwemenergysystems said:can any body help with circuit diagram and assembly lang. souce code for 16f84 moving message display?
sahu said:i think this is useful for u.uwemenergysystems said:can any body help with circuit diagram and assembly lang. souce code for 16f84 moving message display?
erio said:umery2k75 said:
nice and neat thing..can u post schem and the code? so i can learn it..
is this can be operated standalone? i mean the message is stored on EEPROM? or just receiving the message from the serial?
thanks before...
wanditea said:sahu said:i think this is useful for u.uwemenergysystems said:can any body help with circuit diagram and assembly lang. souce code for 16f84 moving message display?
how to add long character to use dot matrix 8x8 10 pcs :idea:
Added after 15 minutes:
erio said:umery2k75 said:
nice and neat thing..can u post schem and the code? so i can learn it..
is this can be operated standalone? i mean the message is stored on EEPROM? or just receiving the message from the serial?
thanks before...
hlo bro....upload here u're project...schematic & surce code
thx before
umery2k75 said:
umery2k75 said:
I don't have schematic, I had written lots of code for these kind of hardware. This program doesn't make use of Serial, it's easier to understand.In this PCB design I forget to add the base resistor of transistor, which I added in the end.If you want this file of EasyPC then tell me, I will upload it.
Yes please do upload it, the PCB print is not very clear else I could trase it, I dont know the ICs and theri Nos, If any one know about it???????pasanRobotics said:umery2k75 said:
I don't have schematic, I had written lots of code for these kind of hardware. This program doesn't make use of Serial, it's easier to understand.In this PCB design I forget to add the base resistor of transistor, which I added in the end.If you want this file of EasyPC then tell me, I will upload it.
wow this is lovely. Im also trying to make my own one with PS2 on board.
I'll be post it here as soon as i can.
ME said:This link may be very useful:
https://attiny.com/dotmatrix.htm
It uses an Atmel AVR ATtiny2313 for controlling eight 5x7 LED dotmatrix displays.
[edit June 2009: Changed link to new website and use ATtiny2313 instead of the now obsolete AT90S2313)
\[
[color=red]MOD: This circuit is discussed a lot in EDA. [/color]
Yes this may be the best one... I must try this if i have any problem i will ask, as I m very new in C and good in assembly.sohail_akram said:This is complete 5x7 19 matrix Moving message display with RS232 Control.
atmel 89c51 is used.column are scan by 74ls164
source code are in c keil c51
Proteus simulation file is included.