Interface and connectivity ICs

Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BlueNRG chip becomes unresponsive

Posted on March 04, 2015 at 14:29I have had two boards/chips fail in the same way - one today and one a few weeks ago. Symptoms on both boards are identical: 1) Boards had been working correctly and failed in operation. No obvious damage caused to b...

charles23 by Associate III
  • 554 Views
  • 3 replies
  • 0 kudos

Trouble with exiting data mode

Posted on April 23, 2015 at 09:58Hi,I have a problem trying to exit data mode upon establishing the connection as the socket server. The problem is that the escape sequence is interpreted as yet another data chunk to be sent to the client. Increasin...

Spirit1 169 eval kit BOM L3 is capacitor?!

Posted on April 22, 2015 at 17:57Hello, I'm studying the schematics of the spirit1 eval kit at 169MHz (vers. 4). On the PA output filter, L3 is referred as L_TBD_0402. In the BOM, L3 appears as being a ceramic capacitor! Can you confirm this is norm...

''Write Command'', opcode = 0x52

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...

SPWF01SC.11 send data to Server by TCP Socket.

Posted on March 27, 2015 at 09:51I use SPWF01SC.11to send data to server (about 6KB every 4 minutes).I split data to 2 packages (3KB each package) then send to server by TCP Socket.But sometime 1 package is lost.Can anyone help me to solve this prob...

Khoa Tran by Associate II
  • 1433 Views
  • 13 replies
  • 0 kudos

How to manage bonded device list?

Posted on April 12, 2015 at 19:19Is there a way to selectively remove one bonded device from the list of bonded devices? This would be equivalent to the ''Forget this device'' command provided in the iOS Bluetooth settings. I don't think there is su...

charles23 by Associate III
  • 1035 Views
  • 5 replies
  • 0 kudos

Register for notification

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,...

BlueNRG - How to write my own application

Posted on April 01, 2015 at 10:58Hi, I have the STM32 Nucleo and the X-NUCLEO-IDB04A1 Bluetooth low energy expansion board. I'm using the X-CUBE-BLE1 software package.My question is how to write my own application that receives characters sent via B...

giucax by Associate
  • 838 Views
  • 3 replies
  • 0 kudos

What is the Max Read/Write Buffer Sizes for BlueNRG

Posted on March 23, 2015 at 22:50Hi- Doc UM1755 says slave header on SPI indicates read/write buffer size by bytes 1-2 and 3-4. If ACI command pkt is bigger than 128 bytes then mast has to send it in 2 SPI write transactions. Does it mean the size f...

hui by Associate II
  • 551 Views
  • 1 replies
  • 0 kudos

hci_le_transmitter_test is working well?

Posted on March 25, 2015 at 16:15Hello, Can you clarify how work function hci_le_transmitter_test?I could not find any description of this method. I found that the test run for just a second, but I thought that the test will continue until the comma...