Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BLUENRG - Beacon mode.

Posted on October 01, 2015 at 14:45 First I configure the module. void BLUENRG_Setup(void) { HCI_Init(); BlueNRG_RST(); Osal_MemCpy(bdaddr, SERVER_BDADDR, sizeof(SERVER_BDADDR)); /* Configure BlueNRG address as public (its public addr...

BLueNRG: No Advertizing

Posted on May 12, 2015 at 11:08Hello,I want to use a BlueNRG as HCI device. I�ve used the ACI Command Write_Config_Data to set a public address (0xaa, 0x00, 0x00, 0xE1, 0x80, 0x02). I use the HCI command �LE Set Advertising Data Command� and finally...

torsten2 by Associate II
  • 410 Views
  • 5 replies
  • 0 kudos

Re:

Posted on September 21, 2015 at 22:15Hello,I am facing similar issues with limited resources on higher data rates using notification packets of 20 bytes. Were you able to find a workaround for this ? Can someone from ST provide some insight on this?

hdsouza by Associate
  • 380 Views
  • 0 replies
  • 0 kudos

Re:

Posted on September 18, 2015 at 09:16Hello Maurizio,first of all the answers:1) The way we can measure it can be getting:- a TX node with a TX signal output on GPIO - a RX node with a SYNC detected signal output on GPIO- a scopeThe time delay can be...

BlueNRG -help with the code

Posted on September 17, 2015 at 10:29Looking at the examples provided with X-NUCLEO-IDB04R1 I found it difficult to understand all the layers and protocols. If I want to establish connection with a device and send/receive some data - what function s...