Can someone point me to a reference for an interface between Arduino and R? I have seen some approaches using Processing, or Firmata, but nothing seems clear to me.
I have read analog data through an Arduino script, where it is converted to digital values and scaled, but I need to expose it to the R environment. This is not an extreme sampling problem. It is joystick data that I want to indicate a change of direction. I also need to write text data at times from R onto an LCD that I have successfully configured with my Arduino.
Arduino Uno, MacOS 10.8.5, R 3.2.1
And yes, this is fairly urgent, for a demonstration this weekend.
Thanks