What are you going to build with a $5 Pi Zero?

ultimatebob

Lifer
Jul 1, 2001
25,134
2,450
126
Apparently the guys at the Raspberry Pi foundation thought that their $25 PC boards were too expensive, so they just came out with a $5 version:

http://opensource.com/business/15/11/raspberry-pi-zero

What would you use this for? The lack of WiFi or an Ethernet port on this board seems like a deal breaker for me, but I'll bet that the hobbyists will find a good use for it.
 
Last edited:

Exophase

Diamond Member
Apr 19, 2012
4,439
9
81
I can see this running a LOT of MAME boxes & cabinets! :D

I can't imagine spending money on the cabinet housing, monitor, joysticks, etc and then deciding to skimp $30 to get much worse performance than a standard RPi 2.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,612
4,531
75
I have a regular raspberry pi board and still don't know what to do with it.

I was just looking at making a TV recording system with one. I got an Intel Compute Stick on sale, however, and my current tuner requires Intel, so I'm not planning on doing this soon.
 

Blue_Max

Diamond Member
Jul 7, 2011
4,223
153
106
I can't imagine spending money on the cabinet housing, monitor, joysticks, etc and then deciding to skimp $30 to get much worse performance than a standard RPi 2.

Point taken... I was thinking on a much smaller scale so I shouldn't have used the term 'cabinet' which implies the whole shebang. (Boy I'd love one!)
 

ultimatebob

Lifer
Jul 1, 2001
25,134
2,450
126
More details please? How does one go about doing this? And is your WP server open to the wide-world?

It was, yes.

Here's the instructions to start out:

https://www.raspberrypi.org/learning/lamp-web-server-with-wordpress/worksheet/

Before you make it Internet facing, make sure to do these additional steps:

* Disable root remote logon
* Disable the "pi" account after creating your own account with sudo access to root.
* Install fail2ban and configure it to ban IP's after 5 failed logon attempts
* And make sure that you have the latest Wordpress and OS patches installed.
 
Last edited:
Apr 30, 2015
131
10
81
Is anybody interested in a Raspberry-Pi thread?
I bought a Pi almost two years ago, and have ported some of my Mathematica applications onto it. I use the Raspbian version of Linux, and Mathematica 10, which comes free with the Pi, and which I have been using for some years, formerly on a laptop. For those who do not know Mathematica, it features the Wolfram language, which has some 5000 or more intrinsic functions; learning it must be like learning Chinese maybe? I cannot over-stress the power of Mathematica; I have used it for number-crunching, simulations, filtering, data-visualisation, writing and algebra, the latter with files up to 30 MB long at times.
The latest thing I am trying is parallel-processing, which seems to be well supported by Mathematica. It detects the available cores, and you can launch processes in a queue, where they are processed four at a time. There are many other parallel processing features, including forming a grid of computers, all running Mathematica. I would like to try using the router, with a USB drive, to enable two Pi's to communicate, to extend the processing in a simple way, without spending money; an alternative is setting up a server in Linux, and reading it with Mathematica.
For those with a GPU on a PC, Mathematica supports CUDA and OpenCL. There is a language reference-guide at reference.wolfram.com.
 
Feb 25, 2011
16,991
1,620
126
I can't imagine spending money on the cabinet housing, monitor, joysticks, etc and then deciding to skimp $30 to get much worse performance than a standard RPi 2.
It's the other way around. People will buy this because it's inexpensive, and then sunk-cost-fallacy their way into a 12-machine arcade in their basement.
 

radhak

Senior member
Aug 10, 2011
843
14
81
It was, yes.

Here's the instructions to start out:

https://www.raspberrypi.org/learning/lamp-web-server-with-wordpress/worksheet/

Before you make it Internet facing, make sure to do these additional steps:

* Disable root remote logon
* Disable the "pi" account after creating your own account with sudo access to root.
* Install fail2ban and configure it to ban IP's after 5 failed logon attempts
* And make sure that you have the latest Wordpress and OS patches installed.

Thanks! I'll file this for future use!
 
Feb 25, 2011
16,991
1,620
126
Speaking of sunk cost fallacy, I set up my B+ with OctoPi last night and ordered a Pi 2 to replace it in my "I need to do something with this" pile.