uart-receiver
There are 13 repositories under uart-receiver topic.
pConst/basic_verilog
Must-have verilog systemverilog modules
dipakgmx/ATMega_Serial
Serial communacation (USART) on the ATMega 2560 using C++ classes
manish5897/esp32_uart
UART receive task
MiguelNarv/UART-Receiver-VHDL
Low resource UART receiver for FPGA.
onegen-dev/VUT-FIT-INC2022-projekt
Projekt (UART přijímací část) z předmětu Návrh číslicových systémů (INC), druhý semestr bakalářského studia BIT na FIT VUT/BUT, ak.rok 2021/2022
TheLeopardsH/UART
Universal Asynchronous Receiver Transmitter
oskarwires/uart2
SystemVerilog UART transciever
theMHD-120/MicroLab-Spring2025
Contents presented in the Microcontrollers Laboratory Course; Microcontrollers used: Arduino UNO R3 & DOIT ESP32 DEVKIT V1 - CSE Department, Shiraz University, Spring 2025.
windfallw/ESP32-Air-Monitor
This is an ESP32 project for receiving json from another device by uart and send it to the server. Also provide web service for management.
AhsanAliUet/uart-application-in-real-time-simulation-emulation-on-fpga
If we run out of input pins on FPGA, we can instantiate receiver of uart in DUT (design under test). Receiver will receive data from PC serially and convert this serial data to parallel data and give it to DUT to use it without hesitation of shortage of input pins.
maxboro/emulated-uart-connection
Device connection and data transmission via UART - simple example
TahirZia-1/UART
A complete UART (Universal Asynchronous Receiver/Transmitter) implementation for FPGAs, written in Verilog HDL. This project includes transmitter and receiver modules, baud rate generation, and test infrastructure for both simulation and hardware validation.