viktor-prutyanov / fpga-ir

IR receiver with UART interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPGA IR

This is IR receiver with UART interface for Altera Cyclone IV FPGA. It works as a simple IR analyzer.

IR receiver like the following is required: image

Output is in the pulse/space (+/-) format:

$ python3 read.py
+ 9000
- 4500
+ 570
- 570
+ 570
- 570
+ 570
......

About

IR receiver with UART interface

License:MIT License


Languages

Language:Verilog 96.3%Language:Python 3.7%