cancel
Showing results for 
Search instead for 
Did you mean: 

Hello. can I use python to program the sensor tile module STEVAL-STLKT01V1

Koyew.1
Associate
 
2 REPLIES 2
Eleon BORLINI
ST Employee

Hi @Koyew.1​ ,

I believe there could be a couple of ways to deal with this:

  1. 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.
  2. 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

Eleon BORLINI
ST Employee

Hi @Koyew.1​ ,

Did you manage to program your Sensortile with Python, at last?

-Eleon