Earlier quoted context omitted.
This is something I'm very interested in, and nearly bought a Pi today; I want a board that I can learn ARM assembly and C on to build a toy OS. I built half of a tiny kernel on X86 (woo real-mode!) nearly a decade ago, so I know a tiny bit about it all, but I'd assumed the Pi was a great target: well priced, tonnes of them out there so hopefully well documented, etc. What would you suggest instead? I'm considering j…
Basically what userbinator said. I had to deal with them before, so if you can, stay away from cheap Chinese boards or hackable routers. When you're just learning, it's not worth it, the dollars you save will be more than made up in working around subtle bugs and trying to figure out what the poorly-worded, incomplete documentation is trying to convey. I also warmly suggest not to bother with anything that says Ather…
Introducing Raspberry Pi B+
201–210 of 223 posts
Re: Introducing Raspberry Pi B+
#202Re: Introducing Raspberry Pi B+
#203Earlier quoted context omitted.
reread the usb spec. it will not ruin the USB port.
I'm not aware of any spec requirements for overcurrent protection on the host ports (devices have strict power behavior per spec), though they may be there. I am aware, however, of countless USB host designs that simply put a 5v regulator rail on the power line and could probably be induced to overheat by a misbehaving device.
Re: Introducing Raspberry Pi B+
#204I still can't see why would anyone buy one except as one of those toys that you buy and then gets tossed in the closet. 10 years ago I could see the appeal, but now? The robotics, home automation, and weekend project use cases seem like would be better served by a $5 microcontroller. Some projects, such as the weather station, justify the use of a full-fledged OS, but with the cost of buying an existing, proven, weat…
The Raspberry Pi designers made a bunch of, IMHO, totally bone-headed design decisions early on (e.g., RTC "costs too much", but let's throw on a bunch of expensive ZIF connectors for overpriced peripherals that nobody will use) and the B+ is a move in the right direction to fix that.
My use case is "wifi terminal server." Which is to say that I built a battery-powered RPi system to connect Sky Safari on my iPad to a go-to telescope. The official Sky Safari wifi peripheral is $180 and can't even act as an access point! With the RPi, I have a better uart bridge (in that it runs hostapd) for one third the cost of the official solution. Plus, there is the possibility of adding auto-guiding using the gpio pins and some hacking.
Re: Introducing Raspberry Pi B+
#205It has ARMv7 and has a reasonable price.
Re: Introducing Raspberry Pi B+
#206A dedicated digital audio jack would be a useful addition, it could even take the place of the useless composite video RCA, so the port arrangement of the Model B would be kept. With a digital audio jack a pi could be a decent hifi music streamer, better and cheaper than the AirPort Express. Now you need a $30-50 splitter (or the hifiberry add on) to get the audio off the hdmi, which makes the total cost more than do…
For many people, the "useless" composite video RCA is what allows them to use the Pi. It's a great way to repurpose an old TV you have laying around.
It would be interesting to hear how many actually use the rca video.
Re: Introducing Raspberry Pi B+
#207Earlier quoted context omitted.
The Ethernet chip is a new one tho - maybe it's a little less terrible? (No idea - my applications for the rpi don't depend on it being a speed demon on the network.)
Any recommendations for similar small/cheap devices with better Ethernet?
Re: Introducing Raspberry Pi B+
#208Does the new Compute Module share the same increased USB ports (with more power available)? Have had nagging issues prototyping Pi's with cell modems due to power consumption and was looking at the Compute for an embedded application
Re: Introducing Raspberry Pi B+
#209Earlier quoted context omitted.
My biggest gripe with the Pi is a lack of proper USB power, so if you add all the stuff you need, especially for a wireless setup it's not so cheap and compact anymore. I'm happy that they've (hopefully) fixed the USB power problem, that makes it much nicer as a platform.
I've been providing power over the GPIO header directly, and have had great results. Combine a DC-DC supply with a few smoothing capacitors on a small daughter-board, add a barrel jack + 0.1" headers to interface and you get a lot more headroom and flexibility with how you power it. (Same-ish end result as the other fuse bypass methods, but with no soldering on the pi, and the caps seem to help with the inrush curren…
Re: Introducing Raspberry Pi B+
#210Earlier quoted context omitted.
Have you tried another power supply? I used a "high quality" one from RS (I think) and had odd problems with disk corruption and crashes when pushing the limits. I switched to a old iPad charger and the crashing problems went away.
There is a nasty bug with overclocking and filesystem corruption that is especially easy to hit under low-power conditions. Not sure if it's been fully fixed. eg: http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=26633