Skip to main content
Visitor II
May 7, 2021
Question

Save to SD without connecting to the ST BLE Sensor

  • May 7, 2021
  • 2 replies
  • 1185 views

Hello,

I am using my sensorTile STEVAL-STLKT0V1 with the firmware SENSING_V4. To collect the data, I connect my sensor via Bluetooth to the app and save the data to SD. Unfortunately, it happens to me that if I move the sensor too far away from my phone and lose the Bluetooth connection, the sensor stops saving data to SD. 

Is there a way to save data even if the sensor is far away from the phone?

Thank you,

Chiara 

    This topic has been closed for replies.

    2 replies

    ST Employee
    May 7, 2021

    Hi Chiara @CRoma.1​ ,

    I don't recall using the firmware SENSING_V4, can you give me the download link, so I can investigate?

    Niccolò

    CRoma.11Author
    Visitor II
    May 7, 2021

    Hi Niccolo,

    this is the link you asked for: https://www.st.com/en/embedded-software/fp-ai-sensing1.html

    Thanks,

    Chiara

    ST Employee
    May 10, 2021

    Hi Chiara @CRoma.1​ ,

    you can try to remove the function SD_CardLoggingMemsStop() inside the hci_disconnection_complete_event(), in file sensor_service.c.

    I couldn't check if it works because I don't have the hardware to check, but it should be enough, if there are not other variable checks that I did not see.

    Hope this helps,

    Niccolò