08-18-2023 12:12 PM
I am having a MAX 7219 8by8 LED panel of four.
This MAX 7219 is driven by Arduino.
Now I have to connect this Arduino to the NI DAQ 6363 analog input and drive the Arduino board to lite the each individual LED for every press of Left, Right, Up and Down key in the keyboard.
If i press UP arrow the LED should up up and if I press DOWN it should jump down and same for LEFT and RIGHT.
Any help will be highly appreciated.
08-18-2023 07:55 PM
Why it has to be through NI DAQ and Arduino? is this a lab work?
You can use LINX or Hobbyist toolkit to control Arduino from LabVIEW without involving 6363.
08-26-2023 11:27 PM
Okay, thanks.
I will try to add the Hobbyist toolkit to run the Arduino straight away.