I'm still bothered by Raspberry Pi's choice not to include WIFI by default in all/some of its products. Almost every Raspberry Pi project I have encountered needs some sort of connectivity and doing this with 3rd party dongles (some don't even work on most recent versions of Raspbian) is just ridiculous in my opinion.
Why does it need embedded WiFi when you can get micro sized USB WiFi dongles? The engineering and certification will surely raise the overall cost quite a bit. Let the companies that make WiFi equipment shoulder that cost. Sure, maybe you can bundle a low cost WiFi dongle if you like.
Raspberry Pi Zero: the $5 computer
411–420 of 521 posts
Re: Raspberry Pi Zero: the $5 computer
#412Earlier quoted context omitted.
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…
Perfect, thanks, I'll have a look at the NodeMCU, looks like exactly what I'm after.
Re: Raspberry Pi Zero: the $5 computer
#413I would love to see someone sell these as preconfigured as minimal bandwidth tor exit nodes with wifi so they can be spread far and wide. Just connect to power, make sure it is connected to a wifi network and then leave it alone. Just make sure it advertises itself as such so that law enforcement knows that it is likely not owned by the owner of the Internet connection and therefore doesn't make sense to do anything…
These are not well suited for Tor. No built in networking and a serious lack of CPU power needed for processing encryption.
Re: Raspberry Pi Zero: the $5 computer
#414Earlier quoted context omitted.
There are also economical implications. Bandwidth isn't free. Now if you also could charge for your service with micropayments, we have a winner.
I believe the implication is that these would be placed in locations that have free wifi available, without necessarily having permission to do so.
Re: Raspberry Pi Zero: the $5 computer
#415Earlier quoted context omitted.
But books, magazines, etc. don't pay taxes. That's why this free Rpi with MagPi #40 is awesome: you don't have to pay taxes at all.
Tax is not just based on the price. If the fact that you were getting it for free were good enough to avoid import taxes, everyone would just have friends in other countries send them 'gifts'.
Re: Raspberry Pi Zero: the $5 computer
#416Re: Raspberry Pi Zero: the $5 computer
#417Re: Raspberry Pi Zero: the $5 computer
#418Oh Nice! They are finally delivering on what I feel was the great promise of the Raspi in the beginning. Full linux install in the size and price of a micro (read: Arduino). Some people are bound to gripe about the "lack" of ports but its not like this one displaced the A or B models. Its just another spin of the concept where you don't have to pay for expensive physical parts you don't need. Its a linux server at a…
I have no idea why Arduino is so popular--it has NO debugging support unless you use an ICE. (People "debug" with printf statements.) We use Netduinos because with .NET we can single step and inspect variables in live code.
I agree that it's not a great platform, though. I personally prefer STM32 these days; it's dirt cheap (a basic development board is <$5) and powerful (72 MHz / 20 KB RAM / 128 KB flash on one of those boards). I believe there's even a way to integrate it into the Arduino IDE nowadays!
Re: Raspberry Pi Zero: the $5 computer
#419Earlier quoted context omitted.
Linux also isn't a real-time OS which is often important when dealing with motors and sensors.
What would be a real-time OS? I'd be interested in hooking up a bunch of independent boards that could interact with each other, and have as quick as a response to sensors as possible... Do you have any advice as to where to start with this type of project?
Re: Raspberry Pi Zero: the $5 computer
#420Earlier quoted context omitted.
Great! :). Will be refreshing /new/ tomorrow.
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.