Slashdot Mirror


Google Unveils Project Tango 3D Tablet DevKit Powered By NVIDIA's Tegra K1

MojoKid (1002251) writes 'Google's Project Tango tablet is a 3D mapping and spatially-aware device that, with number of cameras and sensors on it, can detect its surroundings and your movements in three dimensions. As such, you can utilize the device to develop applications and uses that integrate the physical world around you in a virtual representation on screen. From augmented reality, to gaming and terrain mapping, the things you could conceivably do with a device like this are rather fascinating. Until today, we haven't gotten a lot of detail regarding exactly what makes Project Tango tick but the folks at NVIDIA have helped, along with Google, to let the cat out of the proverbial bag. It appears that the just announced Project Tango development kit is based on a 7-inch Android tablet with 4GB of RAM, 128GB of storage and it's powered by NVIDIA's new Tegra K1 integrated processor and SoC (System On a Chip). Interestingly, previous versions of Project Tango have been torn down, revealing a Qualcomm Snapdragon 801 under the hood. However, it appears Google needed a bit more juice and is also going with NVIDIA's new low power mobile beast. Word is Google's Project Tango Developer's Kit will be available "later this year" and will cost exactly $1024. Wouldn't you know it, that price fits neatly into a 1KB memory space. Think they meant to do that?'

54 comments

  1. Yes by Anonymous Coward · · Score: 0

    Yes, they meant to do it because it was cute, and it was unnecessary to point it out in the summary. May be overpriced as well. Should have went with $512.

    1. Re:Yes by Anonymous Coward · · Score: 0

      May be overpriced as well.

      The individual BOM probably comes closer to $128 but the R&D, design, testing, procurement, production tooling, assembly and shipping are all costs that have to be factored in and paid for too.

    2. Re:Yes by viperidaenz · · Score: 1

      May be under-priced, it's a relatively low volume production.

    3. Re:Yes by spiritplumber · · Score: 4, Informative

      Actually it's not overpriced, it's overflowing. Should be $1023.

      --
      Liberty - Security - Laziness - Pick any two.
    4. Re:Yes by Anonymous Coward · · Score: 0

      One byte is 1024 bits, $1 per bit is 1024 not 1023.

    5. Re:Yes by aliquis · · Score: 2

      Summary should had said 1024 was 1k.

      Which would had made total sense both from Google and the summary.

      Too bad I screwed up too. ONLY IN CANADA DO PRICES START AT 0!
      Damnit. Guess I should had thought myself.

      The shame. And at first post too :(

      I'm still waiting for a Wikipedia e-book reader at $42. (Trying to save my reputation.)

    6. Re:Yes by gaelfx · · Score: 1

      One byte is eight bits. Better luck next time.

    7. Re:Yes by Anonymous Coward · · Score: 0

      Google has a thing going for interesting numbers when it comes to price tags. 2^10 $ for the SDK. (IIRC) the e billion $ and the pi billion $ bids for the Nortel patents. I love that kind of nerdiness, even if ruined by the summary.

      I'm still waiting for a Wikipedia e-book reader at $42. (Trying to save my reputation.)

      Good one!

    8. Re:Yes by Anonymous Coward · · Score: 1

      Think in terms of 0..9.

      Start with 0 and end with 1023. That's 1024.

    9. Re: Yes by Anonymous Coward · · Score: 0

      In mathematics, a 1 is a bit, so a byte represents 1024 bits very well, and a byte is, today, generally composed of eight physical bits.

      Better luck next time.

  2. Fits in 1k? by Anonymous Coward · · Score: 1

    11 bits by my math...

  3. 1024 fits in 10 bits. by aliquis · · Score: 4, Funny

    1024 fits in 10 bits. No need to have 1kB of RAM for that.

    The text string? Should fit in 6 bytes with a trailing 0.

    1. Re:1024 fits in 10 bits. by viperidaenz · · Score: 1

      1023 fits in 10 bits.
      1024 fits in 11 bits.

    2. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      Yeah, it would have made more sense for them to say:

      Wouldn't you know it, that price actually equates to $1 for every byte of RAM that makes 1KB. Don't forget that 1024 is also 2^10 and there is a game called 2048 which is exactly double that! Google are so clever!

      Or you know, they could have just omitted the last 2 sentences of the summary.

    3. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      Two words: 0-Indexed

    4. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      Fits in 1 bit if your variable represents the number of 1024s you have, unsigned up to a maximum of 1.

    5. Re:1024 fits in 10 bits. by ThatsMyNick · · Score: 1

      All number systems are zero indexed. In 10 bits you only get to store 0 to 1023. To store 1024 (assuming the number zero exist in your number system), you need 11 bits.

    6. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      Index the way you want, the value 1024 needs 11 bits.

    7. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      Either that or they got frustrated unable to get to 2048.

    8. Re:1024 fits in 10 bits. by symbolset · · Score: 0

      This is not true. Zero is a fairly recent invention.

      --
      Help stamp out iliturcy.
    9. Re:1024 fits in 10 bits. by symbolset · · Score: 1

      Not 1024 in base 5, which would be decimal 139, which can be represented in 8 binary bits. 1024 octal (base 8) is 532, which can be done in 10 binary bits.

      --
      Help stamp out iliturcy.
    10. Re:1024 fits in 10 bits. by art6217 · · Score: 1

      Did you consider upgrade?

    11. Re:1024 fits in 10 bits. by aviators99 · · Score: 1

      Two bytes of BCD.

    12. Re:1024 fits in 10 bits. by Thanshin · · Score: 1

      Thank you. For a moment there I was disappointed no one had given that point of view in Slashdot.

    13. Re: 1024 fits in 10 bits. by parsons.chris · · Score: 0

      Ehm not so sure about your math there friend. You can't take a different base and encode it into base 2 as if it was base 10. Mathematically it is going to take the same number of bits in binary no matter what the intermediate representation. Then again maybe your just playing with us. All your base belong to us!

    14. Re:1024 fits in 10 bits. by ArcadeMan · · Score: 1

      1024 only requires 1 bit in base 1024.

      0 = 0000
      1 = 1024

      I win.

    15. Re:1024 fits in 10 bits. by ArcadeMan · · Score: 0

      Anyway they're a bit off with their units.

      1KB equals 1000 bytes.

      I'm sure they meant 1KiB, which is 1024 bytes.

    16. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      You loose twice
      1) using normal notation
      base 1024 | base 10
      0 = 0000
      1 = 0001
      10 = 1024
      so you need two
      2) and equally important bit != digit

      GP only looses once

    17. Re:1024 fits in 10 bits. by symbolset · · Score: 1

      In base 1024, digital 1024 is "10", not " 1".

      --
      Help stamp out iliturcy.
    18. Re:1024 fits in 10 bits. by Anonymous Coward · · Score: 0

      Troll mod is angry at the truth. Kilo means 1000, learn to use binary units.

    19. Re:1024 fits in 10 bits. by ArcadeMan · · Score: 1

      There's no such thing as "1" in base 1024.

      00 = 0
      01 = 1024
      10 = 2048
      11 = 3072

      Unless my coffee hasn't kicked in yet...?

  4. 7 inch? by nurb432 · · Score: 2

    Sigh..

    --
    ---- Booth was a patriot ----
    1. Re:7 inch? by Anonymous Coward · · Score: 0

      That's plenty for most women ...

    2. Re:7 inch? by symbolset · · Score: 1

      Their whole adult lives they have been told THIS is seven inches.

      --
      Help stamp out iliturcy.
  5. 1024 fits in 10 bits? by Anonymous Coward · · Score: 1

    Unsigned, 10 bits allows values from 0 to 1023. 1023+1 in 10 bits is 0.

  6. "should have went" makes my brain hurt by Anonymous Coward · · Score: 0

    https://www.google.com/search?q=should+have+went

  7. I wonder if this can scan objects for 3D printing? by Anonymous Coward · · Score: 1

    That would come in handy!

  8. I hope it is dual core. by Anonymous Coward · · Score: 1

    I've heard it takes two to tango.

    AL

    1. Re:I hope it is dual core. by Anonymous Coward · · Score: 1

      Actually it takes $ 2^10 - 1 to Tango

  9. $1024 does fit neatly into 1KB memory by kervin · · Score: 2

    You'll have almost 1KB memory left, but that's neither here or there.

  10. 1024 fits in 10 bits. by silvermorph · · Score: 1

    KB in this context stands for KiloBuck

  11. I'll try to level up from my mistake by aliquis · · Score: 1

    With this cool video:
    http://www.youtube.com/watch?v...

    I'll shut up about what it contain =P

  12. Counter-offer by gaelfx · · Score: 1, Funny

    I would like to offer them eight ningys in exchange for one of these devices. I just hope they're willing to deal in small change.

    1. Re:Counter-offer by AkkarAnadyr · · Score: 1

      This device seems to offer the NSA a wealth of real-time information.

      Will they sell it as 'Your plastic fink who's fun to be with"?

      --

      I bought this house and you know I'm boss
      Ain't no h'aint gonna run me off

  13. Ingress? by Anonymous Coward · · Score: 0

    This sounds like a machine designed to play Google's Ingress game which is fun but taxes even modern smart phones.

  14. This is nice gear by symbolset · · Score: 1

    I would like to have this. I am not paying this price. Part of the point of pricing dev kits high is to leave potential OEM partners room to maneuver. Even though they are the ones paying the higher price, they are happier about having a reasonable space for profit.

    --
    Help stamp out iliturcy.
    1. Re:This is nice gear by Anonymous Coward · · Score: 0

      But the main reason for pricing dev kits high is they're a low-volume production run which lacks the economies of scale of a larger run.

  15. Fits in 1k? by Anonymous Coward · · Score: 0

    The summary still stands true though.

    It is quite true that 1024 fits neatly in 1k.

    1024 fits neatly in a 2 TB hard disc as well by the way.
    With room to spare.

  16. $640K by Blaskowicz · · Score: 2

    $640K ought to be enough for anybody.

  17. Out of Affordability!!! by alex.taylor084 · · Score: 1

    No doubt this is one of the best product by the Google Inc. but It's out of my affordability... $1024 will be huge amount for this product.

  18. Best product by jamieeloran2110 · · Score: 1

    This is the one of the best product so far by Google no doubt but seriously i think m not able to afford it like i cant afford to make hefty amount on it

  19. Finally - At Least by lloy0076 · · Score: 1

    We will be able to REAL, OBJECT 3D models of men's penises - no longer will we all be 10 inch giants...

  20. And now the 4GB/64bit wars will start... by Anonymous Coward · · Score: 0

    Seriously, if people expect Tango level performance, they will need 4GB RAM smartphones, even with fun LZ4 memory page compression in RAM. From there, busting the 4GB barrier is small step, and nobody realistically expects android to be doing PAE bullshit and will just jump directly into a 64bit world.