Slashdot Mirror


Raspberry Pi vs. Cheap Android Dongle: Embarrassment of (Cheap) Riches

New submitter Copper Nikus writes "The price of Android Mini PCs have recently dropped to the point they are starting to make the Raspberry Pi look overpriced. This article compares the Raspberry Pi model B against the similarly priced MK802 II single core Android mini PC. IMO it can be argued that the mini PC wins that fight. It's worth noting that several new quad-core Chinese ARM SoCs have been recently released to the world, and it can be expected to see Android mini PCs start using them in the very near future. This should translate into even lower prices for the now 'obsolete' generations of single and dual core Andoid mini PCs out there." The target markets and base OS vary, but there's enough overlap for this comparison to make some sense — both have ARM chips, both can (to varying degrees) run either Android or a more conventional Linux distro, and both can fit in a small pocket.

20 of 233 comments (clear)

  1. hardware vs software by DECula · · Score: 5, Insightful

        you are missing a critical point. break out the IO on the USB dongle. Make it turn lights on
        and off. sure, you can slave it to other USB devices, but there is a nice IO header on the
        PI for those who wish to play with it. it's comparing apples to oranges.
        The PI was made with hardware tinkering in mind, the USB dongles - not so much.

    --
    dreaded scurrilous bit-twiddler from Oklahoma
    1. Re:hardware vs software by samkass · · Score: 4, Insightful

      indeed... from the comparison:

      Expansion Headers
      MK802: N/A
      RPi: Yes. Provide access to GPIO, I2C, SPI, etc DSI (for LCD display) and CSI-2 (for camera) interfaces are also available

      In addition, the MK802 runs the "source available, but developed in secret" Android OS, while the RPi runs the truly open source Debian by default and a zillion other true open source Linux distros with easy download.

      The RPi is for the tinkerer. The MK802 is for someone who wants pre-packaged plastic to do one of a limited number of preordained things.

      --
      E pluribus unum
    2. Re:hardware vs software by slashmydots · · Score: 4, Informative

      You're right. The words "cheap" and "Chinese" are sort of red flags that maybe you won't find such nice USB headers and will have power distribution problems or noise on the audio ports or heat issues or bad liquid capacitors or any variety of cheap hardware problems.

    3. Re:hardware vs software by Anonymous Coward · · Score: 5, Funny

      In Soviet Russia USB dongles you.

    4. Re:hardware vs software by TheGratefulNet · · Score: 4, Informative

      pi should have been 5v tolerant and not stuck in 3.3v-only i/o mode. yes, condition the lines. oh, the shock and horror! junior hardware *learners* that will probably blow up their pi when they over-volt the gpios.

      also, no mounting screw holes? sheesh. miss the obvious, why don't you.

      I own a set of pi's and the latest update did seem to help fix the elephant usb bug. I think (need to bang on it some more).

      the pi is a good start, but there are things they really missed on. I'd like to see a real effort with all the things they've learned. and I'd like it standard enough so that we can all use it as our new 'engines' in the embedded world.

      --

      --
      "It is now safe to switch off your computer."
    5. Re:hardware vs software by OakDragon · · Score: 5, Funny

      Cheap Android dongle?

      Isn't that what Tasha Yar said when the intoxicant finally wore off?

    6. Re:hardware vs software by Microlith · · Score: 4, Insightful

      That you run Debian in a chroot to get at its power is evidence enough of Android's inherently crippled nature. It runs on the Linux kernel, but shares virtually nothing with the common Linux environment encountered everywhere else. Not surprising, given that Android was proprietary to start then opened to the world. An entirely custom stack that continues to be developed behind closed doors and just results in a duplication of effort.

      But it puts Google entirely in the driver's seat, which is where they want to be.

    7. Re:hardware vs software by Lluc · · Score: 4, Insightful

      Are you serious? The biggest advantages of the Raspberry Pi are the community, size, and power consumption. With your 10-year-old beige box you get none of these -- I'm imagining your beige box is probably a 10 year old Pentium3 or Pentium4 Dell that you pulled out of the dumpster for free. It probably needs a new hard drive, the ~300 Watt power supply might be going out, and it's full of dust. It would run a mainstream (GUI) linux distribution at barely-acceptable levels of performance, and no one in the linux distribution forums would reply to your questions about how to debug problems on ancient hardware.

      Sounds like a great idea to me!

    8. Re:hardware vs software by jeffmeden · · Score: 4, Insightful

      indeed... from the comparison:

      Expansion Headers
      MK802: N/A
      RPi: Yes. Provide access to GPIO, I2C, SPI, etc DSI (for LCD display) and CSI-2 (for camera) interfaces are also available

      In addition, the MK802 runs the "source available, but developed in secret" Android OS, while the RPi runs the truly open source Debian by default and a zillion other true open source Linux distros with easy download.

      The RPi is for the tinkerer. The MK802 is for someone who wants pre-packaged plastic to do one of a limited number of preordained things.

      Let's be honest though; unless you are talented and/or have a lot of time on your hands, Debian and other Linuxes are filled with nothing but "preordained things" on them as well. If you are indeed talented or are so inclined, you probably are going for the Pi or a similar setup (since you don't really "need" something small to play around with) and GPIO is the only other dividing line here; if you need it then the raspberry pi is clearly for you. If you don't, then it is a toss up with vastly more powerful "toys" (a quick search reveals dual core 1.6ghz with 1g ram, gpu accel, etc) on the Android side. If you are interested in the Pi for it's media or more desktop-like functionality, you are well off to investigate the Android options instead as they are VERY capable and packaged very nicely (the units often come in a small chassis with enough cables to hide completely out of sight behind a TV.)

    9. Re:hardware vs software by afidel · · Score: 4, Informative

      Exactly, I wanted the GNU/Linux toolset which has only been ported to Android in chunks by people that want certain tools, it was easier to run Debian in chroot and apt-get install whatever I needed than it was to track down the combination of ports needed to get what I wanted (or port them myself). This is in no way an indictment of Android, just that my particular use case was kind of atypical and so the software I wanted hadn't been ported in one package and I was lazy.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    10. Re:hardware vs software by dindi · · Score: 4, Informative

      No, there is an exposed populated header (pins). You can buy a breadboard compatible breakout board that comes with a cable. One version is the cobbler kit http://learn.adafruit.com/adafruit-pi-cobbler-kit/overview for 7.95.

      You CAN connect 3.3v electronics without this kit (e.g. you can connect an Arduino pro to i2c or serial and double your pins adding PWM, AD inputs and so on.

    11. Re:hardware vs software by pclminion · · Score: 4, Insightful

      That you run Debian in a chroot to get at its power is evidence enough of Android's inherently crippled nature. It runs on the Linux kernel, but shares virtually nothing with the common Linux environment encountered everywhere else. Not surprising, given that Android was proprietary to start then opened to the world. An entirely custom stack that continues to be developed behind closed doors and just results in a duplication of effort.

      Your post makes no sense. The fact that you can install a Debian build on an Android device (just did it myself yesterday) means that Android is... crippled? You must be using some definition of crippled I haven't heard of before. Yes, Android has a non-GNU userland. What's your point? That anything that deviates from the 40-year-old UNIX way of thinking is inherently immoral?

  2. It sparked a revolution by cod3r_ · · Score: 5, Insightful

    RPI served a purpose one way or the other. The faster these things get while staying at a similar price point just means there will be much cooler garage made gadgets and hacks to play with. Until apple buys all the patents up and sues everyone that is.

  3. Pi in deployment (careful with max OC) by Richard_J_N · · Score: 5, Informative

    We just deployed 3x Pi in a warehouse. I have to say, I'm really impressed with them. They are small, robust, and best of all, fanless (our last Mini-Itx died from dust-inhalation). System upgrades are easy - just swap over the SD card.

    Just a couple of gotchas:
    * Overclocking isn't just about heat (I added a heatsink and the CPU runs cool). The jump from 950MHz to 1Ghz is a very steep one (it suddenly bumps up all the other system clocks by a large amount) and this can make it unstable, corrupting the filesystem. 950 seems to be reliable.

    * Power for USB (especially WiFi) is dodgy. Hotplugging a dongle will make the Pi reboot from brownout. It seems to be worse because the "5V" supplies aren't actually 5V. I tested several; surprisingly, the branded Nokia/HTC ones put out about 4.7V, whereas the unbranded ones are nearer 4.9. I suspect that in a USB supply that is really designed to charge a 3.7V LiPo cell, the more energy efficient ones may aim to come in slightly under 5V to reduce waste. Even with the newest model B rev 2, there is still one polyfuse on the input: I shorted this to gain another 10mV.

    Anyway, I really want a Model C, perhaps with a 1.5GHz CPU, 2GB of RAM, 4 USB ports, embedded Wifi/bluetooth, and a better power supply.

    1. Re:Pi in deployment (careful with max OC) by KiloByte · · Score: 4, Interesting

      So try this one. More than order of magnitude faster than RasPi (4*1.7Ghz overclockable to 2.0 A9 instead of 1*0.7Ghz OCable to 1.0, ancient ARM11). Obviously, $69 for the 1GB 4*1.4Ghz model or $89 for 2GB 4*1.7Ghz is more than RasPi's $35+accessories.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  4. Re:If it doesn't run XBMC... by mandark1967 · · Score: 4, Informative

    My Pi runs XBMC fine and plays my BluRay Rips without stutter with 5.1 Audio. I believe it's limited to 5.1 though...

    --
    Sig Follows: "Suppose you were an idiot. And suppose you were a member of Congress. But I repeat myself." -- Mark Twain
  5. Re:Mini-Cluster by oodaloop · · Score: 4, Funny

    No! I have to imagine it first!

    --
    Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
  6. Other Low Cost ARM Boards to Consider ... by LuxuryYacht · · Score: 4, Interesting

    $49 Cubieboard Allwinner A10 + 512M/1GB DDR3 , 4Gb Nand Flash, 10/100M Ethernet, HDMI, 2 USB Host, 1 micro SD slot, 1 SATA, 1 ir, 96 GPIO pins ncluding I2C, SPI, RGB/LVDS, CSI/TS, FM-IN, ADC, CVBS, VGA, SPDIF-OUT, R-TP
    http://cubieboard.org/

    £40 Allwinner A10 + 1GB RAM, 4Gb NAND, Wifi: 802.11 b/g/n, 3.5mm Earphone Jack, 1x Mini Usb, 1x Hdmi Out, Micro Sd slot,
    http://gooseberry.atspace.co.uk/

    $65.00 Allwinner A10 1GB RAM, 4GB NAND, 3.5mm microphone jack, 3.3v TTL 4-pin header, 2 x USB A 2.0, 10/100 Ethernet, Realtek 802.11n WiFi, HDMI up to 1080p, 3.5mm composite AV, 3.5mm component Y/Pb/Pr, SDHC card slot
    https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board

    $89 Freescale i.MX6 Duallite, 1 GB DDR3, Audio, Optical S/PDI, HDMI, Camera interface, SD Slot, Serial, Expanison header GPIO, USB, USB OTG, GB-LAN, WiFi 802.11n, Bluetooth
    http://wandboard.org/

    $89 Exynos4412 1.7Ghz ARM Cortex-A9 Quad Core, 10/100Mbps Ethernet, 2 x High speed USB2.0 Host,HDMI, SD Slot, Headphone jack
    http://www.hardkernel.com/renewal_2011/products/prdt_info.php

    --
    Quidquid latine dictum sit altum viditur
  7. Re:Call me old-fashioned... by Charliemopps · · Score: 4, Insightful

    There is no evidence that the Chinese have done this... although it is likely. There is, however, concrete proof that the US government is definitely doing it. In the Windows environment and Cisco equipment at least... probably a lot of others. All Chinas government can do to you is spy... the US government can arrest you, put you in jail, send you to secret prisons in other countries to be tortured or even put you to death.

    I'll take my Chinese backdoor over your US government backdoor any day.

  8. Linux is a Kernel. Android is not *GNU*/Linux. by DrYak · · Score: 5, Insightful

    What ever are you babbling on about? Android is a general purpose OS built on a Linux foundation that can run any code you want to run on it

    This is one of the few cases where RMS's rambling about GNU and how distros should be called "GNU/Linux" actually makes sense.

    LINUX is only a KERNEL.
    As in the stuff that directly talks to your hardware and handles low-level stuff.

    Above this kernel, you need a "userland" actual regular programs which are called.
    And Android DOES NOT use the same GNU userland as most distributions.
    Whereas regular distribution are "GNU/Linux" (i.e.: runs the Linux kernel and a bunch of userland program, lots from the GNU project [for low-level stuff like C library, shell, etc.], but quite a lots of other stuff [KDE, Firefox, LibreOffice.org]) and are fully POSIX compatible and can run almost any general purpose UNIX software out of the box (as long it was compiled for it), Android is Linux kernel + a very special userland made by Google (among which the most well known part is the Dalvik java-like environment. Even the C library is Google's own Bionic instead of the usual glibc, ulibc and other forks).
    Out-of-the box, Android doesn't run most Unix software because several parts are missing.

    (This is different from other mobile OS: Maemo/Meego/whatever-the-nom-du-jour-is, OpenMoko's SHR, Palm/HP WebOS, etc. all run a normal GNU/Linux stack, although in WebOS case, it uses a non standard gui instead of X.
    Even router provide a unix like environment, only using more light-wieght embed-friendly components like Busyboy and ulibc or eglibc and without a graphic interface at all)

    Again, the usual user-land, the "GNU/" part of "GNU/Linux" is missing.

    (I run Debian in a chroot environment on my Android phone as just one example).

    That's what your compensating by running a Debian chroot. You provide the missing userland.

    You share the same kernel (Linux), but run a different set of userland programs on it. You provied a C library (I think Debian moved to eglibc ?) a shell, and hundreds of other part that make the userland environment. You provide back the "GNU/" part of "GNU/Linux".
    And now, thanks to all the pieces provided by your chroot, you can run any Unix code.

    Now, indeed, this is possible because Android uses the Linux kernel as a foundation, and its opensource make it possible to port a Debian userland to Android and run it along the normal system. So in a way you're right.

    But I insist, Android is unlike any other GNU/Linux distribution around. (And until recently, it needed some special kernel functions that weren't in stock kernels).

    This is unlike other Linux based mobile device, which already are based mostly on these pieces. You don't need to provide them. You can already run most of what you want on Maemo/Meego, OpenMoko, webOS based device (except for the part of webOS lacking X out of the box).

    Out of the box, an Android machine is designed to run the default apps packaged with it and to fetch special android-apps from a special app market.

    Now, thank to the general openness of the platform, it is possible to repurpose it, but out of the box, this is not your regular Unix-like OS. You need to install a chroot, or at least a lot of userland components.

    And that's what the parent was referring to:
    - Android stick : runs android, designed to run a few android apps (but you can do more if you want).
    - RPi : runs a GNU/Linux disto, designed to pretty much do anything you want out of the box.

    but that in no way makes the Android device limited to only certain things.

    Android makes the device limited to run only Android apps out-of-the-box, unless you go out of the way and install the missing userland bit to turn it into a full Unix-like box.
    But thanks to the open nature of the Linux kernel, this is actually possible. (It's not a locked down device that needs to be hacked)

    Android and the classic Unix-like userland (of debian) are completely orthogonal one to another.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]