![]() |
![]() |
![]() |
|
|
|||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
Hi there! I am currently working on a final semester project. My project title is programmable LED dot matrix display system. I am not going to use PIC in my project. :!:
I am going to use a RS232 cable , RS232 port and MAX232 in my project. So are there any components i need to complete this project?UART? :?: Do i need an interfacing program to communicate with the external circuit? Any suggestion? :roll:
__________________
I already give my best, i have no regret at all. |
|
|
|
|
|
|
(permalink) |
|
Sorry for not giving more information about my project.
Ok..my project work like this. My project requires user to enter words into a textfile(eg. notepad) then the dot matrix display will read and show the appropriate output. So is it necessary for me to write an interfacing program to handle that(convertion of each characters into equivalent group of bits)? Currently i am collecting info and ideas on how to build my project without using a PIC. Even microcontroller is out of my plan! Am i possible to complete my project without using those?
__________________
I already give my best, i have no regret at all. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Using micro-controllers you could simply sent the ASCII text data outt he serial port, and the micro's do everything else. If you're wanting no micro-controllers you will have to do everything in the PC software, and use loads of chips to shift and store the LED data. What resolution are you looking for on the display?. |
||
|
|
|
|
|
(permalink) |
|
Resolution? You mean the design of dot matrix display? I plan to use 8x8 dot matrix display. Maybe i'll use 5 pieces of those. Are there any better suggestions?
My project didnt include the usage of PIC and microcontroller due to the fact that i want to build a circuit using all basic logic chips (eg. AND,OR,NOT) and shift registers. The reason behind is i hope my circuitry design can be dope into a single silicon chip. So that, in future (i hope) this will simplify the contruction of a LED dot matrix display system. Hope you can help me to achieve my goal.
__________________
I already give my best, i have no regret at all. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Certainly the costs involved with a custom IC are huge, you would require a massive market to make it viable - and it would probably still be cheaper and simpler to use a micro. Personally I'd probably use a PIC 16F876 for each display, it has plenty of I/O to feed an 8x8 dot matrix, plus a few left over for serial in and serial out. This way you could simply stack as many (or as few) modules together as you want - with the serial data chained from one to the next. You could just use one PIC and shift registers, but multiple PIC's would make the design simpler and more easily extended. |
||
|
|
|
|
|
(permalink) |
|
You can try FPGA. It's short for Field-Programmable Gate Array. A type of logic chip that can be programmed. An FPGA is similar to a PLD, but whereas PLDs are generally limited to hundreds of gates, FPGAs support thousands of gates.
|
|
|
|
|
|
|
(permalink) |
|
Since the FPGA is a programmable logic chip, is it means that it requires a special burner to program the particular chip?
By the way, is there any serial to parallel register other than UART? I would be glad to know that if there is a chip which only does the SIPO task. :wink:
__________________
I already give my best, i have no regret at all. |
|
|
|
|
|
|
(permalink) |
|
a 4094 is a serial shift register, you could try to use it to shift the data in (and output it parallel) , but you need to generate a clock wich starts on the start pulse and runs at same speed as you serial output (9600 /s for example)...
I would just go for a micro, you would need way too much logic for such a trivial task, it's what micro's were invented for in the first place... You said that you would like the circuit converted to a chip when it works. Do know that no company will make a chip specially for you, unless you're willing to pay enourmous amounts of money. If you produce your project using a pic, and you need it mass produced you can always ask microchip to mask program pics with your code, it would be much cheaper... But they won't do it if you only need a couple of 1000. |
|
|
|
|
|
|
(permalink) | |
|
Hi Exo, thanks for your suggestion on SIPO shift register. :P
Quote:
Anyone know where to get the information about dot matrix display?(eg. the construction of it, how does the bits are being shifted?, how to connect it?) Thanks for your help...
__________________
I already give my best, i have no regret at all. |
||
|
|
|
|
|
(permalink) |
|
It just requires a download cable. I think it fits your requriement. You just need draw the logic circuit, compile it and download it to the chip. It likes making a chip by yourself. You can get some information from http://www.burched.biz/links.html
|
|
|
|
|
|
|
(permalink) |
|
Hi jerryc, thanks for the diagram. But what is it used for?i really cant understand the diagram. Is it all about the FPGA stuffs??
There is one thing you should know about me, i totally have no ideas about FPGA stuff. But it sounds interesting to me, since it'll make my circuit more tidy and smaller. I am so curious about it. Please tell me more. :shock: If i really want to use FPGA in my project, am i going to need a FPGA software?a FPGA burner? Currenty i am using a simulation software (MultiSim) to construct my circuit. Can i download my simulation circuit into the FPGA chips?Or i need to download the circuit via a FPGA software? In other words, can i say that FPGA also can act as a custom PIC or maybe a custom microcontroller??
__________________
I already give my best, i have no regret at all. |
|
|
|
|
|
|
(permalink) |
|
It's a way to use the FPGA. I use Quartus II to develop( it can be downloaded from https://www.altera.com/support/softw...quartus_we.jsp). It has a Block Diagram Editor. After I design the circuit with the Block Diagram Editor, I compile it and download it to FPGA. Then I can test the circuit board.
If you want to use it. you need a FPGA development board and the development software. I only used it for couple months. I don't know whether it can use your simulation circuit. From the result, it likes microcontroller. They both are used to realize the complex function. The microcontroller focuses on software and the FPGA focuses on hardware. For FPGA, you don't need to write any code ( but you can write the code, it uses vhdl), just design the circuit that likes you did with MultiSim. Check this web site: http://www.techdirectory.ws/Hardware...A/default.aspx |
|
|
|
|
|
|
(permalink) | |
|
Quote:
However, i am very glad that you spend your time providing me information about FPGA. Thanks!!!
__________________
I already give my best, i have no regret at all. |
||
|
|
|
|
|
(permalink) |
|
I have some questions to ask about parallel out serial shift register.
If i am going to input a serial data (eg. 10110, where the leading 1 is a MSB and the last 0 is a LSB, into a SIPO shift register) how am i going to take the equivalent output from each of the output pins (eg. D0 = 0, D1 = 1, D2 = 1, D3 = 0, D4 = 1)?:roll: How am i going to design a circuit to make sure that i extract the right parallel bits?? :?
__________________
I already give my best, i have no regret at all. |
|
|
|
|
|
|
(permalink) |
|
wouldn't it be better to try with the parallel port :? ...
the serial ports is most commonly used in 8N1 setup, that is 8 databits, 1 stopbit and no paritiy... and it runs at a certain speed, for example 9600 baud (wich means, for serial port anyway, 9600 bits per second) There is a startpulse wich comes ahead of the 8 databits... so what you need to do is first create a timer circuit, the serial shift register will read in a bit when it gets a clock pulse, you should build a circuit that generates a clock at same speed as the pc (9600 /s) to feed your serial shift register with... When you detect a start pulse you wait until is gone again and start running your timer, and make it generate 8 pulses, when all is properly timed the 8 databits are read into the shift register and available on the 8 output pins (you can ignore the stop bits), you can use the 8 signals to drive the first row of your 8x8 matrix, then repeat the whole operation and use the result to drive the second row, and so on until were back at the beginning... over all, a pretty pointless exercise wich will probabely be anything but fun to construct :roll: probabely won't be very reliable as you cannot add some form of error detection (at least not without adding even more chips)... |
|
|
|
|