Skip to main content
Associate III
September 22, 2025
Solved

can we connect a custom board to the mems studio?

  • September 22, 2025
  • 1 reply
  • 488 views

I am trying to connect the custom board to the mems studio to measure the euler angles and to explore the mems studio? is it possible to connect the custom board?

Best answer by Andrew Neil

To do that, you'd need to implement the protocol to communicate with MEMS Studio.

I'm not sure ST Publishes that - it looks like it's all done by the Algo Builder:

AndrewNeil_0-1758617620828.png

https://www.st.com/resource/en/user_manual/um3233-getting-started-with-mems-studio-stmicroelectronics.pdf#page=23

via: https://www.st.com/en/development-tools/mems-studio.html#documentation

One of the key claims for MEMS Studio is that is works, "without writing code for STM32 microcontrollers":

AndrewNeil_1-1758617819127.png

 

 

1 reply

Andrew Neil
Super User
September 22, 2025

You haven't give any details of this "custom board"!

How to write your question to maximize your chances to find a solution

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
TejasKAuthor
Associate III
September 23, 2025

I am using the stm32wb55rev6 controller can i directly connect it to the mems studio.

Andrew Neil
Andrew NeilBest answer
Super User
September 23, 2025

To do that, you'd need to implement the protocol to communicate with MEMS Studio.

I'm not sure ST Publishes that - it looks like it's all done by the Algo Builder:

AndrewNeil_0-1758617620828.png

https://www.st.com/resource/en/user_manual/um3233-getting-started-with-mems-studio-stmicroelectronics.pdf#page=23

via: https://www.st.com/en/development-tools/mems-studio.html#documentation

One of the key claims for MEMS Studio is that is works, "without writing code for STM32 microcontrollers":

AndrewNeil_1-1758617819127.png

 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.