do you mean you are not able to put the SensorTile.box in DFU mode?
Did you try the steps described in this post, for the recovery of the board?
Or would you like to stream sensor data on USB? In this case you can configure USB stream in Expert mode through the ST BLE Sensor app, or use the DataLogExtended example in the FP-SNS-STBOX1 function pack + Unicleo-GUI.
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
@Eleon BORLINI The issue is. I am writing a new project and configured USART1 based on the schematics and tried to see the result in teraterm. But it is not working. How to debug that and resolve the issue ?
I have installed ST link. If I use STEVAL-STLK01V1 Kit I shall able to see the Virtual UART and if I conenct STEVAL-MKSBOX1V1 and used BLE Sensor from the functional pack and enabled the # define for USART2
@Eleon BORLINI Hi Good Day. I am sharing the code which has the BLE configuration code as well.. I have written the code based on the reference manual dm00294449-bluenrg-1-bluenrg-2-ble-stack-v2-x-programming-guidelines-stmicroelectronics.pdf . I am enclosing the code and the hardware configuration made for the STEVAL-MKSBOX1V1 file . Kindly confirm what is the issue in UART and BLE part. it says failed...
The Hardware connectivity configuration is done thro CUBE MX and I have used XCUBE-BLE2 software functional pack. BLE using SPI and refereed the en.steval-mksbox1v1_schematic
Physical hardware : I am using NUCLEO -F401RE and SENSORTILE.Box .
[I have installed ST link. If I use STEVAL-STLK01V1 Kit I shall able to see the Virtual UART and if I conenct STEVAL-MKSBOX1V1 and used BLE Sensor from the functional pack and enabled the # define for USART2]
are you able to see the VCOM with STEVAL-STLK01V1?
the functional pack you are referring to is the SNS-BOX1?
BLE Sensor is the app for smartphone? if it is, does it work with STEVAL-STLK01V1?
@niccolo.ruffini I have downloaded two different functional packs available for both the development boards. The functional pack which comes along with the STEVAL-MKSBOX1 is not working. The attached project (BLE_1DeviceName) is the one newly created to check the advertisement and later on validate the customer service and characteristics.
I have enclosed the BLE_DeviceName Project which is created for STEVAL - MKSBOX1V1 and XCUBE -BLE2 software package. I have two issues one is non detection of USB debugging and other one is BLE code is not working...
Is it possible to check and guide me what is the issue. I have included only Device Name in the BLE code,