Log files from ST BLE Sensor app
When logging with the app on an iPhone i can't see where the log files are stored. Can you advise where these are stored?Thanks
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
When logging with the app on an iPhone i can't see where the log files are stored. Can you advise where these are stored?Thanks
We are creating a board with both WIFI and bluetooth on it along with other sensors and communictions equipment. We have about 450m of data to transfer (4-8 hours of run time data) . BLE is out due to the amount of time to transfer the data. bluetoo...
Is it possible to create a mesh with more than 3 nodes ? Unfortunately MAX_NUMB_ELEMENTS is set to 3.
Hi,I was wondering if it is possible to send data from client to sever when reading characteristic?In order to save memory, I am trying to have only 1 profile with 3 characteristics (Read/Write/Notify). The idea is, when the client wants to read data...
I have 1 Gateway and 2 devices(A and B).I use example UDP-sender and UDP-receiver to try implement my project.The gateway(Sender) with 2 devices(Receiver) communication is OK use Sub-Ghz.But if my gateway first communicate device A then I change IP a...
Hi all,I am using a Nucleo-144 board and enabled the FreeRTOS. Afterwards i've integrated FreeRTOS+TCP sources and headers and Paho MQTT application. I created a thread to run a MQTT Echo Server but i am having troubles connecting. This is my code:st...
I'd like to select the update rate for specific sensors and create a csv file on the iPhone. Sorry this appears to be such a basic question but i am very new at embedded systems development but anxious to have even some small progress. Any effective ...
Hi Sir/MadamCan you please tell me which antenna you are connected to edge mint SMA jack(142-0701-881) in the STEVAL-IDB008V2? I didn't find in the BOM of STEVAL-IDB008V2.
i am writing an andriod app, i am wondering which call back of BlueNRG2 will respond after the following codes of app? BluetoothGattService gattService =bluetooth_gatt.getService(java.util.UUID.fromString(serviceUuid));BluetoothGattCharacteristic gat...
I want to create a mesh in which every node (BlueNRG 2) share some sensor measurements to each other. The measurements should be transmitted over an I2C connection from a sensor module. My Problem is now that I can't configure a working I2C connectio...