Using FPGA to create Video Signals
Moderators: Chuckt, Garth, bitfogav
-
- I practically live here!
- Posts: 1127
- Joined: Sun Mar 28, 2010 1:36 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Using FPGA to create Video Signals
I'm sorry this is not a Microchip Pic but you can use FPGAs to create video signals to generate a video signal:
http://www.fpga4fun.com/PongGame.html
You can use FPGAs with Microchip Pics if you want and combine the two.
See my other post on "VHDL Tutorial from University of Pennsylvania" for extra help learning VDHL.
viewtopic.php?f=20&t=351
http://www.fpga4fun.com/PongGame.html
You can use FPGAs with Microchip Pics if you want and combine the two.
See my other post on "VHDL Tutorial from University of Pennsylvania" for extra help learning VDHL.
viewtopic.php?f=20&t=351
- brad
- Site Admin
- Posts: 2578
- Joined: Fri Mar 26, 2010 10:30 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
Must have missed this post!
You have got me quite interested in FPGA's and have now being toing a bit of reading up on them. I like what this guy has done especially - he created a custom driver for this led display using an FPGA:
You have got me quite interested in FPGA's and have now being toing a bit of reading up on them. I like what this guy has done especially - he created a custom driver for this led display using an FPGA:
-
- I practically live here!
- Posts: 1127
- Joined: Sun Mar 28, 2010 1:36 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
I know how easy it is for me to get side tracked when I see a project because I always see another one and another one. I remember seeing something but I don't remember seeing that project. I don't know if people will be interested in different things so I try not to take them to the next level. So I'm sorry if I missed that project.
On another note about LEDS; I was at the Wells Fargo Center because I had free tickets and they had an LED sign that wraps around the whole inside of the stadium which covers the stands and the basketball court. I couldn't comprehend what it took to make it work. It must have been a lot of work.
On another note about LEDS; I was at the Wells Fargo Center because I had free tickets and they had an LED sign that wraps around the whole inside of the stadium which covers the stands and the basketball court. I couldn't comprehend what it took to make it work. It must have been a lot of work.
- brad
- Site Admin
- Posts: 2578
- Joined: Fri Mar 26, 2010 10:30 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
I think alot of us are like that - being in the middle of one project and thinking of another cool project and then another...
I am in that place right now, I have been working on a project with Stacy, plus I have had the coffee table and super pixel bros and I have been thinking of a new pov project and an updated RGB Coffee table - SOO MANY PROJECTS!
We just got back from vacation and leaving the airport was a huge RGB LED display, I don't think I could solder all those LED's to the board in under a year.
I also wonder about what happens if an LED goes short, because that has happened to me on my matrix's and it turns on an entire column. You then need to replace the shorted LED with a new one.
I am in that place right now, I have been working on a project with Stacy, plus I have had the coffee table and super pixel bros and I have been thinking of a new pov project and an updated RGB Coffee table - SOO MANY PROJECTS!
We just got back from vacation and leaving the airport was a huge RGB LED display, I don't think I could solder all those LED's to the board in under a year.
I also wonder about what happens if an LED goes short, because that has happened to me on my matrix's and it turns on an entire column. You then need to replace the shorted LED with a new one.
-
- I practically live here!
- Posts: 1127
- Joined: Sun Mar 28, 2010 1:36 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
It might be possible to program an FPGA to emulate a PIC 16f648a and there may be room on the FPGA for other emulation and code. I've searched a little but haven't found anything. It would let you keep doing what you're doing but on a different platform. It is only an idea to expand on the PIC16f648a that I'm not capable of doing yet.brad wrote: You have got me quite interested in FPGA's and have now being toing a bit of reading up on them. I like what this guy has done especially - he created a custom driver for this led display using an FPGA:
- brad
- Site Admin
- Posts: 2578
- Joined: Fri Mar 26, 2010 10:30 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
People have emulated entire computers on an FPGA (like the commodore amiga) Now that would take some skill
-
- I practically live here!
- Posts: 1127
- Joined: Sun Mar 28, 2010 1:36 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
Simple VGA interface for tiny FPGA boards
http://devbisme.webfactional.com/blogs/ ... fpga-board
This sounds like a plan! 512 colors and 800x600 is something I'm seriously considering studying. This looks like the same manufacturer of the FPGA in the Gameduino.
He prototyped a 512-color VGA interface board which worked just fine
http://hackaday.com/2011/06/02/simple-v ... ga-boards/As you can see on his site, the adapter works quite well, allowing the FPGA to put out a crisp 800×600 image with little fuss. [devb] has also posted all of his design files on his site in Eagle format for anyone interested in replicating his work.
http://devbisme.webfactional.com/blogs/ ... fpga-board
This sounds like a plan! 512 colors and 800x600 is something I'm seriously considering studying. This looks like the same manufacturer of the FPGA in the Gameduino.
- brad
- Site Admin
- Posts: 2578
- Joined: Fri Mar 26, 2010 10:30 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
The good thing with VGA is that you have separate RGB outputs. Whereas with composite you need to have some fancy coding or converter circuitry to get it to actually display color.
Keep us updated on your progress Chuck!
Keep us updated on your progress Chuck!
-
- I practically live here!
- Posts: 1127
- Joined: Sun Mar 28, 2010 1:36 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
I managed to get the files for the VGA to breadboard connector. Either the files are attached or I have to load them into Eagle and generate the Gerber files which I haven't done before.
On another note, my Gameduino came today. I have to work on finishing the joystick and pcb that it sits on in order for me to really use it.
On another note, my Gameduino came today. I have to work on finishing the joystick and pcb that it sits on in order for me to really use it.
-
- I practically live here!
- Posts: 1127
- Joined: Sun Mar 28, 2010 1:36 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Using FPGA to create Video Signals
This part is on clearance at Jameco. It is part # 1952273. It is the one in the project for the board.
Who is online
Users browsing this forum: No registered users and 1 guest