Metadata-Version: 1.1
Name: robotice-cc2541-device
Version: 0.0.2a
Summary: Robotice driver for BLE - CC2541
Home-page: https://github.com/robotice-devices/cc2541-device
Author: Ales Komarek & Michael Kuty
Author-email: mail@newt.cz & mail@majklk.cz
License: UNKNOWN
Description: ==========
        CC2541 BLE
        ==========
        
        Robotice driver for SensorTag a Bluetooth Low Engery (BLE GATT) device
        
        
        Requirements
        ------------
        
        * bluez
        * gatttool
        * pexpect
        
        
        Usage
        -----
        
        search device MAC
        
        .. code-block:: bash
        
        	hcitool lescan
        	LE Scan ...
        	78:A5:04:8C:25:A7 (unknown)
        
        get data
        
        .. code-block:: bash
        
            python cc2541 78:A5:04:8C:25:A7
        
            in while cycle
        
            python cc2541 78:A5:04:8C:25:A7 -r
        
        
        Read More
        ---------
        
        * based on https://github.com/msaunby/ble-sensor-pi
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: System :: Software Distribution
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
