Slashdot Mirror


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."

7 of 159 comments (clear)

  1. Re:Already down. by Emb3rz · · Score: 3, Informative
    http://www.google.com/search?q=site:chrisfenton.com+laptop

    Click the 'cached' link on the first result

  2. Re:Pretty fast! by evanbd · · Score: 4, Informative

    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.

  3. Re:yeah whatever!! by cnlohfin3109 · · Score: 3, Informative

    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.

  4. Re:Pretty fast! by MightyYar · · Score: 4, Informative

    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.
  5. Re:Pretty fast! by frieko · · Score: 3, Informative

    Agreed, you can get a 16 bit, 40 MIPS PIC in a through hole package.

  6. If you wonder WHAT is a Picaxe microcontroller... by blind+biker · · Score: 3, Informative

    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.
  7. Re:Pretty fast! by MightyYar · · Score: 4, Informative

    Again, read the link:

    Well, after a far-too-long hiatus, I'm back with a new Picaxe-based laptop! This project was born of a desire to see how far I can push the lowly Picaxe microcontroller. A friend of mine likened it to "spending over a year to reinvent the square wheel."

    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.