ezixax wrote:
Can you connect solar panels to it and make a solar car just for the hell of it, with a camera on top? I'm just curious about what things like that you can do, and how easy it is.
Yes the pi can, in theory at any rate, do this.
ezixax wrote:
Aha, thanks for the answer.(All of the other answers are again, vague.) I guess what I'm looking for is an Arduino to not have to worry about these limitations.
You could certainly could use the Arduino except:
ezixax wrote:
I know Java already, which should help out.
The arduino doesn't do java. It does C/C++. You can use java to interface with it, but the actual code on the arduino has to be C/C++ (I say that, but I suppose there could be an additional shield out there that would let you do Java)
ezixax wrote:
Yep, that's about it. I couldn't find any info on how you can actually things get done, it's just vague explanation like "Next I connected a camera." I mean, connecting a camera itself isn't hard, the hard part is how to make it appear on another screen through blue-tooth or wifi. I think?
I think the reason for this is that no one has taken the time to turn a pi into a solar powered car with camera on top

But that kinda answers one of your later questions:
ezixax wrote:
But, then again, why are people saying you can learn programming with this thing? I don't see one advantage if you already have a PC. Anyways, thanks.
People are saying you can learn program with it because there is so much you *can* do with it that no one else has *yet* done with it! You gotta get down there and learn how to do it yourself. Now that said while no one has explained how to make a solar powered car with a camera which you can view via wifi (blu-tooth wouldn't give you enough range for fun stuff like exploring the yard from your bedroom

), people have written up lots of info on how to optimize web cams with the pi's USB ports, how to set up finicky wifi dongles, and you might even be able to find information on some general electronic practices such that you could say... wire up a solar panel to charge your battery back which in turn you could tap into with a voltage regulator and some capacitors to feed power back to the pi.
Now obviously if you have a PC you don't need the pi to learn programming, but the pi does help low income families out (which is its primary purpose), and it does help wealthier hobbyist have a reason to expand their programming abilities by giving them a low powered, easily mobile device to play around with.