Hi @Koyew.1 ,
I believe there could be a couple of ways to deal with this:
- Use MicroPython for STM32, that is a rewrite of the Python 3.4 programming language tailored for STM32 devices. Even if there should not be examples of the STEVAL-STLKT01V1, the NUCLEO-L476RG board is anyway supported, being the STM32L476JG the same MCU of the Sensortile dev kit.
- You can use Python to interface with the STEVAL-STLKT01V1 via BLE - bluetooth, via the open-source BlueSTSDK_Python application you can find on Github repository. You program the with a standard .bin file (via USB), or SWD, and you then manage the data acquisition with the Python app.
Since I'm not an expert of MicroPython programming, I would suggest you the second method, even if it is maybe not the one you have in mind.
-Eleon