Interact with puredata from gpio on a raspberry pi using python and OSC

Wanted to control puredata patches from a rotary encoder and display informations from puredata on an OLED screen pluged into GPIO in/out of a Raspberry Pi.

I tried to use wiring pi external, but it wasnn’t compiling.
I thinked about other methods and came out with this : receive gpio info using python scripts and sending OSC messages to puredata…

I’m not an expert in python nor pd, just something I had to do quickly for a project and wanted to share with you. Any comment or question is welcome.

github.com/Matfayt/autonomusberry.git

Read more here: Source link