So, I've been seeing this topic floating around, but I'm still kinda lost. I'm trying to simply read sensor data from 4 of the analog pins and 1 of the digital pins and use the data in PD. I've been attempting to run the Arduino2PD code utilizing the simple message system library. The code uploads fine, but when I run the accompanying PD patch I get :
sprintf c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c*
... couldn't create
zl group 62
... couldn't create
when I poll the arduino i get:
error: inlet: expected '' but got 'float'
anyone able to get this patch working? its just the simple kind of patch that I need.
I've tried the PDuino firmware, which I couldn't get working either (and yes, I have the externals). That code seems like overkill though, as I only need to read my pins. Any ideas on how to get arduino working with PD?