Hi,
I already know how to start and execute python/shell-scripts on the linino-side,
so I could already "outsource" a lot from my sketch...
BUT I couldn't find a way to trigger my relay (connected to digital pin 8 ) from the linino-side via REST, web or browser...
I only found a way to do it with a sketch (ARDUINO-Tutorial: http://arduino.cc/en/Tutorial/Bridge#.Ux3sc9xvVmo)
but with that code my sketch-size is currently at 99% ... AFTER maximum-code-optimization and leaving out all I don't need.
and I really need more sketch-space.
Is there a way I can accomplish triggering the relay over REST/Web/browser with python/shell-scripts or something?