I am doing robotics project on Raspberry pi and Arduino. The Arduino UNO is connected to raspberry pi. I am using the raspberry pi in Putty (SSH) now.
I want to setup user interface for raspberry pi also most importantly i want to use Arduino IDE to work and load Arduino sketch into system. How to do this?
avrdude, which I believe is the (command line) tool used for uploading sketches to actual Atmel based devices like the Arduino (the IDE can be used for other things as well). I haven't tried though, so won't post that as answer. If you follow this lead and it works, please add an answer of your own. I don't know about remote use of the IDE, but you should be able to compile a sketch, transfer it, then useavrdude.