Jamie McKane
MyGaming Journalist
How Microsoft built CPUs 100x faster than Intel's
Microsoft's new technology is a game changer.
Microsoft's new technology is a game changer.
Faster than Intels what...?
I used an FPGA to switch on a LED - hardcore I tell you![]()
This is actually the most interesting thing I've found in this article and thread, because I've tried to find out how to get, program, and effectively use an FPGA at hobbyist level with little success. Mind you, this was before the rise in popularity of the Arduino and Raspberry Pi's.
Do you have a guide or tut or something handy? Or is it not worth the effort, now that we have Arduino's?
There are some good free books on VHDL on the internets.
If you just want to control something (like your garage door) at home the Arduino is cheaper and easier. If you want to get serious about precision control of that something then go FPGA.
For home I would stick with arduino and C the FPGA is complicated and usually also a BGA package which just complicates things further - unnecesarry complications. Added to that possibly multiple powersupply voltages and offboard flash to boot the fpga at start up...
Thanks for the info. I'll look for some books on VHDL.
How different would an FPGA be from an Arduino with proper feedback (like a positional sensor on the garage door example) and a software PID controller?
Extra acronyms always means extra complications!And considering that I now have to go look up what BGA stands for, I'm sure it's complications that I can do without!
Thanks again for the info.
SorryBGA - Ball grid array. Little balls under to component instead of legs sticking out the side.
With the FPGA you would have to have an external ADC where you have that built in on the Arduino AVR.