bluegiga

Android BLE onCharacteristicChanged not called

≡放荡痞女 提交于 2019-12-25 05:45:34
问题 I'm working on a project which includes a Bluegiga BLE113 module and an Android app. On the Bluegiga module I've set up several characteristics. For one characteristic I defined a descriptor to activate the client notification (in My case, the client is the Android app.). The characteristic definition of the BLE113 module looks like this: : <characteristic uuid="dcfa2671-974d-4e4a-96cd-6221afeabb62" id="ez1_flow_data_out"> <!-- org.bluetooth.descriptor.gatt.characteristic_user_description -->

Sniffing data of serial port without removing data from buffer

↘锁芯ラ 提交于 2019-12-13 02:40:16
问题 I am using the bgapi library to manage bluetooth communication using a USB dongle. The library will take a command from my program and will handle all serial communications through the COM port in its own thread. I want to echo back all data coming out of the COM port, but the library only gives me access to what it chooses to parse out itself. I could go into the bgapi library and change the functionality of the code, setting up a variable or function to return what data is currently being

Read / Write error in BGAPI for BLE112 modules by BlueGiga

为君一笑 提交于 2019-12-11 10:54:38
问题 I am trying to implement a communication between a BLE112 board and a BLE112 Smart Dongle by BlueGiga. These two support AT command set. I have managed to perform pairing between these two over the BLEGUI tool as shown in the screenshot below. For the Read operations the console shows following: ble_cmd_attclient_read_by_handle connection: 0 chrhandle: 3 TX: 00030404000300 ble_rsp_attclient_read_by_handle connection: 0 result: 0 ['No Error'] RX: 00030404000000 ble_evt_attclient_attribute

BlueGiga BLE development tools

流过昼夜 提交于 2019-12-05 22:22:48
问题 I'm looking at trying out the BlueGiga BLE112 kit to do some BLE development for iOS. I am switching from the TI CC2540 keyfob kits because my IAR Embedded Workbench eval-license expired (30 days) and that software is $2500+ for licensing. I'd like to know what the tools are for writing code for the BLE112; the website mentions "BG Script" and "BG Profile Toolkit", but I can't find any info on what the environment/licensing is for either of these tools. It also mentions writing C code for an