PINE64
PINE64 connected to Arduino over I2C - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: General Discussion on PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=3)
+--- Thread: PINE64 connected to Arduino over I2C (/showthread.php?tid=3125)



PINE64 connected to Arduino over I2C - shockr - 01-13-2017

Hey folks,

As one of the steps in my ongoing PINE64 robot project, I wrote a couple of blog posts that deal with connecting the Pine and an Arduino Mega over the I2C bus. My Pine is the 1GB version running longsleep's Ubuntu image.

The first post covers the the pin connection and the Arduino sketch.
http://nanite.co/2017/01/12/extending-gpio-with-an-arduino-connected-to-the-pine64-using-i2c/

The second post explains the C and C# code for controlling the Arduino from the Pine.
http://nanite.co/2017/01/13/controlling-an-arduino-connected-to-the-pine64-over-i2c-with-c-and-csharp/


RE: PINE64 connected to Arduino over I2C - xalius - 01-13-2017

Thanks a lot for writing and sharing those!


RE: PINE64 connected to Arduino over I2C - tllim - 01-16-2017

(01-13-2017, 02:21 AM)shockr Wrote: Hey folks,

As one of the steps in my ongoing PINE64 robot project, I wrote a couple of blog posts that deal with connecting the Pine and an Arduino Mega over the I2C bus. My Pine is the 1GB version running longsleep's Ubuntu image.

The first post covers the the pin connection and the Arduino sketch.
http://nanite.co/2017/01/12/extending-gpio-with-an-arduino-connected-to-the-pine64-using-i2c/

The second post explains the C and C# code for controlling the Arduino from the Pine.
http://nanite.co/2017/01/13/controlling-an-arduino-connected-to-the-pine64-over-i2c-with-c-and-csharp/
Thanks, good article to post when we create the new guide section.