LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Will Labview support new Arduio Due?

A new Arduio is out. a 32 bit Arm version.

Can the existing Labview foftware support Arduino Due?

Is there a uprade in works.

I coul use even beta version.

Can someone please help

Message 1 of 8
(8,952 Views)

For the same reasons LIFA will not work with Arduino Leonardo LIFA will not work with Arduino Due.  Any Arduino Uno compatible library, like AFmotor,  that manipulates hardware registers will not work with Arduino Due. 

hrh1818

0 Kudos
Message 2 of 8
(4,475 Views)

Aduino Due and Labview.

What changes need to be done to existing Arduino code so dat Arduino Due to work in Labview?

Is there a poosible pah to reolve the issue?

Redards,

Behzad

0 Kudos
Message 3 of 8
(4,475 Views)

I would think that because LIFA is based on serial communiction, the only thing that would need to be done is to make new firmware that runs on the ARM processor that has all the same functionality of the existing LIFA firmware.  So, you should be able to go and find the differences between the ARM and non-ARM coding and implement those changes in the firmware.  I could be wrong but that's how I would think it would work.

0 Kudos
Message 4 of 8
(4,475 Views)

There is a module for ARM microcontrollers. Arduino due includes a JTAG interface. Perhaps, it can be programed this way.

0 Kudos
Message 5 of 8
(4,475 Views)

See post 10 here for info on using LIFA with Leo and Due.

-Sam K

LIFA Developer

0 Kudos
Message 6 of 8
(4,475 Views)

I have access to a computer with LabVIEW and the Embeded for ARM processors. I started to look into how to get it to work. it seems possible.

I currently have an Arduino DUE aswell. I need a JTAG programmer to continue. I belive 100% that i can get the Embedded to work with it BECAUSE Kiel uVision supports the Cortex-M3 Architecture. The Real Time Kernal + Agent need to be ported over to the SAM3X8E Chip. I have never dug so deap into microcontrollers, but even with my limited knolage the datasheet seems to lay everything out for me. So once i get a Programmer i will continue to work on getting labview able to program the DUE. beond the scope of LIFA. (incudign running without the computer.)

0 Kudos
Message 7 of 8
(4,475 Views)

jchalo99,

You are right that this should be possible.  You may have to port Keil's RL-ARM drivers to the SAM3X8E (not sure what state this is in) and then port LV Embedded for ARM to the Arduino Due.  One thing to note is that LV Embedded for ARM uses Keil MDK 4.11 so if the SAM3X8E was added after that you'll have to back port it, or try to use a newer version (which is not supported).

Let us know if you get it working.

-Sam K

LIFA Developer

0 Kudos
Message 8 of 8
(4,475 Views)