Earlier 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/
Raspberry Pi Zero: the $5 computer
171–180 of 521 posts
Re: Raspberry Pi Zero: the $5 computer
#172What will $5 buy in 2080? It's going to be a billion times faster than this, but it's hard to imagine the form factor.
Re: Raspberry Pi Zero: the $5 computer
#173I know I'm complaining about an almost free computer, but ARM11 (ARMv6) isn't compatible with most Linux OSes which long ago moved to ARMv7. If only this was compatible with ARMv7 it would run a lot more stuff.
Not sure I understand. I runs Debian derivatives like Raspian, Ubuntu, and Kali. If you're a masochist it'll run Windows 10 IoT core. https://www.raspberrypi.org/downloads/ https://www.offensive-security.com/kali-linux/raspberry-pi-l...
This is a ARMv6, for which most distros stopped support several years ago if they ever ran on it.
Re: Raspberry Pi Zero: the $5 computer
#174Earlier 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 cost is $4 for a NodeMCU, $2 for the sensors, $1 for a breadboard to stick them on, and $1 for a microUSB cable to power them from. You can power the sensors from the NodeMCU's Vin, since that's the 5V from the USB. 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 a…
Re: Raspberry Pi Zero: the $5 computer
#175Earlier 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 cost is $4 for a NodeMCU, $2 for the sensors, $1 for a breadboard to stick them on, and $1 for a microUSB cable to power them from. You can power the sensors from the NodeMCU's Vin, since that's the 5V from the USB. 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 a…
I feel like this comment could be turned into a popular blog post.
Re: Raspberry Pi Zero: the $5 computer
#176Earlier quoted context omitted.
While I agree completely with what you're saying, I think it's almost unfair to be comparing this to an Arduino or NodeMCU - this is orders of magnitude more powerful.
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…
Re: Raspberry Pi Zero: the $5 computer
#177Earlier quoted context omitted.
> Arduino Uno for $2 Are you sure about this? It doesn't sound... legal.
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.
Re: Raspberry Pi Zero: the $5 computer
#178Amazing. If only I'd get my act together and do all the amazing stuff I planned when I bought my first pi - then I could justify buying this
I ported the web interface for pi-hole to Go single executable (https://github.com/girishso/pi-hole-web)
Now looking for something interesting to do on my second pi!
Edit: Added pi-hole-web link.
Re: Raspberry Pi Zero: the $5 computer
#179Re: Raspberry Pi Zero: the $5 computer
#180Amazing. If only I'd get my act together and do all the amazing stuff I planned when I bought my first pi - then I could justify buying this
Great deal nonetheless, especially when considering the bit where he mentioned being much faster that version 1, which is considerably slow if you ask me.