Arduino to PD [Serial]
![]() |
There are many ways of getting Arduino and PureData talking to each other. However sometime you want something simple and stable for Arduino to PD communication. This method is super easy and allow you to do what ever is needed in code on the Arduino and simply print out sensors or switches values from Arduino to PD. The examples below allow for as many input as need to be added. |
![]() |
From Arduino we print the value of the 1 or more sensor using: Serial.println(); (Click on icons on the left to download the .ino and .pd files) |