The Raspberry Pi is a credit-card sized general purpose computer.

learn more… | top users | synonyms

1
vote
1answer
26 views

How to connect an infrared remote control to PC or Arduino or Raspberry Pi?

I bought my kid a robotics kit with several motors and an infrared remote control (you can steer the robot using IR remote control). Now I want to take it to the next level and control the robots ...
3
votes
2answers
51 views

Can I use the RaspberryPi to receive the GameCube remote's RF signals?

I have an old gamecube that doesn't work and I want to gut it and fill it with Arduino boards and/or Raspberry Pi if necessary. I want the project to eventually have some kind of AI aspect, but I'm ...
4
votes
1answer
94 views

Python libraries for image processing and feedback control on raspberry pi

I'm building a motion detection and object recognition camera with feedback control for a hexy robot. Fortunately most of the servo control is handled by the analog servo controls and the high-level ...
3
votes
2answers
445 views

Arduino Nano + Raspberry Pi = UAV Ground Station?

I'm a programmer by trade, and an amateur aerospace nut, with some degree-level training in both fields. I'm working on a UAV project, and while the good people over at DIY Drones have been very ...
7
votes
2answers
206 views

Raspberry Pi operating system for robotics

Is there an operating system for the Raspberry Pi that is specifically made for running robotics applications? Or an operating system whose purpose is to optimized just to run a few specific programs? ...
5
votes
3answers
338 views

Including a RaspberryPi within a robot… Does this allow for a “universal API”?

I know this is a broad statement, but when you've got support for both TCP as well as a full fledged computer on board (to integrate/run an arduino), does this essentially allow for anything that ...
13
votes
6answers
782 views

Can ROS run on a Raspberry Pi?

Can ROS run on a Raspberry Pi? ROS is resigned to run on a network of machines, with different machines, even different cores on the same machine doing different jobs. Can one of those machines be a ...
0
votes
7answers
209 views

Good Microcontrollers/SOCs for a Robotics Project [closed]

I am looking for a starting point for my project, preferably using popular systems (ones there is a lot of support for). I have an Arduino Uno, a Raspberry Pi, and a lot of willpower :) Anyone here ...