User Activity

Hello,I have been conducting research for a while for a new project initiation. The project aims to design a smart access control system for 500 users using STM32. In designing this, we are implementing face recognition with FP_AI_FACEREC in the STM3...
Hello,I'm working on artificial intelligence on STM32H747. I started my work with projects on FP-AI-VISION. First, I solved the display problem caused by NT35510 and tried the project again. When I tried it, I got the look in the first photo. At firs...
Hi,I'm trying to send image data to SD card with OV7670 FIFO cam. For the SD card part, I got FR_NOT_ENABLED error all the time. What do I have to do for the error?Also the code:HAL_Delay(200);FIFO_REN_L();FIFO_WE_H();Vsync=0;ov7670_init();res = f_mo...
Hi,I am working on the OV7670 FIFO camera module with NUCLEO-H745ZI-Q board. My purpose is taking the image data and saving SD card via BMP format. I tried a lot of codes from github and Youtube but it didn't work. Finally I found the Udemy course vi...
Hi,I would like to ask a question about STM32 OV2640 usage. My task is; take an output data from OV2640 and send to Computer via USART. When I communicate with UART, I took an output which shown in the figure. I did not is it true or wrong output but...