This is the response I got from the ST Support Team:Unfortunately, at this time, the specific functionality (Create a new Application -> Example Apps) is only compatible with the SensorTile.Box platform.
The STEVAL-STWINKT1B has 2 modes of compatibility with the STBLESensors application:
1. Connect one Device (FP-SNS-DATALOG1)
This mode allows you to configure a data capture, including which specific sensors, their sensitivity, ODR, etc. When the capture is started, the data will be saved to a uSD card, which must be populated on the board. This is due to the potential high data rates, which can oversaturate the BLE connection if it were streamed directly. In this mode, you can also tag the data and view any machine learning core outputs.
2. Connect one Device (STSW-STWINKT01)
This mode will allow you to stream the environmental sensor data only (temperature, pressure, humidity) to the app over BLE.
The source code of the application is available on github (https://www.st.com/en/embedded-software/stblesensor.html, links at bottom depending on desired platform) so you can modify it yourself, making sure to respect the BLE connection bandwidth constraints, and add any functionality that you wish, making sure to add in the corresponding modification to the firmware.
BR,
ST IoT Online Support