Blown away with this. As a youngster cutting my teeth on Cambridge based computers, great to see a Welsh machine. Currently using RPis for most of my development, I'm working on a design for a RP laptop. Not hard, but I did want to thrown in multiple boards. This looks to be one way to achieve this. Technical details (cant seem to find any power requirements) and tour here from adafruit: - https://learn.adafruit.com/…
Raspberry Pi Zero: the $5 computer
161–170 of 521 posts
Re: Raspberry Pi Zero: the $5 computer
#162Earlier quoted context omitted.
This could even act as a custom chromecast-ish device. Still cheaper too! (Although it lacks WiFi AC that the new chromecast has, and probably way weaker graphics, but a cheap WiFi adapter or ethernet and having most stuff streamed should be workable.)
> (Although it lacks WiFi AC that the new chromecast has, and probably way weaker graphics, but a cheap WiFi adapter or ethernet and having most stuff streamed should be workable.) This irks me a bit with the new "$5" RPi. Yes, it's $5… For a device without a power cord, without networking, and where you need adapters (and/or solder on a UART) to plug anything into it.
Re: Raspberry Pi Zero: the $5 computer
#163Somewhat disappointing that in Australia RPi Zero costs AU$19.38 (plus AU$12.95 shipping). Quite a lot more than US$5 (=AU$6.93).
I decided to buy one from the UK for $16 dollars including shipping.
Re: Raspberry Pi Zero: the $5 computer
#164Earlier quoted context omitted.
Mine[0] has CE on the back, but this is China, they print anything and everything on the back... [0] - https://news.ycombinator.com/item?id=10632118
CE stands for Chinese Engineering :D
Re: Raspberry Pi Zero: the $5 computer
#165Re: Raspberry Pi Zero: the $5 computer
#166The 80s are widely considered as the golden age of hacking, but what the hell? I just bought ten microcontrollers that can run Lua/Python/C for $20, there are full-blown computers for $5, and all the supporting ecosystem (sensors, components, etc) is cheaper than most toys. I am very optimistic about the future, given that people (and children) these days have trivially cheap access to powerful programmable and easil…
Re: Raspberry Pi Zero: the $5 computer
#167Earlier quoted context omitted.
They already have: https://www.raspberrypi.org/magpi/
6 quid is not quite free - but reasonably close.
Re: Raspberry Pi Zero: the $5 computer
#168Earlier quoted context omitted.
Even more awesome: Skip the extra Arduino and use the ESP8266 as your Arduino. https://github.com/esp8266/Arduino
I realise how silly this question may seem but here we go: If I get an ESP8266, I can have something that run code, sit on my home network wirelessly and use it to do things like report on sensor inputs? Am I missing some larger expense that would be required as this seems very cheap compared to other options I've seen.
I have done exactly this, it sends values to an MQTT server on my NAS every second or so, which the NAS then adds to Graphite and plots them in Grafana. It also has some logic to act on these values and send commands back, like turning lights on and off, etc.
Re: Raspberry Pi Zero: the $5 computer
#169Earlier quoted context omitted.
I realise how silly this question may seem but here we go: If I get an ESP8266, I can have something that run code, sit on my home network wirelessly and use it to do things like report on sensor inputs? Am I missing some larger expense that would be required as this seems very cheap compared to other options I've seen.
The only other part needed to get this running is a programming cable. The ESP8266 does not have a USB port but a serial one, so you need an adapter to connect and programm it. e.g.: https://www.sparkfun.com/products/12977 Just be careful not to connect the 5V VCC to the ESP8266, it will probably kill it.
Re: Raspberry Pi Zero: the $5 computer
#170Earlier quoted context omitted.
I realise how silly this question may seem but here we go: If I get an ESP8266, I can have something that run code, sit on my home network wirelessly and use it to do things like report on sensor inputs? Am I missing some larger expense that would be required as this seems very cheap compared to other options I've seen.
Simply put ESP8266 & Co. are awesomeness incorporated. http://www.instructables.com/howto/esp8266/