TI中文支持网
TI专业的中文技术问题搜集分享网站

基于TM4C1294NCPDT IOT Work工程分享

代码工程来自于github,工程的介绍如下所示:

IOT Work with TIVA TM4C

In this work you can find out an IOT implementation with TI TivaWare TM4C board.

http_get.c is the main code which you have to execute.

What this program do?

First of all this program is suitable for Code Composer Studio platform.It's written in CCS 9.2.0 , please be careful about this matter.

This program aiming to creating a system which requirements listed as below ;

-Program has to be a timer.This timer trigger the semaphore every 15 seconds to executing the next task.

-First task is TaskForTMP006 , this task pending for semaphore0.Semaphore0 sending by TimerISR.

-TaskForTMP006 created for getting temperature value from tmp006 sensor.

-Second task is TaskForBMP180 , this task pending for semaphore1.Semaphore1 sending by TaskForTMP006.

-TaskForBMP180 created for getting pressure value from BMP180 sensor.

-This sensors available on BOOSTXL SENSHUB.If you have not this part , this program couldn't work.

-To get the temperature and pressure values from the internet , system use the ethernet connection.So , you have to connect the Tiva tm4c1294ncpdt's port with the Wi-Fi modem's LAN port.

To get more information about usage of program please contact me. fhg971 at gmail dot com

xyz549040622:

工程链接如下所示:

Tiva-TM4C1294NCPDT-IOT-WORK-master.zip

Susan Yang:

谢谢分享

赞(0)
未经允许不得转载:TI中文支持网 » 基于TM4C1294NCPDT IOT Work工程分享
分享到: 更多 (0)