This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# read CC2650 SensorTag by JP Mens | |
# follow https://smidgeonpigeon.wordpress.com/2015/07/21/raspberry-pi-2-ble-ti-sensor-tag/ | |
# to get started, but use Sensortag2650.py | |
import time | |
import json | |
import struct | |
import Sensortag2650 as sensortag | |
import paho.mqtt.publish as mqtt |