Earlier quoted context omitted.
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.
Linux also isn't a real-time OS which is often important when dealing with motors and sensors.
Raspberry Pi Zero: the $5 computer
421–430 of 521 posts
Re: Raspberry Pi Zero: the $5 computer
#422Earlier quoted context omitted.
Hmm, it looks like I open-sourced most of it a while ago (way to go, past me!): https://github.com/skorokithakis/ArduiRC I'll write up the details, but this is a good chunk of it.
I JUST started this exact functionality to communicate with a wireless scale, thanks for sharing!
Re: Raspberry Pi Zero: the $5 computer
#423You could literally build a 100Ghz machine for $500.
Re: Raspberry Pi Zero: the $5 computer
#424I've got three Raspberry Pis. I don't know why. I don't know what to do with them. None of the projects that I've seen have been particularly compelling to me, and I'm not creative enough to come up with a good idea. So they sit on my desk, gathering dust, and act as a conversation piece when friends come over. "That? Yeah, I can build X, Y, or Z." and they say, "oooh, cool" and then I never actually follow through.…
Re: Raspberry Pi Zero: the $5 computer
#425Re: Raspberry Pi Zero: the $5 computer
#426This is great, but for people who want to "get started in computing", don't they also need a display, a mouse and a keyboard? LCD screens are like, $100, a mouse is $10-$20 new and low-end keyboards are $10-$30. At that combined price, why does it matter if the computer is $25 or $5? And if one is going to outlay the 150 bucks in peripherals, they might as well spend a bit more than $5 on the computer to get a signif…
To be honest the cheapest android phone costs 60 bucks, so I wonder if there should not be some attempt to have a development suite that can be usable with a touch screen.
Re: Raspberry Pi Zero: the $5 computer
#427I've got three Raspberry Pis. I don't know why. I don't know what to do with them. None of the projects that I've seen have been particularly compelling to me, and I'm not creative enough to come up with a good idea. So they sit on my desk, gathering dust, and act as a conversation piece when friends come over. "That? Yeah, I can build X, Y, or Z." and they say, "oooh, cool" and then I never actually follow through.…
Re: Raspberry Pi Zero: the $5 computer
#428This is seriously impressive. While the Raspberry Pi is not the perfect hacker-friendly computer, it has done a lot of good. Some reasons off the top of my head: 1. Providing a low cost computer has given many people access to computers. Giving more people access to the web, email, an office suit, a programming environment AND giving people the ability of safely tinker without the fear of bricking an expensive device…
"1. Providing a low cost computer has given many people access to computers. Giving more people access to the web, email, an office suit, a programming environment AND giving people the ability of safely tinker without the fear of bricking an expensive device." I seriously doubt about your first point. Adding the cost of accessories (mouse, keyboard, screen) and a shipping cost, Raspberry Pi costs the same as a decen…
Re: Raspberry Pi Zero: the $5 computer
#429Earlier quoted context omitted.
Not sure what you mean by "these type of devices", but you will be overjoyed that on Raspbian, updating the system is as easy as `apt-get udate && apt-get -y upgrade`, the kernel is currently v4.1.13 [1], and the rest of your comment is also FUD. [1] https://github.com/raspberrypi/firmware/blob/master/boot/ker...
I wouldn't call it FUD. Embedded devices tend to get updated less frequently than PCs. Connecting them all to the internet is not helping.
Re: Raspberry Pi Zero: the $5 computer
#430Too bad they didn't include camera module connector (CSI). Low-latency hardware-encoded h264 stream from camera is one of the most cool features in RPi platform. The Zero would be great e.g. for FPV fying folks, if it supported camera module. (USB cameras aren't answer here, as they typically don't have low-latency hw-encoding.)
Yeah, I had hoped for that as well. But connectors cost money. Could the camera module be attached via the header?
No. The Raspberry Pi GPIO header doesn't include all pins, and in particular it doesn't include pins that were used for other peripherals, such as the camera and display interfaces.