cancel
Showing results for 
Search instead for 
Did you mean: 

How to run gesture recognition of "STSW-IMG035_F401" on NUCLEO-F401RE and output results through UART without entering a start command?

EthanLiao
Associate

Hi,

I have downloaded "GestureEVK_v1.5.0" and tried "gesture recognition" function.
It can be launched by GUI and worked well.
I also downloaded "STSW-IMG035_F401" and tried to run "gesture recognition".
However, it keeps printing the messages as shown below.
I have no idea how to let "STSW-IMG035_F401" start running "gesture recognition" and output results through UART after downloading to NUCLEO-F401RE?(No need to enter a start aommand.)
Could you guide me in detail about how to modify the code of "STSW-IMG035_F401" to achieve this objective?
Thank you.

 

EthanLiao_0-1740117408786.jpeg

Hardware: NUCLEO-F401RE
Software: STSW-IMG035_F401
Sensor: VL53L8
IDE: STM32CubeIDE 1.16.0

1 REPLY 1
John E KVAM
ST Employee

First the easy part... In your terminal program, you can set the line-feed to auto. It tells the system to accept <lf> as <cr><lf>. 

(I started using YAT -Yet Another Terminal as my terminal. It's my new favorite.)

As the STM32 is responding, you clearly have some code in there. 

But I'm going to guess that when switching to the gesture you did not go to the firmware (FW) and copy the .bin file to the STM32. Could that be it?

The GUI kind of shows you how to do the download, but the gesture is more a manual process.

 

 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.