Earlier quoted context omitted.
At this price point, for many projects it doesn't matter; you can now use Raspberry Pi as a throwaway SOC for powering little stuff. I wouldn't, for example, put an $35 RPi 2 in charge of a bunch of sensors over my doors, but with $5 RPi it is an option. EDIT: And given the power, you can start offloading computation on what would otherwise be "dumb" control/data acquisition units. Hell, with that much compute you ca…
The only case where it matters for me is that this runs Linux, which means that I'll have an extra computer to secure against intruders. An Arduino can't do as much damage to the rest of the network if it gets hacked.
Raspberry Pi Zero: the $5 computer
221–230 of 521 posts
Re: Raspberry Pi Zero: the $5 computer
#222Earlier quoted context omitted.
That's great, thanks!! I have a pi as a media server* connected to a projector via HDMI, that reads media files from a NAS on my home network; very efficient and lightweight. I will definitely try pi-hole; maybe I can have both running on the same pi. * via Raspbmc, which I just found out has apparently ceased to exist...
> * via Raspbmc, which I just found out has apparently ceased to exist... Try OSMC [1], it's a massive improvement over Raspbmc and is being developed actively. Works like a charm. If I'm correct, the main Raspbmc dev went over to OSMC a while back. [1] https://osmc.tv
Re: Raspberry Pi Zero: the $5 computer
#223Earlier quoted context omitted.
So you're basically saying you're not getting enough value for $5?
No, but like the Op, I would gladly pay double the price for some sort of onboard network connectivity.
Re: Raspberry Pi Zero: the $5 computer
#224Earlier quoted context omitted.
I meant Chinese clones. Arduino is Open Hardware, it's perfectly legal (that's kind of a point of Open Hardware movement). It's equivalent in form and function to the genuine Arduino made in Italy.
Do you have a link? I was just about to get started on a project and getting a $2 Arduino would be great for tinkering
You can get a Pro Mini clone for less than $1.50.
A full-size Arduino R3 clone (with a cheaper USB chip, the CH340G) is less than $3 with free shipping.
Re: Raspberry Pi Zero: the $5 computer
#225Earlier quoted context omitted.
All that terminology at a really low cost, awesome. I feel like this comment could be turned into a popular blog post.
I can write up the sensor setup I have at home, if you want. It has motion, temperature, humidity, light sensors and IR/RF remotes for controlling devices, and a burglar alarm.
Re: Raspberry Pi Zero: the $5 computer
#226Love watching the progress of Raspberry Pi. The attraction of the platform to me (compared to something more capable, with more ram ghz etc) is that the ecosystem is now so mature, you can easily google and get a cut and paste guide to exactly what you want to do. This means you can spend time tinkering with aspects that interest you rather than maintaining an operating system or troubleshooting hardware... I'm curio…
Re: Raspberry Pi Zero: the $5 computer
#227For $5, I'm in. Now: What the heck can I do with it?
Ideal for embedded stuff, computers that you tie to some appliance, robotics, data acquisition, scada stuff, media players and so on.
Re: Raspberry Pi Zero: the $5 computer
#228Earlier quoted context omitted.
It's easy to imagine multiple simple designs. You can couple it with an ESP2866, for example, using a number of attinys to access their analog inputs, or with a CAN-SPI head collecting data from multiple sensors, processing and then reporting through an ESP2866.
The ESP8266 is quite slow, network wise. You could hook up the sensors to the Pi Zero directly using the GPIO ports and use a cheap USB WiFi adapter to upload the data.
Re: Raspberry Pi Zero: the $5 computer
#229Earlier quoted context omitted.
I can think of plenty of interesting projects¹ where the Zero is perfect as-is. However, you can just add WiFi or Ethernet via USB if you need it. Remember, on the first Raspberry Pi, the Ethernet port was connected via USB internally, too. ¹ One example https://www.kickstarter.com/projects/1985705009/piplay-deskc...
This one has micro-USB ports, which mean the usual slim USB wifi interfaces will need a cable. Are there micro-USB wifi interfaces? (Is it even possible to make a similar form-factor interface that fits mostly inside a micro-USB plug?)
Re: Raspberry Pi Zero: the $5 computer
#230Earlier quoted context omitted.
I can write up the sensor setup I have at home, if you want. It has motion, temperature, humidity, light sensors and IR/RF remotes for controlling devices, and a burglar alarm.
Please do write about it. Personally, I'll be happy to steal as many ideas as I can for my upcoming home installation :).