if (do_name() != 'Home') : ?>
endif ?>
Posted by lievn on Dec 01, 2009
hi,
it is. you should create a listerer in nodebox and bind it to a read function. have a look at the fftEquiliser example included in the osc zip. (example on communication between puredata and nodebox)
another possibility is to connect your arduino directly to nodebox over pyduino. Since you can send messages over serial (from your arduino board) you could also just use a serial library.
http://code.google.com/p/pyduino/
http://pyserial.sourceforge.net/
good luck
Posted by João Menezes on Dec 09, 2009
include("util/comment.php"); ?>
Thanks Lievn ;)
Sensors
Posted by joão Menezes on Nov 26, 2009Hi there,
I'm working in a project which approach movement sensors and accelerometers via arduino to Max.
My question : is possible to nodebox to receive these data (0sc packets) and apply it to real time processing, with SVG library for instance, in a 'stable' way ?
Best regards,
João Menezes