2025-02-20 10:05 PM - last edited on 2025-02-21 02:39 AM by Peter BENSCH
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.
Hardware: NUCLEO-F401RE
Software: STSW-IMG035_F401
Sensor: VL53L8
IDE: STM32CubeIDE 1.16.0
2025-02-21 10:55 AM
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.