uploading a sketch made with MaxMSP in an Arduino
Hello,
I am really really new to the Arduino world.
I tried to make a sketch with MaxMSP because it seems really more easy to make/read (for me..)
than the Arduino C code in the IDE.
I'm using Maxuino/Firmata.
Every thing is working good.
Is there a way to upload/convert this patch in the Arduino to use it with the PC unplugged, as we can do after uploading a normal sketch made with IDE ?
I thought that Maxuino/Firmata permits to replace the C code in Arduino by a conversion of the maxMsp patch, allowing to only code "visually"...
For now it's working but I don"t manage to upload this in the Arduino.
Am I wrong ?
I searched in the forum... sorry if I didn't find the answer.
Thank you !
Julien
Forget using Maxuino/Firmata.
Not only that it prevents you from really learning both
Max and Arduino, it also tries to hide any info about what it does.
I know it's easy to simply say that, but it is the truth.
I will be glad to help you get proper code into arduino,
just post details about what you are trying to do.
Hello Source Audio,
Thank for your response.
It's true that maxuino/firmata prevents me to learn "non visual" coding like C and Arduino..
I don"t want to make a fight between visual/non visual coding..
..it's just for now, I only know Max =)
I don"t know for the moment what I am trying to do...
... I was just wondering if it is possible to upload in an Arduino a code only made by MaxMSP or if you always need a computer plugged to the arduino to interact with it..
In the same time, I'm starting to learn C/Arduino...but it seems sooo uncleared compared with a visual environnement.
So, even if Maxuino hides info about what it does or whatever :
converting a max patch into C/Arduino and upload it in the Arduino : possible or not ?
Thank again !
Julien
There is no way to "convert" anything here.
Indeed, to program the Arduino, just use the Arduino IDE and get started with the given examples or online tutorials, etc.
Once you know more about Arduino, you'll be able to try to make Max and Arduino communicate if it's something of interest to you.
Thank for your replies.