Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viktor-prutyanov/fpga-ir

IR receiver with UART interface
https://github.com/viktor-prutyanov/fpga-ir

fpga ir-receiver remote-control verilog

Last synced: 28 days ago
JSON representation

IR receiver with UART interface

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/8286747/212570921-4c1ba69d-35cf-41f5-85b2-869bc610357d.png)

Output is in the pulse/space (+/-) format:
```
$ python3 read.py
+ 9000
- 4500
+ 570
- 570
+ 570
- 570
+ 570
......
```