Difference between revisions of "TI SensorTag"

From eLinux.org
Jump to: navigation, search
(Created page with "Category:ECE497 Category:SensorTag == Overview == --thumb|Inputs and Outputs for FlexSensor The [http://processors.wiki.ti.com/index.php/Bl...")
 
Line 22: Line 22:
 
== Sample C Code ==
 
== Sample C Code ==
  
https://github.com/popenhjc/popenhjc_ECE497
+
 
  
 
<pre>
 
<pre>

Revision as of 21:57, 14 April 2014



Overview

--

Inputs and Outputs for FlexSensor

The TI BLE SensorTag is a portable low-power module that uses Blueooth Low Energy (BLE, Bluetooth 4.0) and various sensors to communicate data to any BLE reciever.

http://processors.wiki.ti.com/index.php/SensorTag_User_Guide TI Sensortag Wiki]


Inputs and Outputs

Bone Usage

FlexSensorWiring.jpg


Reading and Interpreting Analog Input Data

Sample C Code


****************************************************************/
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <poll.h>
#include <signal.h>
#include <unistd.h>