• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Raspberry Pi Zero - A computer for $5!

 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Raspberry Pi is a popular small and cheap computer - I have a few of them myself (a Raspberry Pi model B, and 4 x a Raspberry Pi 2). They cost between $25 and $35. The hardware is comparable to what's in smartphones - an ARM processor and 1 GB RAM.

Now there's the Raspberry Pi Zero, a small version of the Raspberry Pi which costs only $5.

It has the same ARM CPU, but about 40% faster, as the original Raspberry Pi, and 512 MB RAM.

Are there any other people here who have an RPi? What are you using it for? And what do you think of the new RPi Zero?
 
Marshal
Posts: 80871
506
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jesper de Jong wrote:. . . Now there's the Raspberry Pi Zero, . . .

Not any more. I went on the RPi website and it told me earnestly

Sold Out

 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jesper de Jong wrote:
It has the same ARM CPU, but about 40% faster, as the original Raspberry Pi, and 512 MB RAM.



Boo ARM11! I like the wider selection of OS's supported by the Pi 2B

Jesper de Jong wrote:
Are there any other people here who have an RPi? What are you using it for? And what do you think of the new RPi Zero?



We have a few here at work that we use for network monitoring and I have one in my cube I use for a security camera. My sons also share one and they've been scratching the surface of programming in Python. I've been thinking about coming up with a simple project that uses the GIPO to do something (turn an LED on and off perhaps?) so they can see their program interfacing with the "real" world.
As for the Zero, I don't like the mini ports. The original Pi was great because I had everything I needed to get started. Now one has to buy extra dongles (must be taking a page from Apple!) to plug in fairly standard equipment. Other than that nitpick, I think it's great that computing power keeps getting smaller and cheaper. i have no doubt I'll be buying a handful and trying to come up with more projects...
 
reply
    Bookmark Topic Watch Topic
  • New Topic