User Activity

Hi.I was working on my small pet-project, trying to develop USB mic on my stm32f4 discovery board. I was successfully completed this project but still not fully understand how it`s working. Function DCD_EP_Flush really confuse me.My device work as fo...
Hi. I am currently trying to implement USB headset on my old STM32F407 Discovery board.In USB descriptor I have simple topology with two input terminals, 2 out terminals and feature unit. Also I describe two streaming interfaces (IN and OUT) and one ...
Hi, guys.Here is short description of my project:I have an ADC, that samples data via one regular channel and result sended via DMA. This DMA are working in Normal mode, so after DMA compete its transmission I processed received data and then enable ...
Posted on October 23, 2016 at 22:15Hi! I am trying to create an implementation of RTSP/RTP server for streaming video. I have some strange problem. I'm trying to establish connection via RTSP. As a client I use VLC player. At first VLC sent to board...
Posted on September 28, 2016 at 10:04Hi! I am working on the project, when I must translate live video from camera(OV7670) to PC via Ethernet. I am using STM32F4 Discovery board. I sucsessfully connect camera to Discovery via DCMI interface. From th...