Skip to main content
ArminAmarr
Associate II
February 25, 2020
Solved

Using Bluetooth for interacting SensorTile and STM32MP157C-DK2

  • February 25, 2020
  • 2 replies
  • 1918 views

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 :-).

https://community.st.com/s/question/0D50X0000BmnKOVSQ2/how-to-install-python-package-on-stm32mp157cdk2

Thank you!

Kind regards, 

Alexander Iotko

This topic has been closed for replies.
Best answer by Olivier GALLIEN

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

2 replies

Olivier GALLIEN
Technical Moderator
February 26, 2020

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

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
ArminAmarr
Associate II
February 26, 2020

Thank you, it works!