Homebrew Microcontroller Laptop, Made of Wood
Brietech writes "This is a homebrew laptop project based on a Picaxe microcontroller. It has 16kb of RAM, 256kb of storage, sound and a self-hosted development environment! It has a simple CLI, file-system, 'EMAXE' text editor and a programming language called 'Chris#.' Oh, and yes, it runs Linaxe."
Click the 'cached' link on the first result
Actually, it probably isn't. It's probably not even close. The site is slashdotted badly, but I'm guessing this is an 8-bit CPU. Most microcontrollers of this sort take several clocks per instruction. And the instruction set is probably more limited in capability than x86.
Also, I have to wonder why use an obscure part rather than the Atmel chips that are wildly popular with open source enthusiasts, or even the Microchip PICs (not quite as popular as the Atmels, but still has a strong hobbyist following). Having a development community and existing software base is useful.
Good for adults, who build it. I don't think you get the idea behind doing most projects like this. It isn't to have some amazingly practical tool or to make money but to learn, explore, and prove you can do it yourself. This is the same type of comments people posted when the article about the non-von1 was on here. Give credit to the DIYers for doing these amazing things themselves with limited budgets.
If you check out the Coral Cached version of the site, you can see that the guy is not after something with an existing development community or software base. He's written his own everything, and seems to have a sense of humor about it. He even implemented Pong, and says that he someday hopes to achieve parity with an early 80s computer :)
W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
Agreed, you can get a 16 bit, 40 MIPS PIC in a through hole package.
I just found out that, as the name clearly suggests, it's a preprogrammed PIC microcontroller.
See for yourself at http://www.rev-ed.co.uk/picaxe/ in the Technical Frequently Asked Questions PDF file:
What is a PICAXE microcontroller?
A PICAXE microcontroller is a Microchip PIC microcontroller that has been pre-
programmed with the PICAXE bootstrap code. The bootstrap code enables the
microcontroller to be reprogrammed without the need for an (expensive)
conventional programmer, making the whole download system a very low-cost
simple serial cable!
The bootstrap code also contains common routines (such as how to generate a
pause delay or a sound output), so that each download does not have to waste time
downloading this commonly required data. This makes the download time much
quicker.
I'm sure this "laptop" would have been much faster if based around an AVR. But that would have required more work.
"The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
Again, read the link:
He's doing it as a hobby, and he's not pretending that it is useful. He compares it to a "square wheel"!
W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.