cancel
Showing results for 
Search instead for 
Did you mean: 

I was using FP-VISION and need to connect another device with Arduino connector

Jerrin_J
Associate

Hi,

I am working on stm32h747i-Disco board, I was in using FP-VISION (person detection) for the ai model to work on my board.

And that's fine, it works well but now i need to connect and esp01 or Pico W with UART or with SPI.

i just modified the code to do so but it did not worked, I just tested my code with another file and the code worked well. so can you clear me whether  the UART or SPI is connectable or not when the FP-VISION is running ?

(i used UART8 or SPI5,And i mainly in UART code when i initialize the uart8 it stops with the menu display which usually comes when started) 

1 ACCEPTED SOLUTION

Accepted Solutions
Julian E.
ST Employee

Hello @Jerrin_J,

 

The FP VISION is deprecated (even if it is still written that it is active, changing status on st.com take time because of internal processes...).

I cannot help you with that as the team developing it does not make support anymore.

 

Instead of using FP for AI, the ST Model Zoo was developed. I highly encourage you to take a look at it:

https://github.com/STMicroelectronics/stm32ai-modelzoo 

 

The way it is being made, you should easily be able to replicate what was done in this function pack and even more.

 

Have a good day,

Julian


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

1 REPLY 1
Julian E.
ST Employee

Hello @Jerrin_J,

 

The FP VISION is deprecated (even if it is still written that it is active, changing status on st.com take time because of internal processes...).

I cannot help you with that as the team developing it does not make support anymore.

 

Instead of using FP for AI, the ST Model Zoo was developed. I highly encourage you to take a look at it:

https://github.com/STMicroelectronics/stm32ai-modelzoo 

 

The way it is being made, you should easily be able to replicate what was done in this function pack and even more.

 

Have a good day,

Julian


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.