Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Want to be a mathematics and Open Source hero? (Score 1) 283

Write a new PCB autorouter for KiCAD! If that is not appealing you could integrate the Topological autorouter with KiCAD.

http://anthonix.resnet.scms.waikato.ac.nz/toporouter/

I really like KiCAD and use it often. However the built in autorouter needs some serious rework and someone with a mathematical background to fix the PCB autorouting. It is a very complicated problem.

Thanks!

Andrew Lynch

PS, yes, I am aware of and use FreeRouting.net. They are great but are a closed source proprietary tool.

Comment Re:Open Source Hardware (Score 1) 256

Build a low cost home brew computer. The N8VEM SBC is designed to teach basic principles of computer hardware and software. The hardware is cheap, readily available, all the information is free (beer/speech). It is designed for quick, easy, and reliable construction using simple tools.

The N8VEM project is open and all design information for hardware and software are freely and publicly posted. There are many N8VEM builders (>100) and an active community. The design is scalable from a single board computer with minimal parts and simple IO (serial & parallel) to a complete microcomputer.

mailing list http://groups.google.com/group/n8vem

wiki http://n8vem-sbc.pbwiki.com/

Comment booting a small OS from ROM is old news... (Score 1) 394

Everything old is new again... 8 bit microcomputers have been doing things like this for years. It is exactly how the N8VEM home brew computer boots its OS. The Z80 boots CP/M from a 1 MB "ROM drive" and uses the SRAM for its temporary storage. There are many other examples of similar implementations.

http://groups.google.com/group/n8vem

http://n8vem-sbc.pbwiki.com/

Slashdot Top Deals

Remember Darwin; building a better mousetrap merely results in smarter mice.

Working...