HOW TO CONNECT STEVAL-IDP005V1 TO STM32F401RE NUCLEO BOARD?
Hello,i interface the STEVAL-IDP005V1 but am not able to flash the .bin file into this and its size is reduce to 32kb so help me to fix this issue
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Hello,i interface the STEVAL-IDP005V1 but am not able to flash the .bin file into this and its size is reduce to 32kb so help me to fix this issue
I am new to Bluetooth development so maybe the answer is obvious. I would like to use BLE on a wearable for indoor localization with Eddystone beacons, so far so good. At the same time (or in a timeframe) I would like to transmit information via BLE ...
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)...
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...
Three Bluetooth nodes are available, in that two Bluetooths are within the range of app and one is away from app, through which node it will communicate with third node among two? In the firmware where it will decide? where can I find relay node fu...
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...
When Loading Firmware to ST2100 with sfwloader.exe, the command prompt shows 'This program cannot be run in DOS mode'.The Host PC is windows 7(32bits). I open the Command Prompt by win+R ,typing cmd command .
Hi, I'm using the example "BLE_SensorDemo_Central" from SDK to design a PoC to scan iBeacons devices.I can't figure out why the scan procedure is too slow. I have two iBeacon devices near by the BlueNRG-1. They are sending iBeacon messages in 3Hz, bu...