Hey,
I`m new to Arduino. I am working on Arduino Boards and Cubesatkit. I am new to both of these. I need help in Interfacing Arduino UNO with PIC 24 of Cubesatkit. Can anyone help me in this regard.
Hey,
I`m new to Arduino. I am working on Arduino Boards and Cubesatkit. I am new to both of these. I need help in Interfacing Arduino UNO with PIC 24 of Cubesatkit. Can anyone help me in this regard.
using the Serial ports would be my 1`st choice, they`re pretty easy to set up, and you can get good data rates without using up too many pins (only 2 pins needed and a common Ground).
if you needed to use the serial for something else though, you can use a virtual Serial library "newsoftserial" I think it`s called.
Hey, Thanks for the reply. I need to communicate using I2C.
in that case you can use the Wire library for the arduino side, here: http://www.arduino.cc/en/Reference/Wire
and if I`m not mistaken, I think the PIC has an I2C peripheral already onboard.
Hey,
I am already using Wire Library for the Arduino side. But i have problem in interfacing the Arduino UNO with the Cubesatkit PIC24.
Then I`m afraid you`ll have to be much more Specific, What exactly is the problem?
Hey,
I am working on Cubesatkit. I would like to know the I2C Slave address of PIC24FJ256GA110-I/PT.PIC24FJ256GA110-I/PT.. I am having problem in interfacing the Arduino UNO with the Cubesatkit PIC24. We are using Pluggable Processor Module D1 (PPM D1) with Microchip PIC24FJ256GA110---710-00527, Version is Rev A.
well, I`m not familiar with this chip (yet) but if you take a look at section 15 here: http://ww1.microchip.com/downloads/en/devicedoc/39905b.pdf
this will give you all the available information about the I2C registers (and a load of other things) specific to your chip 
Hope that helps, All the best!
Thanks for the reply. I willl go through it again.