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.
Probably because PICAXE Microcontrollers can be programmed in a simple subset of BASIC.
It is very easy to write code, program and debug (they don't require a special programming interface). They are **really simple** to use, very powerful and versatile.
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.
if you were in the woods with nothing but a hatchet, how long before you could send an email?
Even if you knew everything - it would literally take decades to do it "right." It took the entire human race with practically unlimited resources about 132 years once we had the most basic understanding of electronics (telephone). Even knowing every concept doesn't put you ahead by much without an existing manufacturing base.
I said no... but I missed and it came out yes.
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.
Second the msp430 suggestion. Well worth looking into for micropower embedded applications. The GCC port (based on 3.2.3) isn't all that great, but it does do the job.
Hmmm... Maybe tweak this?
Program Intellivision!
Atmel is SO much better than any PIC. Atmel AVR microcontrollers are individually cheaper. They run at least four times faster for the same clock speed (one instruction per clock cycle instead of one instruction per four clocks for the PIC). They have a vastly more versatile and flexible instruction set. The AVRs are designed to be used with high level languages like Open Source GCC, not kluged BASIC for high school kids that the PICs use in their absurdly overpriced 'training' packages. Most AVRs now have the same boot-loader capacities that this PICAXE package is offering.
I use AVRs for sound programmer/editors based on hardware MIDI synthesizers like the Yamaha TX81Z. It's nearly impossible to do any MIDI work in Windows. The MIDI APIs in Windows are difficult, incomprehensible, and nearly undocumented. It's a real mess and will never get any better. The hell with it. I do all my MIDI development now for $3 AVR processors and $5 graphic and character LCD screens. Developing for the AVR is like being back the 1980s writing assembler for the Commodore 64 and Turbo C for DOS. But everything is 1/10th to 1/100th of the cost that it was then. And there are no !@#$%^& ultra-violet EPROM erasers needed. Check out my open source hardware synth editors on the Yahoo! Yamaha DX group(s).