Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI configuration in porting BlueNRG DK 1.6.0

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

hui by Associate II
  • 348 Views
  • 0 replies
  • 0 kudos

SPWF01SA.11 OTA firmware update error.

Posted on March 17, 2015 at 20:38I am attempting to update my SPWF01SA.11 firmware using the AT+S.FWUPDATE command. I have an apache server running on my PC that contains the Rel. 3.3 .ota file. The exact .ota file is SPWF01S-141106-0950875-RELEASE-...

How to enable encrypted notifications

Posted on March 18, 2015 at 00:35We have notifications that we want encrypted, so we set the following flags   uint8_t charProperties = CHAR_PROP_NOTIFY|CHAR_PROP_READ;   uint8_t secPermissions = ATTR_PERMISSION_ENCRY_READ; Now using something like ...

karsten2 by Associate II
  • 493 Views
  • 0 replies
  • 0 kudos

AP configuration

Posted on March 06, 2015 at 14:45Hi, I have update SPWF01S firmware at 3.3version and now I need to create a AP with WPA protection. I read in other post who the WPA setting is not supported for AP application, so AP is supported only by WEP standar...

manuele by Associate
  • 413 Views
  • 1 replies
  • 0 kudos

Native Device Discovery in Android

Posted on March 01, 2015 at 13:12Hi,My goal is to have a BLE keyboard to be used with Android / iOS. One basic issue I have is that the Device (i am using BlueNRG Nucleo + STM32F) is not seen in the basic system Bluetooth Scan. My own Android App or...

Can't get LE ADV Report event (3E 02)

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