Skip to main content
Visitor II
August 10, 2021
Question

I am using sensortilebox using Nucleo board. Found error in Virtual COM port ...Anyone faced the same issue

  • August 10, 2021
  • 10 replies
  • 2491 views

    This topic has been closed for replies.

    10 replies

    ST Employee
    August 19, 2021

    Hi @Snara.2​ ,

    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

    Snara.21Author
    Visitor II
    August 23, 2021

    @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 ?

    ST Employee
    August 23, 2021

    Hi @Snara.2​ ,

    did you configured the SensorTile.box using the predefined settings in STM32CubeMX?

    In any case, I again suggest you to the DataLogExtended example for a starting point for implementing the data stream on USB.

    -Eleon

    Snara.21Author
    Visitor II
    August 25, 2021

    @Eleon BORLINI​ I tried that module , is there is any command I need to enable. It is not wotking,,

    ST Employee
    August 27, 2021

    Hi @Snara.2​ ,

    which operative system are you using? You might need to install the STM32 VCOM drivers to get the board recognized by your PC.

    You can find them at this link --> STSW-STM32102.

    -Eleon

    Snara.21Author
    Visitor II
    August 29, 2021

    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

    Snara.21Author
    Visitor II
    August 30, 2021

    @Eleon BORLINI​ 

    ST Employee
    September 1, 2021

    Hi @Snara.2​ ,

    you might share you code, so that we can have a look inside and check the USART configuration.

    -Eleon

    ST Employee
    September 1, 2021

    Hi @Snara.2​ ,

    may I ask you to clarify this answer:

    [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?

    Snara.21Author
    Visitor II
    September 1, 2021

    @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.

    ST Employee
    September 2, 2021

    Hi @Snara.2​ ,

    can you check if the ALLMEMS function pack works?

    Niccolò

    Snara.21Author
    Visitor II
    September 2, 2021

    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,