Introduction: How to Control GizDuino Using Processing*
A few weeks ago, I have published an Instructable about "How to control GizDuino using Visual Basic" - https://www.instructables.com/id/How-to-Control-Giz....
I will now document another way of controlling GizDuino using the open-source Processing application which can be downloaded from this link: https://processing.org/download/?processing
Step 1: Processing Sketch
Basically the sketch created four squares and texts.
Each boxes wait for mouseClicked() being issued against the specific boxes and would send data serially base on the existing GizDuino sketch:
1 = LED1 ON, 5 = LED1 OFF
2 = LED2 ON, 6 = LED2 OFF 3 = LED3 ON, 7 = LED3 OFF 4 = LED4 ON, 8 = LED4 OFF
The working application was attached. Source code may be requested through howsimplyisitdone@gmail.com
Thanks.
Attachments
Step 2: GizDuino Sketch
The same sketch will be used for our GizDuino sketch as attached.
Attachments
Step 3: External Circuit
We will also have the same series array of LEDs and resistors.




