User Activity

Posted on May 14, 2015 at 01:55The test setup is to send notification with a new number every 2s from STEVAL-IDB002V1 to my custom board.  The  FW in chip is v6.3. My application code is based on Ble-chat demo from SDK1.6.0/1.7.0. 1. The test la...
Posted on April 17, 2015 at 22:20In AN4494, Bring up BlueNRG app note, both Chapter 8 and 9 mention thatSend a further command to determine the number of packets sent by the Tx board: HAL_LE_TX_TEST_PACKET_NUMBER What is the LE command above? Where...
Posted on April 02, 2015 at 21:58Hi I am trying to make GUI work with TEVAL-IDB002V1 board over USB. Following user manual of DK, the orange LED DL2 will started to blink. When I went to Tools->BlueNRG updater..., it said ''Port is closed''. What ...
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...
Posted on March 20, 2015 at 01:08Hi- I have problem when I port code from BlueNRG DK to my custom board with a different MCU. The original code has configurations for SPI_NSS and SPI_CRCPolynomial in SdkEvalSpiInit() inside SDK_EVAL_Spi_Driver.c.   ...