Hi,
I am doing some work around on arduino and raspberry pi. I am trying to connect my arduino uno board to raspberry pi using i2c. As we know, we can use java, C/c++ and python for arduino -pi communication. can anyone please tell me which one is the best and most preffered and also why?
Thanks in advance
Thanks and Regards,
Hema
I don't know which one is the best but I can suggest you to take a look to my java open source library.
I've already connected my Raspberry with Arduino with a simple USB cable.
Rather than essentially void statements such as "doing some work around", it might be useful to know what it actually is you wish to achieve, in order to suggest useful approaches.
You really need to research what libraries are available for the Pi for I2C access, which seems more of a"Pi" forum matter. It should be no great trouble for the Arduino.
If you are using a 5V Arduino, you need a level converter board (readily available on eBay) to interface with the 3.3V Pi interface.