Slashdot Mirror


LegOS - Open Source OS for Lego Mindstorms

An anonymous reader writes "While a Lego Mindstorms R2D2 might look cool, what OS is your robot going to run? Let me tell you, what it wants to run is LegOS. " I can't find mindstorms anywhere around here. I want some so bad its just sick. Especially those Star Wars Mindstorms. Can anyone attest to the usability of LegOS? As soon as its good, I'm just gonna have to bite the bullet and buy me some Mindstorm.

7 of 15 comments (clear)

  1. legOS is neet. by mattdm · · Score: 1

    You should check out LUGnet (the newsgroups especially) and Lego Mindstorms Internals.


    LUGnet, incidentally, runs on all open-source/Free software.

    --

  2. Buy it while you can by Ralph+Bearpark · · Score: 1

    Last year Lego made a loss for the first time since it was founded in 1932, and now they're talking about a 10% cutback of the workforce. (See http://news.bbc.co.uk/hi/english/business/the%5Fco mpany%5Ffile/newsid%5F259000/259803.stm)

    Regards, Ralph.

  3. LEGOS and Mindstorms by mauriceh · · Score: 1

    LEGOS is OK, but NQC (Not Quite C) is the heart of it all.
    It works, and is one heck of a lot better than the dumb software that comes with the kits.

    As for getting a Mindstorms kit mine is for sale for $150.

    maurice@harddata.com

    --
    Maurice W. Hilarius Voice: (778) 347-9907
  4. Where to get MindStorms by Manuka · · Score: 1

    It was recently reported on the lego-robotics list that the Mindstorms set is available at eToys for around 200 bucks.

  5. not really a good idea by bug · · Score: 1

    Folks, the RCX has a whopping 32 kilobytes of external RAM. A programming language that uses a dynamic stack (to allow scoped variables, and true recursion-supporting function calls) would be a horrible waste of that RAM. It looks like you wouldn't even be able to port and run Interactive-C applications with this little primary storage. Take a good look at NQC, folks. It's really just BASIC made to look like C. The function calls are just figments of your imagination, they don't really exist, they are just spiffied-up GOTOs. As for an entire OS, you have got to be friggin *kidding* me!

  6. /.'ed by verch · · Score: 1

    My French is a bit rusty but it looks like this page has been /.'ed out of existence. In under an hour too, not bad.
    Is there another site for infon on LegOS?

  7. Haskell MindStorm page by Jude · · Score: 1

    If you're a Haskell fan, check out this Mindstorms page .