cancel
Showing results for 
Search instead for 
Did you mean: 

Using Bluetooth for interacting SensorTile and STM32MP157C-DK2

ArminAmarr
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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.

View solution in original post

2 REPLIES 2
Olivier GALLIEN
ST Employee

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

Thank you, it works!