I've found a problem after connecting all of the sensors. The 'Arduino2Max' template only allows for the use of 6 analog inputs. Therefore I've had to go into the Arduino code and see what needed to be changed.
Initially the code read only inputs 0 to 5. By changing this to 0 to 9, I should be able to receive the Arduino mega's first 10 analog inputs.
Finally the other issue I've dealt with was the renaming of some objects in the max patch.
I have changed the names first 10 inputs to ensure they are linked properly in my main patch. Once I had done this, there were no further problems in receiving the desired inputs.
No comments:
Post a Comment