Hello. can I use python to program the sensor tile module STEVAL-STLKT01V1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-25 9:12 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-29 2:15 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-02 2:50 AM
Hi @Koyew.1​ ,
Did you manage to program your Sensortile with Python, at last?
-Eleon
