Slashdot Mirror


BUG - "The LEGO of Gadgets"

TheBrutalTruth writes "Bug Labs will soon be launching what Webware calls 'the LEGO of gadgets.' From their site: 'BUG is a collection of easy-to-use electronic modules that snap together to build any gadget you can imagine. Each BUGmodule represents a specific gadget function (ex: a camera, a keyboard, a video output, etc). You decide which functions to include and BUG takes care of the rest, letting you try out different combinations quickly and easily. With BUG and the integrated programming environment/web community (BUGnet), anyone can build, program, and share innovative devices and applications. We don't define the final products — you do.'" Looks a bit vaporous, but conceptually interesting.

131 comments

  1. Looking forward to the teleporter by whyloginwhysubscribe · · Score: 5, Funny

    But worrying about it being vaporous...

    1. Re:Looking forward to the teleporter by splutty · · Score: 3, Insightful

      That entirely depends on the strength of your powersupply I'm sure. But your teleporter might still find a good use as a smoke signal generator. So not to worry! The possibilities are endless.

      The concept is a great one, though. And also one that goes back a long way to all the electronics kits I used to have as a kid. What I'm wondering is mainly: How easy would it be to build custom modules that 'click into' all the other modules? And with that I mean not using the already available ones.

      That's basically what I ended up doing with those electronics kits. Little wooden blocks with my own R/C circuit on it, and connecting that into the existing block of the kit. I'm a bit doubtful about this being feasable in this sort of setup, though, since the complexity is probably way too high. A shame, really..

      Give kids more electronics kits! (Let them build their own computer with a Z80 :) Nice and cheap, and if it blows up, well, it costs $2 to get a new Z80.

      --
      Coz eternity my friend, is a long *ing time.
    2. Re:Looking forward to the teleporter by AmaDaden · · Score: 1

      Diddo. But from what I've seen of ideas like this even if the company folds the modder community will take the general idea to heart and keep going with it. With any luck these things will revive the area of hardware hobbyists who are not just tweaking existing store bought hardware. Every hardware project I've done was either too long or minor to be very interesting.

    3. Re:Looking forward to the teleporter by driftingwalrus · · Score: 1

      There are kits to build a computer with a Z80? Do tell, where?

      --
      Paul Anderson
      "I drank WHAT?!" -- Socrates
    4. Re:Looking forward to the teleporter by Fishead · · Score: 1

      Google: "Z80 kit", third one down.

      http://www.quasarelectronics.com/sc01.htm

    5. Re:Looking forward to the teleporter by Roger+W+Moore · · Score: 1

      It doesn't say what it can teleport. Teleportation of a single electron has been achieved in the lab so it might be a rather unimpressive add on.

    6. Re:Looking forward to the teleporter by Spleen · · Score: 1

      and it's discontinued.

    7. Re:Looking forward to the teleporter by graveyhead · · Score: 1

      Coincidentally, I've been thinking about this recently. It's was a bit of a shock when I saw the idea here on Slashdot :-)

      You could easily make a 2 or 4 wire serial bus out of the 4 feet and reception points of a block, but it might be quite limited in speed. Technically though, this could be pretty simple. Most controller and DSP microcontrollers have support for some type of serial bus, and the whole system can standardize on one.

      Something like Microchip's CAN (controller area network) seems ideal - nodes do not need a specific ID to be addressed, rather the whole thing is a message passing system built in hardware. IIRC it uses a 2 wire bus, so it wouldn't even need to use all four contact pads.

      But like I said it would be rate limited. The fasted serial buses I've seen are limited to about 1Mbps. Maybe it could use 2 buses to double that speed.

      It could be done instead using a parallel bus which would be faster especially if it's a wide bus and can move many bits an one go, but this enlarges the connections between the blocks, microcontrollers don't have direct support (complicating programming) and all of a sudden things don't just "click" like Legos ;-)

      --
      std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
    8. Re:Looking forward to the teleporter by Hatta · · Score: 1

      Or give them chemistry sets! That is if you can find one with any decent reagents anymore...

      --
      Give me Classic Slashdot or give me death!
    9. Re:Looking forward to the teleporter by Anonymous Coward · · Score: 0

      The founder mentioned in an interview that they intend to sell blank modules so you can add your own chips or even sell your own modules. They also recently announced the 'Hippel' module which will add half a dozen or so extra ports including debugging ports.

    10. Re:Looking forward to the teleporter by Yvan256 · · Score: 1

      The classic/pocket/color Gameboy's CPU seems to be a custom Z80, that makes it the cheapest Z80+LCD display computer around (in 2008 anyway).

  2. more interesting.. by greywire · · Score: 1

    it would be more interesting if the parts were a bit more low level. I would like to see something like this at just the board level (and maybe therefore cheaper) with maybe an option for a few case designs that would contain the base + x modules. Or leave the case design to you (which was my first thought).

    --
    -- Senior Software Engineer, Attorney appearance services, locallawyerapp.com.
    1. Re:more interesting.. by mabhatter654 · · Score: 4, Interesting

      you'd like Gumstix, it's closer to what you want.

      http://www.gumstix.com/

    2. Re:more interesting.. by Aladrin · · Score: 0, Redundant

      Wouldn't that mean more work to get them to work together, though? Their idea is that each component will know how to interface (dare I say synergize?) with every other. That's hard enough as it is, but figuring out how to make even lower-level components work together is harder yet.

      The 'cool' part of this tech is using devices together in a way not previously considered... But the devices wouldn't know how to do that. There's have to be special software written. I wonder if it's got an open source OS or anything? It could make or break this product.

      And other than the fact that they snap on like LEGO, how is this any different than a computer with USB devices?

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    3. Re:more interesting.. by mdielmann · · Score: 1

      From the link in the article. It runs Linux, and has an OSS SDK. You just might want to look at the first page before asking the obvious questions.

      --
      Sure I'm paranoid, but am I paranoid enough?
    4. Re:more interesting.. by SQLGuru · · Score: 3, Informative

      These also look pretty cool....(be sure to use the quantity modifier on the prices):
      http://www.compulab.co.il/all-products/html/products.htm

      Layne

    5. Re:more interesting.. by Anonymous Coward · · Score: 0

      cool gadget! thanks

  3. Excellent for the Hobbist by 0100010001010011 · · Score: 1

    I can't wait until someone releases the cube with the +5,+12V Analog IO. $299 for a networked (Ethernet AND Wireless) Serial ported, USB Programmable box doesn't seem too bad.

    1. Re:Excellent for the Hobbist by AndGodSed · · Score: 1

      Hobbyist I take your meaning to be...

      Hobbits I'm afraid may either have little use for this, or try to rule the world by means of WMD (Weapons of Mass Dysfunction...)

    2. Re:Excellent for the Hobbist by Slashidiot · · Score: 2, Funny

      Don't be so sure Hobbits are not good for this. They have small hands, but dwarfs have better welding skills...

      --
      Tis women makes us love, Tis Love that makes us sad, Tis sadness makes us drink, And drinking makes us mad.
    3. Re:Excellent for the Hobbist by AndGodSed · · Score: 1

      But do they have the ambition?

      Come to think of it, the Hobbits mightn't either...

    4. Re:Excellent for the Hobbist by slas6654 · · Score: 0, Redundant

      I thought this thru a while ago. I really wanted to do hobby electronics but products like this (BUG) were all very high level. The product I have come to love is the Parallax Javelin Stamp Developers Kit.

      Here's what you get:
      - Developer's Electonics Breadboard
      - JVM on a Chip
      - Every peripheral device under the sun that can talk via RS232
      - Java IDE with realtime debugging
      - Ability to program and download java boot classes onto a SD chip
      - Completely "open source"

      Check it out: http://www.parallax.com/ProductInfo/JavelinStampGeneralInformation/tabid/255/Default.aspx [parallax.com]

    5. Re:Excellent for the Hobbist by Anonymous Coward · · Score: 0

      That's why you go with elves. Also, if they're North Pole elves, you can sneak them across the 49th parallel and pay them peanuts.

  4. Overhyped? by AKAImBatman · · Score: 4, Insightful

    I dunno. Looking at the device on the website, I can't help but wonder if this isn't overhyped. It appears to only have 2 generic snap-in ports on top with the rest of the ports defining a more specific interface. What that means is not so much, "You define the final product", but more along the lines of, "You can use these attachements... or not."

    It really doesn't seem all that different than your average embedded dev-kit + a USB hub. Certainly the comparison to LEGO does not hold. LEGOs are based on a key component of classical construction: The brick. Toys of its nature existed long before the LEGO was invented. The key innovation to the LEGO was the "snap-together" interface which gave the bricks a structural stability that their real-world counterpart lacked.

    What you have here is not so much a key innovation on top of existing, generic components, but rather a repackaging of components that can be found in a variety of products. Of course, there's always the possibility that I'm underestimating this design. In which case I look forward to BUG proving me wrong. :-)

    1. Re:Overhyped? by bperkins · · Score: 1

      It really doesn't seem all that different than your average embedded dev-kit + a USB hub.

      except that it has a chassis, battery and WiFi.

      You can either go the gumstix route and roll your own, which seems painful and actually ends up being quite expensive, or you can try to hack existing portable music players, which, (at least until recently), wasn't really panning out.

      Although the platform isn't very interesting at this point because of the lack of peripherals, the price is actually pretty good.

      I'm interested in getting my hands on one to see how well it works.

    2. Re:Overhyped? by AmericanInKiev · · Score: 1

      How is it good?
      for $300 you can buy two OLPC computers which include the keyboard and display, a cool meshing wi-fi bridge etc ...

      AIK

    3. Re:Overhyped? by petermgreen · · Score: 1

      I didn't think you could buy them new at all anymore unless you were a third world educational authority. Theres a few on ebay but they seem to be going for closer to the g1g1 price ($400 each) than the price you give ($300 for two).

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  5. I really like this idea. by AndGodSed · · Score: 1

    I hope it doesn't get smashed up with legislation and patent infringement shebangs and copyright infringements etc, etc...

    Think of it, with millions of people out there building essentially whatever they want/need, the way things are going across the world someone is bound to infringe on someone else's IP or such.

    Good idea, hope it changes the world for the better...

    1. Re:I really like this idea. by epedersen · · Score: 1

      With a name like Bug Labs, they probably will have a lot of copyright issues. I think Micro$oft has that name copyrighted.

  6. Beam me up! by omghi2u · · Score: 1

    If you look on the right side of their product page, it lists a "Teleporter" for Q2 2008... Beam me up!

  7. Teleporter by pete-classic · · Score: 1

    Available Q2 2008: Teleporter. Hmmm.

    -Peter

  8. Didn't we already do this... by INeededALogin · · Score: 4, Insightful

    Its called "Whitebox PC". Seriously... peripherals: camera, keyboard, mouse, trackball, gps, harddrives, infared, etc...

    Seems like nothing more than the recreation of a PC with non-standard interconnects.

    1. Re:Didn't we already do this... by markov_chain · · Score: 1

      LoL... mod up!

      --
      Tsunami -- You can't bring a good wave down!
    2. Re:Didn't we already do this... by sk8dork · · Score: 1

      oh yeah, let me tell you i just _love_ carrying around my super whitebox pc. it's a bit bulky, but when people show me their spiffy little glossy handheld modular open source dohickeys i just laugh, because i've had this not-at-all-portable whitebox pc way before this "bug" device was even a dream! silly unoriginal youngsters... and can we talk about price? why spend a few hundred dollars on these little bug modules when you can spend more on a mini-tower whitebox pc? oh wait...

      --
      ...all cock-blockery aside...
    3. Re:Didn't we already do this... by Sockatume · · Score: 1

      This is quite a bit smaller than that, and considerably easier to assemble. Did your parents fob you off with boxes of old TV components and claim that was Lego or something?

      --
      No kidding!!! What do you say at this point?
    4. Re:Didn't we already do this... by FoxDude0486 · · Score: 1

      Don't forget that this bug one also has a Teleporter coming in Q2 this year!!!

    5. Re:Didn't we already do this... by Anonymous Coward · · Score: 0

      You can get a mini ITX case and build a real PC device for as little or less than this "Bug" crap.

    6. Re:Didn't we already do this... by INeededALogin · · Score: 1

      we already have small: pico itx

    7. Re:Didn't we already do this... by sk8dork · · Score: 1

      did i forget to mention portability? oh, no, i did mention that. and i'm not talking about the "let's go to a LAN party" kind of portability, either.

      --
      ...all cock-blockery aside...
    8. Re:Didn't we already do this... by Anonymous Coward · · Score: 0

      mini ITX 6.7x6.7 inches
      nano ITX 4.7x4.7 inches
      pico ITX 3.9x2.8 inches

      Where is portability a problem again?

    9. Re:Didn't we already do this... by sk8dork · · Score: 1

      mini ITX was what was brought up. sure, if you can get all of the functionality of the BUG devices with a pico ITX setup at a lower cost, then great. go for it. no one wants to lug around a mini ITX chassis to do the things that the BUG devices are geared towards doing.

      --
      ...all cock-blockery aside...
    10. Re:Didn't we already do this... by Anonymous Coward · · Score: 0

      sweet monitor and peripherals you have there. get a clue doorknob. your fucking vga connector is half the size of the other device. laughable you are.

    11. Re:Didn't we already do this... by Anonymous Coward · · Score: 0

      I could just as easily say "nobody wants to lug around a BUG chassis when their cell phone is likely capable of doing more" or "nobody wants to pay the outrageous price of the BUG for a device that only has a few trivial functions".

    12. Re:Didn't we already do this... by thosdot · · Score: 1

      Check out http://www.microbric.com/ - already claimed the 'electronic version of lego' mantle. I remember seeing it on the (Australian) ABC's New Inventors show back in the heady days of '04.

  9. Only four connection points? by adonoman · · Score: 1

    Comparing this to Lego is a bit of a stretch. When you can connect some moving parts to the base, and then more bases to those parts, with some sort of swarm networking kicking in, then it'll be cool. Otherwise this is not much more than an all-in-one gadget where you can take some pieces off.

  10. Oh Crap... by dfn5 · · Score: 3, Funny

    This must be the real cause of the replicator problem in our galaxy. They started out as Plastic Lego's until they worked their way up in some strange Katamari fashion to Asgard alloy technology.

    --
    -- Thou hast strayed far from the path of the Avatar.
  11. What's wrong with slashdot by lorenzino · · Score: 0, Offtopic

    What is wrong with slashdot lately ? I've already seen this article a while ago .. Same thing about Negroponte vs Intel Seriously .. I think we need better articles

  12. Maybe I'm not creative enough... by hbean · · Score: 1, Insightful

    but with an LCD screen, a motion sensor, a GPS and a camera...how exactly do you come up with thousands of devices?

    Neat idea, but definitely overhyped.

    --
    "Give someone a program, frustrate them for a day... Teach someone to program, frustrate them for a lifetime."
    1. Re:Maybe I'm not creative enough... by AndGodSed · · Score: 2, Interesting

      Build a stand alone device that you can attach to a shipping container that logs messages according to motion, to detect when it is offloaded for instance, reports the GPS location (to track if it is misplaced), records video of everyone who tampers (motion sensor again) and customs officers can plug in the screen to check the logs/video on site.

      And I bet that is not even the best idea, and more components are to follow...

    2. Re:Maybe I'm not creative enough... by El+Yanqui · · Score: 1

      1. Use GPS to track guard's movements.
      2. Motion sensor detects guard outside door.
      3. Hit guard over head with LCD screen.

      The camera's just for posterity.

      C'mon man! What would MacGyver do?

      --
      Well, thanks to the Internet, I'm now bored with sex.
    3. Re:Maybe I'm not creative enough... by Orgasmatron · · Score: 2, Funny

      Wait for second quarter when you can add a teleporter module.

      --
      See that "Preview" button?
    4. Re:Maybe I'm not creative enough... by Warbothong · · Score: 1

      buy a couple of thousand of each, voila you have thousands of devices. Marketing at its best :)

  13. Re:Not to be captain buzzkill, but... by Lijemo · · Score: 4, Insightful

    why is this better than a gadget that has all that stuff already in it?

    If you have to ask, then you're not the target audience =^)

  14. Only 4 ports? by Thelasko · · Score: 3, Insightful

    This thing only has 4 ports? Is there some other add on that splits one of the ports in to 3 or 4 more ports? I also don't think an accelerometer is worthy of taking up one of those precious ports all to itself. I think this is a step in a nice direction, but I don't think it lives up to it's potential, or is valuable to the average non-geek consumer.

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:Only 4 ports? by Oktober+Sunset · · Score: 2, Insightful

      they should have put pass through ports on anything that doen't need a surface for a screen ir lens or whatever. Then you could just pile another thing on top of the accelerometer.

  15. Re:Not to be captain buzzkill, but... by sk8dork · · Score: 1

    for the simple fact that these modules can come together in any configuration to be anything you want it to be, with as many or as few features as you want, i would say that this would be better. unless of course there's a fully open and customizable single unit that has all of these features included at a lower cost.

    --
    ...all cock-blockery aside...
  16. Re:Not to be captain buzzkill, but... by wizardforce · · Score: 0

    if each component costs x dollars and the total cost is nx for n components, the fewer compoenents the cheaper it is and since you only add as many as you need, it may very well turn out to be cheaper for those who don't need the extra components.

    --
    Sigs are too short to say anything truly profound so read the above post instead.
  17. Re:Not to be captain buzzkill, but... by _KiTA_ · · Score: 3, Insightful

    why is this better than a gadget that has all that stuff already in it?

    The same reason LEGO is better than a toy that's already made.

    (If we have to explain it, you wouldn't get it.)

  18. Re:more interesting..Here's What You Want! by slas6654 · · Score: 5, Informative

    I thought this thru a while ago. I really wanted to do hobby electronics but products like this (BUG) were all very high level. The product I have come to love is the Parallax Javelin Stamp Developers Kit. Here's what you get: - Developer's Electonics Breadboard - JVM on a Chip - Every peripheral device under the sun that can talk via RS232 - Java IDE with realtime debugging - Ability to program and download java boot classes onto a SD chip - Completely "open source" Check it out: http://www.parallax.com/ProductInfo/JavelinStampGeneralInformation/tabid/255/Default.aspx

  19. Whatever happened to LEGO of electronics? by autophile · · Score: 4, Interesting

    I remember about 30 years ago, there was this set with these little clear plastic cubes. Each cube contained a discrete component: a resistor, transistor, wire, whatever. You could fit the cubes together to make a circuit. I don't remember what that was, or whatever happened to it.

    Maybe it was German. I remember my dad used to bring me home a lot of Philips electronics kits from his business trips to Europe.

    --Rob

    --
    Towards the Singularity.
    1. Re:Whatever happened to LEGO of electronics? by toQDuj · · Score: 1

      And they were absolutely terrible since the contacts corroded, the components were poorly soldered to the contacts and other contact issues that actually required the user to sort of twist and squeak the ensemble to get anything useful out of it...

      --
      Every experiment which ends in a big bang is a good experiment.
    2. Re:Whatever happened to LEGO of electronics? by AVryhof · · Score: 2, Informative

      It seems like this ?

      I bought one of these for my Nephew this last Christmas... not sure if he's lost all of the parts yet or not...

    3. Re:Whatever happened to LEGO of electronics? by vimh42 · · Score: 1

      I do remember something like you are talking about. Wasn't quite 30 years ago for me, closer to 20. Out of the set you could build a variety of different things based on the instructions or come up with something unique. Much like I did with legos.

    4. Re:Whatever happened to LEGO of electronics? by Anonymous Coward · · Score: 2, Informative

      They were called Denshi Block, japanese, and the contacts did not corrode. The Phillips were the ones whose contacts went bust.

    5. Re:Whatever happened to LEGO of electronics? by UnkyHerb · · Score: 1

      I remember playing with capsela's and having tons of fun. Not sure if that's what you were referring to or not. http://en.wikipedia.org/wiki/Capsela http://images.google.com/images?gbv=2&hl=en&q=capsela&revid=1867131224&sa=X&oi=revisions_inline&resnum=0&ct=broad-revision&cd=3

      --
      Your Momma's so fat she makes emacs look like nano!
    6. Re:Whatever happened to LEGO of electronics? by kitgerrits · · Score: 1

      Do you, by change, mean Bloc Tronic?
      Unfortunately, not many people remember it

      God, I feel old, now...

      --
      "I was in love with a beautiful blonde once, dear. She drove me to drink. It's the one thing I am indebted to her for."
    7. Re:Whatever happened to LEGO of electronics? by ozbird · · Score: 1

      Sounds a bit like Capsela, though that was plastic bubbles, and mostly mechanical components (motors etc.) Fischertechnik had some electronic modules, but again was more aimed at robotics than generic electronic circuit construction.

    8. Re:Whatever happened to LEGO of electronics? by HalfNormalForm · · Score: 1

      This is ringing a bell. I don't remember the name, unfortunately. The unit looked sort of like a blue-gray speak and spell, but one without a keyboard. Instead of the keyboard, imagine a shallow tray with recessed gridlines that held in place little clear plastic blocks containing electronic pieces with a schematic-type symbol on the top. and electrical contacts on the sides. There was battery power on one end of the tray and a speaker on the other. It was a lot easier to use than the Radio Shack nnn-in-one sets, although I don't think it had as many "experiments".

  20. Re:Not to be captain buzzkill, but... by MillionthMonkey · · Score: 1

    If you buy two GPS units, you can make plug them in and make a device that can determine its own orientation like a compass.

    You can buy two camera units and make a stereoscopic camera. If you include the accelerometer, you'd get enough information to create 3D object files by swiping the camera across a scene.

    I hope they make a module containing its own CPU that you could stack up on the base to arbitrary heights and build a massively parallel computer. This is like my plan to build a RAID controller out of the dozen 2GB USB sticks that I was going to get from Amazon for $2 each. (Unfortunately they realized their price was wrong and they canceled my order on me, in violation of federal law.)

  21. Just what can it do ? by Ruie · · Score: 4, Informative
    From the website: base module $299 (for early adopters) and 4 more modules (GPS, camera, accelerometer, screen) for $50-100 each. Buy all: $595.

    How is this different from the many embedded boards you can buy or even a PDA/phone (e.g. openmoko) ? The only new feature is fancy packaging. It does not appear you can connect more these four modules or link bases together easily.

    I wish they actually made something that let you do new things. For example, I would be delighted to shell out $299 for one of these:

    • A Spartan FPGA board with 1 GB MAC+PHY (or PHY alone). Spartan must be largest that WebKit supports, with all connections routed to nice high-speed connectors (with more than 40 usable pins !). Current best: www.digilent.com, 40 pins, USB 2.0 interface (limited to 10-20MB/sec due to the way they hooked up FX2 chip). Such a board is possible (and relatively easy) to design by an amateur - but very expensive to make as it would have to be 6 layers and require soldering BGA chips. Price can only go down when many are made at the same time. Possible hobby applications: software radio, software oscilloscope, home made projectors, photonics.
    • Same, but with connector for SPF modules instead of built-in MAC/PHY
    • Same, but capable of usable 10Gbit per second
    • 10/100 and/or 1Gbit and/or wireless board with 8 or more 1 Mhz 16bit ADC inputs and equal number of 12-16bit DAC outputs, plus digital I/O. Should be easy to design and medium hard to make - mostly because 10/100 MAC/PHYs and FPGAs do not come in convenient packaging and Digilent board (and similar) do not have enough I/O. Applications: MEMs closed loop control (make a tiny robot/device and get it to move using piezos, static electricity or plain electromagnets), sensing of electrical signals from muscles/brain, environment monitoring, ultrasound.
    • Hackers PDA: a PDA with large Hex buttons and auxiliary buttons around the screen (one can enter ASCII letters with two keypresses - beats phones and writing), with several multimeter channels (using TI chips for example), several relay controls, and multiple digital I/O ports that double as compact flash or SD slots.
    1. Re:Just what can it do ? by krondell · · Score: 1

      It would make an awesome base for robotics proto-typing. You could obviously make something cool for your car. It might make a good front end for an "e-house" - you could embed them in the walls with just a single or dual screen. They're connected devices, no wires except power, they'd be easy to install around the house. Setup full size flat panel on the wall next to it. Glue one on the back of a flat panel, with a usb hub, and a big usb hard drive, and make a one-piece computer. I think it's pretty cool. If the base was $100, man you could do some cool shit. Just wait a year or 2 and they'll be cheaper, with more models, more features, more modules to add...

    2. Re:Just what can it do ? by smellsofbikes · · Score: 3, Interesting

      >Such a board is possible (and relatively easy) to design by an amateur - but very expensive to make as it would have to be 6 layers and require soldering BGA chips.

      I have a few tips from personal experience. You can get multilayer boards built fairly inexpensively if you can justify having four made at one time: you might be looking at under $80/board for a 6-layer (although I'm not positive about that. I know you can get 4 layer done for under $60/board.)
      It's possible, although unpleasant, to reflow your own BGA's. You need a microscope with a tilt-head. Draw the BGA package outline in the layout software as a silkscreen, making sure it's at least as large as the actual package, or even better, draw several outlines of increasing size. Align the BGA visually within the closest package size, double-check by looking at the edge with bright illumination and a microscope to make sure you're basically on-pad, then gently reflow it down with a heat gun. It works best if you can preheat the board from the bottom with one heat gun on low, then do the reflow from the top with the second one.
      I'm doing this at work with microSMD, which are way, way smaller than BGA -- chips 3mm on a side with 12 bumps on the bottom. After a bit of work I have a 70% success rate. The main thing I've found is that while you're reflowing, you'll see the chip move as the capillary action of the solder pulls it into place. Very, very lightly touch the chip on one edge with a probe. If it rocks, the center isn't yet reflowed and it's pivoting on the as-of-yet-solid bumps. When the whole chip bounces like a spring on all the melted bumps, rather than rocking, then it should be good.

      --
      Nostalgia's not what it used to be.
    3. Re:Just what can it do ? by Ruie · · Score: 1
      Thank you for the suggestions !

      I also have only made 4 layer boards, $250 for 5 copies. The problem, as you mention, is yield. BGA chips can't be easily reworked, so if any got screwed up the entire board is toast. With FPGA and PHYs being more than $30 each this quickly adds to cost and difficulty - and reduces the number of people who would want to replicate the project.

    4. Re:Just what can it do ? by smellsofbikes · · Score: 1

      If you're thinking about trying this, do a single-layer board with a dozen BGA sites and find yourself some cheap BGA's to try and practice. It's a bear. You can remove screwed-up ones the same way you put them on: one heat gun on the bottom on low and one on top on high. Again, it's a bear, and carefully removing all the solder with solderwick from every bga pad is slow and demanding.
      The main problems we see are: ground plane connectivity with the bga bump, because the ground plane pad isn't warm enough to reflow well so you get intermittents (boards that work only when you push down on the bga) which we can sometimes solve with flux and lots of heat and, as I said, poking at the chip to make sure it's bouncing rather than rocking... which leads to shorts between adjacent BGA bumps. What we've done is to figure out -- on our microSMD's -- a way to tell if there are shorts by continuity testing between points elsewhere on the board. It would be a lot easier if you're doing your own layout: use via-in-pad or adjacent to pad (much cheaper) on every pad, and then you can check continuity from the bottom side and see if there are shorts before you light it up. I can tell you from personal experience that one serious short will end up delaminating the pads from the substrate, so when you try and remove the BGA you rip off all the pads adjacent to the short as well, scrapping the board, unless you are a true wizard of pad-and-trace repair.

      Another thing I've done in an emergency -- a unique chip, a customer failure that we had no option but to get working to replicate the failure -- was to cut off small chips of solder of known length, with a fixture involving a pair of nail clippers nailed to a board so I could feed solder through the clippers until it hit a stop, clip, and repeat, to get exactly the same length of solder each time. Then I'd touch each bit of solder, lift it, and touch it to a pad on the bottom of the chip, approximating rebumping the chip (since we have no facilities for doing that the right way, with a mask and precalibrated solderballs that are gently reflowed.) It worked, after two tries, but boy was that unpleasant, high-stress work. The point being: you can reuse both the boards and the chips if you're very careful, spend a lot of time, and do a lot of checking before powering anything up.

      --
      Nostalgia's not what it used to be.
  22. Mindstorm by gfxguy · · Score: 1

    I thought Lego Mindstorm was, you know, that Lego of gadgets.

    --
    Stupid sexy Flanders.
    1. Re:Mindstorm by background+image · · Score: 1

      No, no, that's the gadget of Legos. Sheesh.

  23. LED please? by ThirdPrize · · Score: 1

    Now if it had an LED that i could read from a diatance in a lit room i would think about it. News, weater, e-mail ticker. LCDs are ok but you can't really read them unless you are stood right next to em or they are about 2 inches tall.

    --
    I have excellent Karma and I am not afraid to Troll it.
  24. Robot? by Intron · · Score: 1

    I don't see a motor control module listed. This might be cool for building robots. It already has the vision system and will soon have audio for saying "Death to all organics".

    --
    Intron: the portion of DNA which expresses nothing useful.
  25. Re:Not to be captain buzzkill, but... by Pig+Hogger · · Score: 1

    why is this better than a gadget that has all that stuff already in it?
    You obviously never played with Legos(TM) (or Meccano® / Fisher-Technik(TM)) before...
  26. Re:Not to be captain buzzkill, but... by Anonymous Coward · · Score: 1, Informative

    If you buy two GPS units, you can make plug them in and make a device that can determine its own orientation like a compass.

    Not a chance in hell of that. The accuracy of this type of GPS is on the order of 10m (at best). Even with high end equipment this technique is not used on smaller planes, because you can't get the antenna far enough apart (the wings are too short).

  27. Re:Not to be captain buzzkill, but... by jacquesm · · Score: 1

    > You can buy two camera units and make a stereoscopic camera. If you include the accelerometer, you'd get enough
    > information to create 3D object files by swiping the camera across a scene.

    you make that sound so easy!

  28. Re:Not to be captain buzzkill, but... by 192939495969798999 · · Score: 2, Funny

    Sure I did, I just connected them all together into a megalith.

    --
    stuff |
  29. Hopefully by Dunbal · · Score: 0

    I really hope the modules are waterproof, so that FINALLY I can have my fricken sharks with fricken laser beams on their heads!

    --
    Seven puppies were harmed during the making of this post.
  30. Vaporous? by Lemming+Mark · · Score: 1
    It seems a bit unfair to accuse a product of being vapor when they've announced pre-order and approximate dispatch dates and demonstrated working devices. Sure it doesn't guarantee they'll be able to follow through but they have done plenty to suggest that intend to.

    Maybe we really have got to the stage where a cool-sounding concept and a pretty website is an indicator of an imaginary product... But a little research before publically labelling a young company a vapor vendor might be nice.

  31. Re:Not to be captain buzzkill, but... by UbuntuDupe · · Score: 1

    Would this be an easier, more functional way to make the cheap android referenced in this story?

  32. LEGO of software by neoneye · · Score: 1

    I used to play with lego bricks myself when I were young, and these
    days 15 years later, I have returned to my roots, and is working on
    a graphics program that uses this idea, but limited in 2 dimensions.
    Its kind of a .werkkzeug clone for Mac. Still alpha quality.
    http://toolboxapp.com/

    The people that has made .werkkzeug is a team named farbrausch.
    They have made some incredible things, such as .kkrieger a 96k FPS.
    This is a great tribute to lego bricks. From a programming view point
    its some really challenging the stuff these guys are doing.
    http://en.wikipedia.org/wiki/.kkrieger
    http://en.wikipedia.org/wiki/.werkkzeug

    The lego brick idea are probably also used elsewhere in the software world?

    Anyways, this thread is about hardware and the bricks in TFA are nice.

    1. Re:LEGO of software by CanadaIsCold · · Score: 1

      Douglas Coupland has his characters create a program based on lego in his book "Microserfs". It's a rather funny book as is his more recent book Jpod wich is similar in concept. Don't know if anyone ever wrote the app though.

      --
      This signature would be better if I was creative.
  33. a generic I/O board would be so much cooler by schweini · · Score: 1

    All i want is a generic LOW COST I/O board, with driver support for everything from a little Palm PDA to a Linux server. just hook it up to a USB port, or wherever, and read from certain 'registers' to know the voltage of a input-pin, or write to a register to open or close a opto-coupled relais, or even better to set a resistance (so that you could dim a light, or make a motor go slower). but it should be completely fool-proof, in the sense that i can hook up 220V or 1.5V to the ports, and nothing 'bad' happens. I think a device like that would open up a gigantic market for little hard-hacks, and my limited electronic knowledge doesn't see why this ould be so hard to design.
    sure, some of this functionality is possible with an old parallel port, but most PCs now don't come with a parallel port, and i have yet to find documentation on how to use those USB Parallel adapters for this (any hints?)

    1. Re:a generic I/O board would be so much cooler by Scotch42 · · Score: 1

      http://www.arduino.cc/ does something like what you describe and is very inexpensive

  34. Brainless by Gothmolly · · Score: 1

    So now people will have to think even less, and kiddies can think they're designers w/o having to do ANY work. This is the Microsoftification of hardware.

    --
    I want to delete my account but Slashdot doesn't allow it.
  35. Geeks these days... by bughunter · · Score: 1
    When I was a young proto-geek, the Radio Shack 1001 Electronic Projects kit was the "Lego of Electronics," and it actually taught you something about, you know, Ohm's Law and Boolean Logic, and that junk.

    The closest thing I can find on Google now is the modern version, which looks pretty darn close.

    /we had to build our on Leyden jars, too
    //uphill, both ways

    --
    I can see the fnords!
  36. Computer like this in the 80's by Sanat · · Score: 1

    Back in the 80's and early 90's McDonnell Douglas's Computer System Corporation manufactured a computer composed of individual pieces that latched together. Each piece provided a port and performed an unique function such as a floppy, a hard drive, etc.

    So if you wanted a hard drive simply snap it on the end of what was called the "brick". latch on a floppy or an async port or video module etc.

    The more devices attached then the longer the brick became.

    It ran DOS and the other details about it are too hazy to recall right now.

    Maybe some guys from Microdata or Novadyne remembers this better than I do.

    --
    And in the end, the love you take is equal to the love you make
  37. The future is small, embedded, and disposable. by ptelligence · · Score: 1

    I think single board has a few advantages over interchangeable modules when it comes to gadgets. 1. Modules necessitate connectors which make the device larger. 2. Prices of components are low and falling, so there won't be much if any cost savings there when going interchangeable. 3. Design costs rise b/c you're creating multiple boards as opposed to one..one size fits all. I think consumers want an all in one device that serves their needs. I'd be impressed if something like this makes an impact...if it even gets to market.

  38. Blo(c)ktroni(x|cs) by Animaether · · Score: 3, Interesting

    yeah, I don't recall how it was spelled (I know I have a box of them here somewhere, but they're behind all kinds of other youth memory crap), and I don't know if they were the Philips equivalents - but they appear similar to the Denshi Block stuff and they were good fun (no corroded bits that I ever encountered).

    Both, at least, allowed anybody to build simple to reasonably-complex electronic devices without the need for either A. soldering or B. pushing the components into little metal strips of a 'base board', leading to all kinds of problems, especially at younger ages.

    The major down side that I ran into was that whatever you built - it ended up rather big. The blocks where maybe 2cm on each side for the simple components (a speaker would be 3x3x1 block in size, etc.).

  39. We got IC's instead by IdeaMan · · Score: 1

    This idea was actually around before the integrated circuit.
    We got ICs because Jack Kilby invented the Integrated Circuit in response to a requirement to create modular electronics.
    See here or here

    --
    They ARE out to get you simply because They are in it for themselves and they don't care about you.
  40. Dupe? by SigILL · · Score: 2, Informative

    Didn't we already do this one?

    --
    Error: password can't contain reverse spelling of ancient Chinese emperor
  41. Its not the hardware, its the architecture by pisymbol · · Score: 1

    Some background: I've been to the BUG+NYC meetings, they bought me some drinks, I talked to the developers, and I've played around with the SDK, downloaded the high-level source....

    As the article explains, its the concept of "hardware based mash-ups" thats really interesting. The initial modules themselves are pretty much standard across most high-even portable devices (e.g. my iPhone). However, instead of a more typical hobbyist approach of developing some hardware and letting low-level programmers fuss around with the firmware and driver code to create a new devices, BugLabs have created a standards based approach to export hardware as web services thereby making it easier to build higher level functionality (the "Lego" part).

    If you wanted to build a custom device that had feature x, y and z you would have to integrate different device types in a non-standard or proprietary way, potentially write low-level driver and system code, and then build applications around it. BugLabs has created an environment where you can jump immediately to building YOUR application after picking x, y, and z components. That's pretty neat - hot-plug, start up, stop, the general runtime has been completely written for you. All you need to do is write the application piece.

    Its also an open platform which allows you to rewrite everything if you really wanted to (and yes the hardware module design and snap-in mechanism is also open from what I understand).

    The application piece of the BugLabs stack is based on the OSGi framework (in Java) with I believe some JNI libraries underneath talking to a Linux based OS. At the very least its a FANTASTIC prototyping platform and a pretty complete open-source middleware platform for consumer based devices.

    1. Re:Its not the hardware, its the architecture by fireboy1919 · · Score: 1

      BugLabs has created an environment where you can jump immediately to building YOUR application after picking x, y, and z components. That's pretty neat - hot-plug, start up, stop, the general runtime has been completely written for you. All you need to do is write the application piece.
      Sounds like a pretty good description of the majority of the hobbyist market for Microchip PICs, Atmel, Lego Mindstorms, and even the OpenCores code repository. Anything you want to do you can get code to do for you, and you can just write your program.

      They don't have anything crazy like "web services" though. They just use functions. You want to do something, call a function. No need to bring something as complicated as web into something so low level.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    2. Re:Its not the hardware, its the architecture by pisymbol · · Score: 1

      The examples you gave are not the same...

      Take Lego Mindstorms, as far as I remember, the NXT stuff (ARM7TDM based I think) primarily uses LabView. If I wanted to write a custom application to execute on the firmware itself thats a much higher barrier to entry. Furthermore, if I wanted the discrete components to talk to one another and recognize when a component has been added or deleted (hot-plug), I need to write that too. I'm out of the loop on what the hobbyist's are doing with NXT - I mean I remember when folks were talking about porting uCos to it and running their own application. But even that is at a much higher order of complexity than writing Java where most of the devices functionality has been abstracted for you (for better or worse, you can argue either way depending on your requirements and level of sophistication).

      And no, I mean web services. The OSGi framework they are using (Concierge) consists of a small HTTP servlet engine to accept web-based services. Moreover, the BugBase's I believe come with 802.11 built-in standard so literally you could export your device's functionality as a bunch of RESTful style web services. I'm not saying this is necessary or even useful in a lot of applications...but they are taking a more SOA based approach to consumer based electronic development and that's pretty cool in my book.

  42. Other options by Anonymous Coward · · Score: 0

    For those that find this idea interesting, can program a bit & understand electronics, you might want to check out the following:

    E-blocks : http://www.matrixmultimedia.com/abouteblocks-X.php?

    mikroElektonika : http://www.mikroe.com/

    Elektor Electronics [a Brit electronics mag] : http://www.elektor.com/ : They had a prebuilt FPGA module not so long ago, with a supporting course.

    Not affilaited in any way with any of the above.

  43. Way too expensive by the100rabh · · Score: 0

    $400 for basic features....sounds kind of a outrageously expensive item...considering its built on open source.

  44. build any gadget you can imagine. by Anonymous Coward · · Score: 0

    From the FA:
    "...build any gadget you can imagine."

    "I don't know, I can imagine a lot."

                              - Han Solo

    1. Re:build any gadget you can imagine. by Anonymous Coward · · Score: 0

      From the FA:
      "...build any gadget you can imagine."

      "I don't know, I can imagine a lot."

      - Han Solo It's "I can imagine quite a bit." Thanks for playing, please hand in your geek card before you leave.
  45. Where is the Cell Phone attachment ? by Gypsy2012 · · Score: 1
    If I'm building my own gadget I should be able to throw on a cell phone attachment :P

    I don't even see that coming in Q2

  46. Like the Chinese motorcycle - almost by metrometro · · Score: 1

    In China, motorbike producers sat down together and set up a standard for motorbike components. The result was that manufacturers could mix and match, say an engine from company A with a rear suspension from B, and so on. End user prices went through the floor, while the products got somewhat better quality (though admittedly much less inventive). Same idea in gadgets would be great. The key here is that the component standards were all open-source. Until Bug encourages other opportunistic companies to create cheap and novel hardware modules they just have a 4-feature PDA that can disassemble. Nice idea, but not going to stick as long as that $600 gets you the same hardware as my celly.

  47. Re:Not to be captain buzzkill, but... by Pig+Hogger · · Score: 1

    Which figures...

  48. Arduino by desmondmonster · · Score: 1

    I think that for general purpose gadget-making, an Arduino board (http://www.arduino.cc/) is more versatile. They're commonly used by artists for the straightforward input-output commands but I'm sure that someone clever enough could make some killer projects. Also, it's a helluva lot cheaper and fully open source.

  49. So, Han, lemme ask you . . . by Anonymous Coward · · Score: 0

    So, Han, lemme ask you summin - you were there, who really shot first?

  50. Re:Not to be captain buzzkill, but... by GumphMaster · · Score: 1

    If only the error in GPS position were that small that you could distinguish two receivers on opposite ends of a 6" gizmo.

    --
    Patent litigation: A doctrine of Mutually Assured Destruction... in which everyone seems willing to push the button
  51. Agreed by mstahl · · Score: 1

    At first I was totally psyched, then upon further examination I decided that, really, I can accomplish much cooler and more interesting things, for now, with a Gumstix linux computer (or a cluster thereof) or a Parallax "stamp" or even something like this guy here. The problem is that none of my ideas require only an LCD screen, motion sensor, camera or speaker. They all require the ability to tie in other circuits in a way that this device doesn't appear to support (there's ethernet, for instance--also over wireless--but no analogue interfaces of a kind you could really do anything with). Simpler things like the gumstix computers are way more customizable in the long run if you're willing to get your hands dirty, and they're also way cheaper!

  52. ideal price point: 35 cents by illegalcortex · · Score: 1

    Two bucks... And it only transports matter?
  53. Construction Kits for Virtual World Artifacts. by Anonymous Coward · · Score: 0
  54. PC/104 anyone? by zienth · · Score: 1

    Anyone ever heard of PC/104(http://en.wikipedia.org/wiki/PC104)? You start with a SBC with a 104 pin female connector on top and a male connector on bottom for the bus, and add modules with similar connectors above and/or below it. Everything has connectors top and bottom, so you can stack as many as you want (within reason), not just 4 modules. They've been around for about 15 years. Yeah, they don't just snap together, you actually have to use standoffs and screws, and they don't have cool looking plastic housings. Oh yeah, and no teleporter. Keith

  55. great gadgets! by softdevs · · Score: 0, Offtopic

    I'll have one of this! software development

  56. This would make sense for a KVM by MCRocker · · Score: 1

    I always thought that something like this would be ideal for a KVM. The idea is to mix and match various input and output blocks with whatever connector type or protocol is required for the device or machines you have to get the mix you actually need.

    There would be a backplane, then you'd chose a keyboard input block (USB, PS2 or DIN), a mouse input block (USB, PS2, DIN), and, perhaps a microphone (RCA, Phone, Mini, sub-mini) or Game input block (Joystick etc) to plug into one side of the backplane. Then add however many switch blocks you need to serve the number of computers you have. Each switch block would get a keyboard, mouse and microphone output block of the appropriate type and a video input block and audio input block plugged into them. Finally, add a video output block (VGA, DVI) and an audio mixer block on the far end of the backplane. Or maybe do away with the back plan and stack the inputs on the left, followed by the switches with inputs on one side of each switch and outputs on the other and follow the switches with the video and audio outputs on the end.

    If this pipe dream ever came true, I could finally hook up my M-101 and TrackMan marble on one end, my Mac G4 and three legacy Linux boxen in the middle and my Cinema HD Monitor and a SINGLE set of speakers on the other. I'm not going to hold my breath on this one though... :(

    --
    Signatures are a waste of bandwi (buffering...)
  57. SPAM IN THE PARENT by Anonymous Coward · · Score: 0

    this is the second time I've had to read this jack-fuck's spam.

  58. Wireless by Malibee · · Score: 1

    This would be far more interesting if the add-ons could link to the base using some sort of wireless interface. I like the concept, though, and wish there were more things of this sort available. The concept of portable devices with add-on capabilities is a happy thought: multi-function devices tend to do a lot of things poorly. single-functions do one thing well, but won't share it or talk to anything else. If we can get the single-function devices talking to each other, we might be able to stop this silly nonsense of trying to pack all known useful features into one device and expecting it to have some sort of reasonable lifetime. The new and improved version complete with mind-reading is only a few months from release as it is. The pace of innovation will necessitate modularity in portable data/communication systems, IMO.

  59. Re:more interesting..Here's What You Want! by theheadlessrabbit · · Score: 1

    Thank you.

    That sounds like something I would like to took into.

    I've been using the picaxe system for the last 2 years.

    they take regular Pic chips, but instead of the user programming in assembly, (which is hell for non-programmers) They add an interpreter to the chips, allowing me to program in BASIC (which is hell for programmers, but oh-so-lovable for amatures like me)

    its good for beginners, the chips are very forgiving. they may say 5V, but they can take 12 and not explode or burn out. but they are very limiting....what can you possibly do with only 14 variables?

    --
    -I only code in BASIC.-
  60. Re:For the dickless only by Anonymous Coward · · Score: 0

    Not Heterosexual enough. Take your sweat fan-man-ism and drown in it, you jizzlover

  61. Re:Not to be captain buzzkill, but... by Chrisq · · Score: 1

    and if you by an old soviet-era missile you could make a self homing nuke

  62. Denshi Block (Gakken EX-150) by Anonymous Coward · · Score: 0

    I found them even in wikipedia: http://en.wikipedia.org/wiki/Denshi_block. Apparently the most popular model in the US was the Gakken EX-150, which was recently re-released and is available (in japanese only) from various resellers such as hlj.com; in fact I just went ahead and bought myself one plus the optical extension kit. The ones I used to have were the SR4A-DX and the ST100, if you want to go down memory lane check out http://www.denshiblock.co.jp/siryoindex.html .

    1. Re:Denshi Block (Gakken EX-150) by Animaether · · Score: 1

      yeah.... not entirely the same...

      The ones I'm talking about were different in that:
      - they were a more vibrant green

      - they were completely cubic (the small pieces, at least); no cylindrical protrusion on top
      - they didn't use metal strips, but rather metal contacts and studs. The studs were round (conical) and would slot into the contact like a 'dovetail joint'; http://en.wikipedia.org/wiki/Image:Joinery-throughdovetail.gif
      The above two points make it so that you could actually twist the blocks and form junctions at off-angles; the Denshi blocks seem to be restricted in an essentially 2D layout

      - Each block that had an actual component (i.e.. not ones with just a wire that creates a 90 degree corner, pass-through, etc.) could be connected from 4 sides. E.g. in the Denshi block, the diode only has two contacts - one for the anode, one for the cathode. The ones I'm referring to would have 2 for the anode and 2 for the cathode... one of each being the 'stud', the other being the 'contact'; thus always being able to fit it to another component without needing a 'joint' block, so to speak

      The above three points also make it so that you did not need a base board. Each block could connect to another and form a reasonably solid connection. Denshi blocks can't - they need a base board to hold each block in place so that the metal strips would touch.

      All in all, I'd say the ones I'm referring to would be technically better. Now if only I could find them online.. perhaps I'll have to dig the box up after all.

    2. Re:Denshi Block (Gakken EX-150) by Animaether · · Score: 1

      hate replying to myself; finally found it. The name is actually "bloc-tronic". Google returns several hits, such as:
      http://images.lifeaftercoffee.com/v/bloc-tronic/

      Which has excellent images of the individual blocks, the manual (with a robot-shaped design) on the front, etc.

      Maybe there's patents in the way - or they're still being made - or they're too expensive to make - but the Denshi Block people could pick up a thing or two from them.

  63. BUG - "The Lego of Gadgets" by Anonymous Coward · · Score: 0

    Anyone read this as "Bug In Lego Gadgets"... Damn I read too much slashdot...