LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

LM3S8962 - Wireless Capability

Hello,

 

I have a Stellaris LM3S8962 evaluation board that I am looking to use for a project.

However, I was wondering how I can acheive wireless connectivity with the board?

I have seen a few WIFI modules that utilise the UART, but am unsure as to what one to get, etc.

 

Also what transfer rate is possible with these modules, can I transfer a live video feed?

If not, what is more suitable?

 

Many Regards,

0 Kudos
Message 1 of 2
(5,478 Views)

Hi mkenneday, 

 

There is an example showing serial communication at: 

C:\Program Files\National Instruments\LabVIEW 2011\examples\lvemb\ARM\LM3S8962\Serial

 

I noticed you also posted over on the TI forums and they pointed you towards a different development platform for compatable wireless modules: 

http://www.ti.com/tool/DK-LM3S9B96

 

This means you will also have to port your code to a custom hardware target, as explained in this tutorial and the labview help.

 

Your question on streaming rates can be estimated by using some basic math. If you can sustain a baud rate of 115200 you will be able to stream .144MB/s. From wikipedia, it looks like the rates needed for video are generally on the order of 1MB/s. This means that you will need to use a higher baud rate, which can be unstable. The wireless module you choose will also need to be able to keep up with the rates needed. 

 

My first impression of this system is that it might be possible to build but it will not be simple. A better bet might be trying to simplify the system. Particularly if you can eliminate the video aspect and stream some other form of sensor I think it would be much easier to build. 

 

Jesse Dennis
Engineer
INTP
0 Kudos
Message 2 of 2
(5,459 Views)