TI SensorTag

From eLinux.org
Revision as of 21:56, 14 April 2014 by Alvareap (talk | contribs) (Created page with "Category:ECE497 Category:SensorTag == Overview == --thumb|Inputs and Outputs for FlexSensor The [http://processors.wiki.ti.com/index.php/Bl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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

https://github.com/popenhjc/popenhjc_ECE497


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