TI SensorTag

From eLinux.org
Revision as of 21:59, 14 April 2014 by Alvareap (talk | contribs) (Overview)
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.

TI Sensortag Wiki


The python scripts that interface with the BeagleBone Black were modified from msaunby's Raspberry Pi Scripts.

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>