2

I am trying to figure out different ways to get my Arduino Uno R3 and Raspberry Pi 2 B to work together. I am looking for suggestions/projects that I can do that include both the Arduino and Pi working together. Are there any projects out there that let you do this? Thanks

asked Oct 2, 2015 at 15:58
0

1 Answer 1

3
+50

This is one of the most reliable projects I found:

https://www.raspberrypi.org/magpi-issues/MagPi07.pdf

It uses Python and the Firmata protocol. You're going to need to install arduino software on the RasPi (sudo apt-get install arduino).

Basically what happens here is that the Firmata on the Arduino interacts with Python to control the Arduino. It's limited as PyFirmata takes over the whole board, but unless you're doing something really complicated you're good.

answered Oct 12, 2015 at 16:11

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.