User Activity

Posted on April 16, 2015 at 15:36Hi,I'd like to knwow how I can generate a ''Write Command'', opcode = 0x52, in the Attribute Protocol.So far I'm able to send a ''Write Request'', opcode = 0x12, using the Aci_Gatt_Write_Char_Descriptor (HCI = 0xFD21...
Posted on April 10, 2015 at 10:26Hello,I'm trying to get data from a remote sensor.The BTLE is master, role 2.I'm implementing the code right on top of the HCI layer.I'm able to connect to the sensor and retrieve the service and characteristic info,...
Posted on February 18, 2015 at 13:55Hi,I' m implementing a driver right on top of the HCI interface.I can get most of the events I need except the ''LE Advertising report'' event.I know the BlueNRG chipset receives a Advertising message from over th...
Posted on February 03, 2015 at 08:49Hi everyone, I was wondering if there is an updated version for the UM1755 which (partially) describes the commands available for the BlueNRG chipset. I can't find decoding scheme for the VS HCI events for example...
Posted on February 02, 2015 at 15:43I'm trying to read ADV data sent from a sensor device to my BLUENRG device.I can see the ADV data with a sniffer, but I can't have my device to pass it up to my app.What HCI command should I send to the BLUENRG de...