cancel
Showing results for 
Search instead for 
Did you mean: 

Where is LVIFA_Base.pde for LabView 2012

Nathan_B.
Active Participant

Re: Where is LVIFA_Base.pde for LabView 2012

You should create a new discussion because this particular one is not related to your issue.

hs_hs
Member

Re: Where is LVIFA_Base.pde for LabView 2012

hey,

i m trying to interface arduino uno and labview....

i developed the block diagram... the baud rate i m using is (38400)... i m trying to read a register of cc1101 that has 1 byte value (for example 0x74)...

i m using SPI mode 0 and clock dividor of 4....

i get an error "

Error 5005 occurred at Unable to find Arduino.  Please make sure the Arduino is connected to your system and that the Arduino drivers are installed."

my arduino is being detected successfully.... i ve drivers updated....  cant figure out the issue....... can any 1 help plxxx?

miguel10
Member

Re: Where is LVIFA_Base.pde for LabView 2012

alguein me podria ayudar con la coneccion de arduino DUE con labview, no consigo hacer la coneccion con esta libreria

hrh1818
Active Participant

Re: Where is LVIFA_Base.pde for LabView 2012

When LIFA first came out the Arduino IDE used a .pde extension for sketches.  But a couple of years ago the Arduino IDE started using .ino extension for sketches.  Hence you should be looking for LIFA_Base.ino.

hrh212

miguel10
Member

Re: Where is LVIFA_Base.pde for LabView 2012

no, esa etencion tampoco es compatible con mi tarjeta arduino DUE, por eso he tenido complicaciones al realizar la coneion con labview

hrh1818
Active Participant

Re: Where is LVIFA_Base.pde for LabView 2012

An Arduino Due is not compatible with LIFA or LINX.

hrh212

miguel10
Member

Re: Where is LVIFA_Base.pde for LabView 2012

entonces con cual es compatible? o como se realiza la comunicacion?

hrh1818
Active Participant

Re: Where is LVIFA_Base.pde for LabView 2012

LIFA is compatible with the Arduino Uno and the Mega 2560.

LINX is compatible with the Arduino Uno, Mega 2560, Leonardo, Nano and Mega 1280.

hr212

ramsey93
Member

Re: Where is LVIFA_Base.pde for LabView 2012

thanks for lvifa link, i had the same problem but after downloading the zip it worked..though it still giving me error 5002 and don't know whats the problem