Slashdot Mirror


Raspberry Pi's $25 Model A Hits Production Line

hypnosec writes "The Raspberry Pi Foundation has announced that the cheaper variant of the Raspberry Pi — the Model A — has entered production phase. Model A of the credit-card sized computer has been stripped of its Ethernet port and a USB port, leaving just one USB port. This model comes with 256MB RAM, but as it is less complex compared to its predecessor it will consume less power, thus opening up quite a few new usage scenarios. The Foundation has posted the first image of the $25 Model A on its site and noted 'We're anticipating that those of you who buy the Model A will be using it for different applications from Model B owners.'"

11 of 105 comments (clear)

  1. Too little too late? by NewtonsLaw · · Score: 4, Informative

    I'm wondering if the model A will really have much of a market.

    The end of the market that the A might have been useful in may well have been overtaken by the top-end of the M-series ARM processors, especially with companies like STM now pitching boards like the Discovery STM32F4 for $20 or so.

    Yes, it's got less RAM, less MIPS and so forth -- but it *is* 100% open and incredibly capable for what it is.

    1. Re:Too little too late? by ArchieBunker · · Score: 3, Insightful

      It also lacks HDMI.... Nobody really cares about how open this board is except for the few loudmouths on this site. The fact that the boards sell out so quick is proof.

      --
      Only the State obtains its revenue by coercion. - Murray Rothbard
    2. Re:Too little too late? by c++0xFF · · Score: 4, Insightful

      Completely different markets. The RP is NOT a microcontroller. It is not an Arduino. It is a full ARM computer (albeit a slow one compared to what you have on your desk). It's as if you ripped out the motherboard from your phone or tablet and made it more hacker friendly.

      Where you have some overlap is the RP gives pinouts for connecting some hardware, but the way you talk to that hardware is completely different.

      And when you talk about the RP having more RAM, I should put that into perspective. The Discovery board has 192kB. The RP has 256MB. These aren't even close to being the same class of device, much less the same market. Read the article ... can you see the one you linked to bring used as a media center? Of course not, it's an absurd idea.

      There's plenty of market for the model A. If anything, the model B had taken up a lot of that market (only ten bucks more and you get Ethernet, one more USB, and more RAM).

      Openness really doesn't matter to the RP's target market. If you're working on a microcontroller, your goal is to eventually move beyond the prototype stage and make a product. Openness matters in that case. But the RP isn't a prototype board (though it could be used as one). Instead, it's the product, already finished for you (just add a case and power supply). Openness matters a bit when it comes to drivers and access to SPI and whatnot, but the documentation for that is available, and I've yet to hear any complaints.

  2. Re:Refresher by petermgreen · · Score: 5, Insightful

    The plan was for the B to be released first as the intial release was aimed at early adoptors and developers, the model A would then follow soon afterwards.

    However that was back when they throught demand for the Pi would be in the tens of thousands. With the manufacturing partners scrambling to meet demand (and being frustrated by SoC lead times) they did not want to divert SoCs away from model B production to model A production.

    Now that the situation is starting to improve and stabalise they are finally bringing up the model A production (though how long it will be before they are readilly available is anyones guess).

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  3. Cool but SLOOOOOOW by TheRealQuestor · · Score: 5, Informative
    I got my model b last week and it's been pretty fun so far. But one thing that kinda sucks about it is its speed. Even overclocked to 1Ghz it's pretty painful to do anything on. Not to mention it wasn't 35 dollars to get it up and running. I wrote this a few days ago for another site but it is pretty relevant here too.

    .

    How a $35 computer cost me $90 bucks..

    So a long time ago I signed up to order one of these cool little Raspberry PI $35 dollar card sized computers. After a month or 2 I finally was able to order it. After a .
    week or two I finally was able to hold it. After a day or two I finally was able to actually use it..

    I’ll explain. It’s JUST the little pc, nothing else.

    SO I had to buy the following:
    1x 1k 5v USB wall wart. $20 bucks.
    1x 16 Gig Class 10 SD Card $20 bucks.
    1x Micro USB to USB Cable $10 bucks.

    Factor in the cost of the PC with shipping $43.79 + $20 + $20 + $10 and now that $35 dollar computer is actually almost $94 bucks..

    That said, it’s actually kinda cool. Not as powerful as one might like but cool none the less..
    As a test I set it up running the debian installer [this took about 6 hours], setup to compile XBMC [this took about 2.5 hours] and went about compiling it..
    On my main rig the compile takes all of about 8 minutes [after a make clean], on the RPI it took over 12 hours. 12 HOURS to do what my main rig can do in 8 minutes!.

    Now I understand it's "only" a 35 dollar PC so one cannot expect a whole lot out of it, but in reality it's NOT a 35 dollar pc. It's a 90 dollar phone guts without the phone parts.

    1. Re:Cool but SLOOOOOOW by NewtonsLaw · · Score: 4, Insightful

      Hey, I picked up a microUSB 5V wall-wart supply for $9.99 at the local equivalent of Walmart and just used an old Class 4 SD card I had laying about so my $94 Raspberry Pi only cost me $44.99.

      Actually I lie -- I had to buy an HDMI cable and I can't find a spare ethernet cable either so I'll have to fork out some more cash.

      But come to think of it -- neither my DVD player nor my TV came with an HDMI and my PC didn't come with a network cable so I guess that no matter what you buy, there are always "essential extras" to factor in.

      And my Pi didn't come with a mouse or keyboard either -- what's with that?? :D

    2. Re:Cool but SLOOOOOOW by johnw · · Score: 5, Funny

      I can't find a spare ethernet cable

      The rest of it rings true, but this is just too far fetched. Ethernet cables are like wire coat hangers - they breed. I try to keep them confined to my study/shed, but they have to be purged regularly to stop them taking over the house.

  4. THIS is why you buy a Raspberry Pi... by Doctor_Jest · · Score: 3, Insightful

    Tinkering and coming up with cool (if impractical) uses... and quite frankly, that's what computing has lost over the years... Doing strange crap with the user port of your C-64 was damn fun, IMNSHO.

    https://www.youtube.com/watch?v=5npkz0xY1fo

    Thanks to the Pi for bringing that tinkering fun back....

    --
    It's the Stay-Puft Marshmallow Man.
  5. Re:Yes, I don't understand the Pi. by maevius · · Score: 4, Informative

    I think you are missing some points here.
    1. The pi runs linux. You can use c/c++, python, perl, bash scripts, almost anything else you want
    (1a). You have hundreds of libraries to go with that. Also thousands of programs to pipe info.
    2. You can connect a 3g, wifi stick or anything USB instantly
    3. You lose absolutely no time on hardware design. It might just be me but I like have my hardware done and just worry about software
    4. The community will point out almost all the hardware/software limitations or bugs of the pi and you know in advance what you are getting yourself into
    5. You have portable code. If you program for linux, it runs on most hardware that runs linux (some recompilation required)
    6. The community has started building addons (see arduino shields) which can achieve much more

    As a software developer who used embedded linux and arduino class hardware, I love the pi because it solves all the problems I don't want to worry about. I also love that I don't have to test it on different hardware/software configurations. My target will always be raspberry/debian. I undestand that this is not what some people want/like but for "rapid" embedded development the pi is number one and because of its community I think it will be for a long time to come.

  6. It's been done with the model B. by j1m+5n0w · · Score: 3, Informative

    That's hard to do without the ethernet port, but it's been done with the model B.

  7. Re:Even more useless! by amorsen · · Score: 4, Informative

    They fixed it in the latest release... I have tried it with the new ISO... works great. :)

    No they didn't. Isochronous transfers are still broken.

    --
    Finally! A year of moderation! Ready for 2019?