Slashdot Mirror


Survey of Linux-Based Gadgets & Devices

An anonymous reader writes "NewsFactor Network recently asked: Where Are All the Cool Embedded-Linux Gadgets? Well, LinuxDevices.com has just updated its answer to that question. The Embedded Linux "Cool Devices" Quick Reference Guide now encompasses 123 Linux-based gadgets and devices in 7 categories, including PDAs, mobile-phones, IP-phones, audio/video entertainment, tablet computers, gateways/routers, servers, wireless access points, robots, web-enabled cameras, telematics, industrial controllers, wrist watches, and last but not least, a DIY category: little Linux systems for projects and products. Lots of great pictures, too."

14 of 137 comments (clear)

  1. It was very likely Symbol by MondoMor · · Score: 5, Informative

    I see a whole lot of their stuff on the way to production. A very smart company, and their forte is hand-held barcode stuff.

    It doesn't mention Lunix, but here's a spiel on their embedded wireless LAN stuff.

  2. Dish 721 PVR by ArkiMage · · Score: 5, Informative

    One device I didn't see listed anywhere is the Dish Networks 721 PVR.

    http://www.dishnetwork.com/content/products/rece iv ers/dishpvr721/index.shtml

    The link to GNU GPL compliance http://208.45.37.181/ even runs ON a 721... Satellite receiver serving web pages, heh heh.

  3. Re: Priorities, News for Nerds?, Rant by Anonymous Coward · · Score: 3, Informative

    More importantly, those pages at lInuxDevices haven't been touched since 2002. Most of those PDA's and web pads no longer exist. In many cases the companies no longer exist. Why, God? Why must they post moldy content on /. ?

  4. Re:The NIC is very nice. by Matey-O · · Score: 2, Informative

    Well, it was hard, but I realized the line 'in' was bigger around. (to make up for losses due to heat, I'd presume.) ;)

    --
    "Draco dormiens nunquam titillandus."
  5. Re:The NIC is very nice. by cpeterso · · Score: 3, Informative


    Just don't plug it into the Ether Killer.

  6. another one for the AV category by rumpledstiltskin · · Score: 3, Informative

    This page has a list of systems from High End systems. The company designs robotic lighting systems, and a few years ago bought the company that designs their light boards. the whole hog lightboards run on custom rolled linux. The latest board probably runs around 15-20,000 dollars though, so it'll be a while before I buy one for my garage. :).

  7. Re:Aibo? Asimov? by BenTheDewpendent · · Score: 2, Informative

    the element has a windows logo on the mp3 cd-drive thingy...

  8. The NIC is dying... by benjamindees · · Score: 4, Informative

    Well, dead actually. Call the sales number and you get a recording: "The sales hotline is inactive due to the closure of the company."

    --
    "I assumed blithely that there were no elves out there in the darkness"
  9. Re:a growing market by theridersofrohan · · Score: 4, Informative
    I find Qt/Embedded (QtE) to be extremely resource-efficient for building really surprisingly sophisticated applications that run natively on multiple platforms with a simple recompile. QtE also integrates seamlessly with Java


    Too bad the parent post's author is not actually Miguel de Icaza (the Gnome/Ximian guy).

  10. Re:Does a c64 count? by Anonymous Coward · · Score: 2, Informative

    I do not know about compatibility, but why not build one yourself... No joke. This very cool project is one of the many available at the 6502.org page. Then you could port LUNIX to your own computer...

  11. TiVo Anyone? by oniroku · · Score: 2, Informative

    I was under the impression TiVos like my Sat-T60 are linux boxes...

  12. Cisco content engines by jlmcgraw · · Score: 2, Informative

    I can attest to the fact that high end Cisco content engines are using the Linux kernel. I don't recall which version (we've since unplugged and returned them) but it sure surprised me when I saw the boot log.

  13. Re:surprised at how little by Zathrus · · Score: 3, Informative

    because for most products ANY os is pure stupidity.

    That's not really true... many embedded devices do run an OS, but it's not one you'll have ever heard of. These OS's are designed specifically for embedded use, and embedded use only -- they're probably not much more complicated than DOS (in fact, most are much simpler as far as interfaces go).

    Sure, you can get away without an embedded OS for a lot of stuff, but if you want to do file management (for data recording purposes as an example) or need to deal with anything more than rudimentary I/O then you're much, much better off getting an OS up and running than rewriting all that crap yourself. Especially since for file management you probably want to be able to interface with a floppy disk (or more recently a flash card or USB dongle) that can then be read in a standard PC.

    Most critical systems DO run an OS because of this. Part of a critical system is being able to figure out WTF was going on when it failed -- and an OS can provide a lot of services toward that goal.

    The key being that all of these OS's have a memory footprint a fraction of the size of Linux... but have most of the features you'd need all the same.