LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview ARM embedded systems tutorial

Solved!
Go to solution

hello develop a little instruction to do a test to the LM3S8962 ARM development board, what it's worth I will continue doing more of these so you can help with labview program these devices, link https://decibel.ni.com/content/docs/DOC-29378 

 

The LM3S8962 ARM development board recommended by National Instruments, this simple project aims to test the communication between the buttons included on the card and VI, one of the buttons activate a LED and the other program ended. To do this project we need the NI toolset for ARM Microcontrollers Embedded

          1.png

 

 

0 Kudos
Message 11 of 16
(4,116 Views)

further below, and a project that works fine controlling a servomotor

the result you can see in the video below

http://www.youtube.com/watch?v=RiLZCEEOKG4

0 Kudos
Message 12 of 16
(4,109 Views)

In this proram you want to control the movements of a servomotor UP button: left position, right position DOWN, LEFT central position, stop SELECT program. The program consists of two routines, the first is responsible for the generation of messages on the screen of the card and the second PWM output signal at port, more https://forums.ni.com/t5/Student-Projects/Microcontrolador-ARM-PWM/ta-p/3495418

 

4.png

0 Kudos
Message 13 of 16
(3,908 Views)

We present a method for writing the OLED display and built-in speaker ARM LM3S8962 microcontroller, This procedure is desired display three strings in sequence, accompanied by a beep, create two subVI to perform this task, the to handle the first and the second screen to activate the horn (output PWM1). The PWM output must be configured in the project manager. more https://forums.ni.com/t5/Student-Projects/Microcontrolador-ARM-Display/ta-p/3495398

5.png

 

0 Kudos
Message 14 of 16
(3,907 Views)

This procedure wishes to data transmission between ARM LM3S8962 evaluation board and a computer, this process started when you press the Up button and stops when you press the Down button both located on the keyboard of the card will use for transmission the following configuration, port: 0, speed: 9600, data bits: 8, bist parity: none, stop bits: 1 bit, as in previous shows employ two routines, the first handles the message generation on the screen of the card and the second pulse output. more https://forums.ni.com/t5/Student-Projects/Microcontrolador-ARM-Comunicaci%C3%B3n-RS232/ta-p/3496078

0.jpg

 

 

0 Kudos
Message 15 of 16
(3,906 Views)

This procedure wishes to Ethernet data transmission between ARM LM3S8962 evaluation board and a computer, this process began when a client connection to the microcontroller, the server started generating random data and send to the client program (for this illustrative example only have paired with a client), if the client program disconnects or lost the link, the transmission stops and the microcontroller stay pending a new connection, as in previous demonstrations employ two routines the first is responsible for the generation of messages on the screen of the card and the second Ethernet communication, more https://forums.ni.com/t5/Student-Projects/Microcontrolador-ARM-Comunicaci%C3%B3n-Ethernet/ta-p/34960...

3.png

0 Kudos
Message 16 of 16
(3,903 Views)