100 results for “topic:uart-interface”
Uart terminal for Flipper Zero
Python package to transfer data in a fast, reliable, and packetized form
usbasp improved firmware
A simple 8 bit UART implementation in Verilog, with tests and timing diagrams
Basic UART TX/RX module for FPGA
C++ Interface for the Bosch-Sensortec's BNO055 compatible with Espressif's ESP32 SoC running esp-idf.
Shell/Command line interface (CLI) + debug/development tool for Arduino projects on ESP32 hardware
An Object Pascal UART Terminal for USBasp UART firmwares.
Complete ASIC Design of UART Interface with Baud Rate Selection :- RTL to GDS2
A heavy modification of the original c_uart_interface_example, works on ARM Cortex-M4 STM32F4 (as an offboard processor)
sc16is750/752 driver for esp-idf
Do-it-yourself infrared serial communication tower (compatible with LEGO IR serial tower)
Discover the Xilinx Spartan-6 FPGA implementation featuring a UART protocol and Bubble Sort algorithm
Examples of applications based on RIOT-OS
USSD sender/decoder with AT Commands - PySerial - python environment
VHDL codes for UART Interface; hardware communication protocol. contains Receiver & Transmitter units & RAM memory.
☎️ UART Communication Implementation in Verilog HDL
The is for beginners/intermediates who seek core understanding of microcontroller principles: such as interfacing a single low-end CMOS 8051 micro-chip with some peripherals: where all working together as a system.
A library that turns microcontroller's UART peripheral to a simple, multi-master bus system. The project also features an RPC library for a microcontroller, device auto-discovery, code upload, gateway between the bus and PC, java code to manage microcontroller's RPC on a higher level of abstraction.
C library to control Mettler Toledo scales with SICS interface (MT-SICS)
SMS sender with AT Commands - PySerial - python environment
The goal of this project is design a system capable of measuring resistance, inductance (and ESR), and capacitance
Altera wrappers for C applications using Altera's 16550 UART Core through Avalon Bus on Cyclone V.
implementing a protected communication platform between 2 FPGA's. Data is entered through a keyboard-FPGA interface then the data is encrypted using AES encryption and sent to the second FPGA where the decryption occurs if the decryption key is given and the data is displayed using an FPGA-LCD interface using VHDL scripts
The purpose of this project is to bypass the physical requirements of the BootLoader access. The approach is the trigger the MCU to enter BootLoader Mode via UART by only using Tx, Rx and Gnd pins. Moreover, the trigger UART port can also be used to program the MCU.
This repository accompanies a large project centered around the small ESP32-H2 Super Mini development board. It consists of several sub-projects that deal with the topics SHT41 sensor, MAX17043 battery measuring device, LoRa module, e-paper display and onboard LEDs. The end result is a LoRa transmitter that can transmit data over long distances.
IoT Healthcare App
GoodDisplay-Link for mmWave Radar Sensor
Developed a real-time smart energy monitoring system on STM32F746 using FreeRTOS, managing tasks for sensor acquisition, Vrms, Irms, and kWh computation, and local display. Integrated an ESP32 IoT interface to transmit processed data to a cloud dashboard, ensuring comprehensive remote tracking of electrical parameters and consumption.
Serial communication tool written in Python 3