Does anyone have a more advanced handshaking sketch? Sensor data from Nano. Buttons and sliders from Processing to variables in the nano
For the Buttons you can take a look at the controlP5 Library, which you can directly Download in the Processing IDE, under the libraries tab.
As for handshaking with the Arduino Nano, you can use the Serial library for Serial Communication, which you can too Download directly in the IDE.
I have all of that and have most of my features working, but i am having difficulty getting it all to behave. I was hoping to find a working handshaking backbone to hang all of my code on.
Here you got an example :
You‘ll just have to adapt it to your own project and all should be good
If it is the basic know-how you need; in this link on the bottom of the page, it is explained.