Skip to main content
Visitor II
December 28, 2021
Solved

Is there any alternative to Cube Monitor?

  • December 28, 2021
  • 6 replies
  • 5291 views

Hi, I find Cube Monitor, sorry for the expresion, the worst ever software from ST and maybe the worst tool I have ever used.

I still try to work with old one STM Studio, which is hundred times better but because is obsolete now it's running out of the limits.

In my work, we use Inca and Vector Canape so I have a very good experience with live measurment tools.

Because Cube Monitor is uselles to me, could you know or suggest any other alternative software?

Sorry for my hard opinion, but this is only the true. Stm Studio is still much better and easy to use and it is not nexxesary to draw 5-6 lines and add 3-4 boxes to be able to change a single variable.

    This topic has been closed for replies.
    Best answer by PHryn

    I wouldn't blame STM for this.

    I guess that the software that you mentioned is not for free. Its very narrow targeted product and STMCube Monitor tries to make everyone happy.

    Stm32Cube in all forms is free and microcontrollers documentation is freely available. Nothing can stop anyone from starting from scratch and build something that suits your needs.

    I don't think that NXP, TI and any other uc company offers anything better.

    6 replies

    Super User
    December 28, 2021

    How are you using it? Live expressions in STM32CubeIDE go a long way.

    NTosiAuthor
    Visitor II
    December 28, 2021

    I want to tune a PID contoller so I need something more that live expressions.

    Graduate II
    December 29, 2021

    Some RTT implementation (Segger, OpenOCD, https://github.com/blacksphere/bl*ckm*gic/pull/954) can perhaps help.

    NTosiAuthor
    Visitor II
    December 29, 2021

    hi, I know bl*ck magic but they don't have a tool for the visualization.

    Explorer
    December 29, 2021

    ​Use RTT or serial port. Dump whatever you like as a .csv file and then you can analyse it in a spreadsheet.

    I agree that the cube monitor is a flop.

    You can try my RTT version which works with stlink.

    https://github.com/phryniszak/strtt

    https://github.com/phryniszak/jstlink

    ​Another option if you want live data/charts and you have js/html skills you can take the library used in the last one link and create dashboards with data in the browser.

    NTosiAuthor
    Visitor II
    December 29, 2021

    Seems good your suggestion but I 'm realy diasapointed with CubeMonitor and I ask myself how is possible ST with so many cool tools to build this terrible tool. And also I wouldnt invest my time for this tool but for my project with the uC.

    They dont see or understand the feedback? I cannot believe that is outhere people which like or work with cube monitor.

    Super User
    December 29, 2021
    Given the traffic in the forum, It doesn’t seem like STMCubeMonitor is very popular or has a wide user base. I doubt it receives anywhere near the attention of CubeMX, CubeIDE, motor control, or touchgfx.
    I have used it. It seems like a very niche product and doesn’t serve a fundamental programming need. I also did not care for it.
    PHrynAnswer
    Explorer
    December 29, 2021

    I wouldn't blame STM for this.

    I guess that the software that you mentioned is not for free. Its very narrow targeted product and STMCube Monitor tries to make everyone happy.

    Stm32Cube in all forms is free and microcontrollers documentation is freely available. Nothing can stop anyone from starting from scratch and build something that suits your needs.

    I don't think that NXP, TI and any other uc company offers anything better.

    NTosiAuthor
    Visitor II
    December 30, 2021

    It is not blame, it is critic and I think as I said CubeMX and CubeIDE are very nice, I could also critisize STM for Cube Monitor. They had STM Studio and it was better but they discontinued this and now they have this bad tool CubeMonitor. It is also not an excuse to say, it s free so it can be bad.

    We pay to buy Nucleos etc. and they try to make some marketing with this tools and to make the uCs more attractive.

    Visitor II
    December 30, 2021

    On android there is bluetooth electronics app which uses uart to hc05 bt dongles. Generic, compact protocol, use the phone screen to interact both way with the mcu, simple widgets and graphs. The dashboard layout can be pushed from mcu to phone. Only drawback is missing log save to file. Wished to have the version with stlink support....

    And you can check the no cost requirement...

    Graduate II
    December 30, 2021
    NTosiAuthor
    Visitor II
    December 30, 2021

    That seems very similar to a normal calibration and measurment tool like INCA. I hope it is not so expensive and I could buy a licence or maybe is free :)