2020-02-25 11:37 AM
Hi,
I'm looking for the simplest way how to gather data from SensorTile board(s) on STM32MP157C-DK2
via Bluetooth.
Could you please help me to find some examples?
Ideally it'd be nice to do it directly on Cortex-A7, e.g. by adapting/making running on STLinux the python scripts.
https://github.com/STMicroelectronics/BlueSTSDK_Python/blob/master/README.md
As an alternative (if easier) that's also fine to do it on Cortex-M4. Anyway, I have firmware running there which can just "forward" the gathered data to A7.
BTW: as I've found in the post, STMicroelectronics is working on the feature to install python packages via apt-get in 2020.
Do you know when it's going to be implemented and whether it's possible to join beta-testing of the feature.
I'd be really thankful for it :-).
Thank you!
Kind regards,
Alexander Iotko
Solved! Go to Solution.
2020-02-26 02:13 AM
Hi @ArminAmarr
For python packages via apt-get I'm happy to announce it's official today with release V1.2.
Please check out:
https://wiki.st.com/stm32mpu/wiki/STM32MP15_ecosystem_release_note
Hope it help
Olivier
2020-02-26 02:13 AM
Hi @ArminAmarr
For python packages via apt-get I'm happy to announce it's official today with release V1.2.
Please check out:
https://wiki.st.com/stm32mpu/wiki/STM32MP15_ecosystem_release_note
Hope it help
Olivier
2020-02-26 01:47 PM
Thank you, it works!