I have a netduino board. I have an RPI on order. I have trying to do some research on the best way to connect my Netduino to my Raspberry PI.
Initially, I thought I would just connect using a serial connection from the GPIO pins on my PI (TX, RD) to my Netduino pins for TX, RD.
However, the more I research this the more confused I am getting. I run into terms for SerialPort, I2C, UART, etc.
From the Netduino forums I know that Netduino can't be a I2C slave.
I want my setup to be where my control program is installed on the Raspberry PI...which has the keyboard and monitor...and my Netduino to have the sensors or servo motors etc hooked up and running.
I would like to be able to adjust a setting (example: change high temperature from 75 to 85 degree) on Raspberry PI and then the Raspberry sends this to Netudino. Also, from time to time the Netduino sends back changes from the sensors it has hooked to it.
How would you go about doing this?
Thanks, John