salemrachad / Interactive_Painting

Creating a game of life interactive painting for digital fabrication masters @ied madrid
MIT License
0 stars 1 forks source link

Send 2dArray from Processing to Arduino Still not working #7

Open salemrachad opened 4 years ago

salemrachad commented 4 years ago

I'm still figuring out how to send a 2d array via serial communication from processing to Arduino. I start by sending a request from Arduino for 1 frame. Hopefully, if I get this working I will implement many frames and make an interactive painting

salemrachad commented 4 years ago

Case 2 - is activating a push buttonrequest from serial from Arduino part - and waiting for processing to answer - Still working on the code as it is not sending proper values