06-28-2012 05:49 AM
Hello all
I am using the Arduino Leonardo in conbination with labview,
does anyone know this is possible?
Greetings Paul
06-28-2012 06:28 PM
Hi Paul,
"I am using the Arduino Leonardo in conbination with labview,"
Have you tried hooking it up? Any activity?
Dale
www.GorillaBuilderz.com
06-29-2012 12:36 PM
Hello Dale
Thanks for reacting.
I hooked it up and when I uploaded the labview base frimware
it says that the AFM motor component is not reconized, chip is not supported.
I also see opening the firmware I get six tabs with alle code blocks for arduino in it
this is not as I see in the examples.
Programming leonardo with arduino interface works fine.
Paul
06-29-2012 08:26 PM
Hello again Paul.
Please try and upload examples and screenshots of what you are referring to. It is very hard to visualise exactly what problems you are having otherwise
Dale
06-30-2012 03:41 AM
Hello Dale
Underneath the responses(leonardo connected)
from the compiler selected Uno or Leonardo
Arduino uno selected:
avrdude: stk500_getsync(): not in sync: resp=0x00
Arduino Leonardo selected:
AFMotor.cpp:97:5: error: #error "This chip is not supported!"
AFMotor.cpp:114:5: error: #error "This chip is not supported!"
AFMotor.cpp:134:5: error: #error "This chip is not supported!"
AFMotor.cpp:152:5: error: #error "This chip is not supported!"
AFMotor.cpp:173:5: error: #error "This chip is not supported!"
AFMotor.cpp:190:5: error: #error "This chip is not supported!"
AFMotor.cpp:213:5: error: #error "This chip is not supported!"
AFMotor.cpp:230:5: error: #error "This chip is not supported!"
Paul
07-01-2012 07:10 PM
Ok Paul, now we can see where the issue is. The LVIFA does not support the new ATmega32u4 chip. Basically you will either have to wait for the Labview crew to update the library, do it yourself or you can select UNO from the IDE dropdown list and see if 1)it compiles and 2)if you can run a simple say LED blink test?
So I guess in answer to your original query...
I am using the Arduino Leonardo in conbination with labview,
does anyone know this is possible?
I guess the answer is 'No', not easily.
Dale
02-11-2013 03:48 PM
There is now an answer in this thread:
10-14-2013 12:15 PM
im not able to use it whit the instructions given in that link
02-18-2014 12:03 PM
Here it is...
02-06-2015 01:35 PM
Now this is the error:
C:\Program Files (x86)\Arduino\libraries\RobotIRremote\IRremoteTools.cpp:5: error: 'TKD2' was not declared in this scope
For LIFA_Base
What's wrong?