Video transmission based on OV7670 camera
General design drawing of system
System components
Camera initialization module
Camera initialization writes register and rewrites data through IIC protocol or SCCB protocol. The conditions met before initialization are shown in the figure.
IIC initialization module code
module OV7670_INIT_IIC(
Clk,
Rst_n,
Start,
Iic_clk,
Sda,
I ...
Posted by rlgriffo on Sun, 01 May 2022 19:53:58 +0300
The essence of I2C bus implementation based on FPGA
The Chinese name of I2C (inter integrated circuit) is "integrated circuit bus", which is a serial synchronous half duplex bus.
I2C bus is a simple, bidirectional two-wire synchronous serial bus developed by Philips company. It only needs two wires to convey information between devices connected to the bus. One is data line (SDA) and ...
Posted by bob on Sun, 01 May 2022 16:53:46 +0300
Verilog reads BMP pictures and connects them to Axi stream simulation. The poor use guide of DocNav is attached
Verilog reads BMP pictures and connects them to Axi stream simulation. The poor use guide of DocNav is attached
BMP file format analysis (with color table) and Verilog's Axi stream access simulation (II):
In this article, you will see:
After the BMP file is parsed, the rough Verilog simulation is builtAxi stream authentication IPPoor DocNav ...
Posted by Dimensional on Thu, 21 Apr 2022 08:36:43 +0300
Binary and gray code conversion
The following is taken from the guide to the design of punctual atomic logic
Gray code is a binary cyclic code. The characteristic of gray code is that when changing from a number to an adjacent number, only one data bit jumps. Due to this characteristic, metastability in binary code counting combinational circuit can be avoided. Gray code is ...
Posted by ev5unleash on Mon, 04 Apr 2022 09:14:57 +0300
verilog implements serial communications protocols
This blog is a personal blog and does not involve commercial purposes. It only provides learning references. The content comes from personal originality and reprinted and excerpted on the Internet. Articles, pictures and documents with original logo on this blog shall not be used for commercial purposes or traditional media without my permissio ...
Posted by VFRoland on Thu, 31 Mar 2022 01:51:15 +0300