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

BluNRG-1. LowPowerMode.

Hi All!I have a next question for low power mode.When i have using low power mode - SLEEPMODE_WAKETIMER - GPIO has generate some impulse for fix T-period. This reason in of operation low power mode?GPIO_SetBits(GPIO_Pin_6); HAL_VTimerStart_ms(0,2000)...

How can I send particular data(string or numbers) from one node to another node using x-cube-blemesh1 package?

I want to send data(specific data) from one node other nodes or app to node. I want to see those data in while debugging. In which function call( name of the function)it is reading the remote data in the firmware part?In BLE mesh we don't have avail...

Anitha by Associate III
  • 435 Views
  • 1 replies
  • 0 kudos

what are the remaining data in the data array, actually it is 8 bytes, data[0] is for sub command and what are remaining values in 7 indexes?

Here is the structure of packet in this actually it is 8 bytes data buffer but data[0] receiving is subcommand and what are the remaining valuestypedef struct{ MOBLE_ADDRESS peer; MOBLE_ADDRESS dst; MOBLEUINT8 command; MOBLEUINT8 data[DATA_BUFFER_LEN...

Anitha by Associate III
  • 407 Views
  • 1 replies
  • 0 kudos