We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone! So I wrote a little sketch using the Arduino (Firmata) and libPd (PureDataP5) libraries and I wanted to run this on a Raspberry Pi (with the Arduino connected directly to the Pi).
Now, PureData is available + installed on the Pi but the sketch doesn't run as the PureDataP5 library gives an error "PureData is only compatible with the 64-bit download of Processing". Is there any other workaround to run this sketch on the Pi instead of running Pd and Processing separately and using OSC to communicate? Didn't want to have two different programs running, essentially.
Answers
Hi @ayruos,
I am not a PD user, but I just compiled libpd for ARM, and hope you can tell me if it works as expected ;)
Here is the first version you could test https://github.com/gohai/processing-puredatap5/releases/download/armv6hf-test1/processing-pdp5-030fbda.zip
And if this doesn't work then perhaps also give this one a try https://github.com/gohai/processing-puredatap5/releases/download/armv6hf-test2/processing-pdp5-54a16a5.zip
Let me know how it goes, error messages, etc.
@ayruos Ended up giving it a shot myself - but no joy. I'll look into it some more, but no need for you to test this currently.
@ayruos ARM support for puredatap5 was just merged - try it out here and report back how it works for you!
@gohai, responded to you on Github... haven't managed to test it yet, but will do this week :)
hey guys!
@BrandonL ?