-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant' make work the example_SLIP-OSC #12
Comments
Hmm ... honestly I haven't tested this much -- it was contributed by @avilleret -- @avilleret do you have any thoughts? |
afair, I tested it on a Teensy 3.2 which has a lot more memory than Arduino UNO. |
Hey @avilleret , thanks for replay! I tried your fix:
but I can't make it work neither... BTW, You are using two times the :
on the 'setup' and on the 'LEDcontrol' functions. I tried to bypass the second one too... In the OF side '/src/ofApp.cpp', I also tried to change this from 8192 to 128 just in case..:
any idea? |
hey @bakercp ... I have no success on this yet.. :( Any recommendation of what can I use to do this kind of job? (USB serial communication) I don't need to make the control using OSC on the project I am working now. I want to learn something solid to implement a stable and fast bidirectional control between a Raspberry and an Arduino. What do you think I can learn to use on future jobs too? |
It worked! 0.9.8 (ofxIO with stable branch) / Windows VS. Arduino UNO and Mega. Thanks @bakercp @avilleret ! |
hey @bakercp , thanks for the addon and the new improvements!
I had errors of out of memory on the Arduino code (using the Arduino IDE ). Then I uploaded the code with the Eclipse Arduino IDE and then upload worked. But the LED do not switch his state.
When the OF app is not linked to Arduino, it hangs blinking like if it was looped on the setup function. When they are linked, nothing happens on Arduino when clicking the OF app. Seems that LEDcontrol function is not called to run...
I am using an Arduino Mega.
The text was updated successfully, but these errors were encountered: