This project aims to establish a viable, reliable and easy to implement IR communication using basic LED and Photodiode. The communication follows the RC-5 protocol invented by Philips and can be further used as a remote for devices such as TV screens and air conditioners created by Philips.
Project tag: zedboard
-
-
Finds and detects a light source in a room by pointing at it. tries to track the light source on movement and keeps to point at it.
-
Designing and implementing Dual Port FIFO on FPGA, designing a tester module and comparing to a commercial Xilinx FIFO using the tester module.
-
Implementation and design of a video player on ZedBoard with a display driver for the FMC-HMI expansion board.
-
The project involved building an embedded system which capable of efficient protocol converting. The system is based on the Zedboard and consists of two main aspects: Hardware: Intellectual property (IP) core implementation for each of SPI, I2C and UART protocols. A General Purpose I\O (GPIO) and an Interrupt controller are also implemented through IP. AXI interface is established...
-
Embedded system implementation of a weather station with a display driver for the FMC-HMI display, atmospheric sensors, an RTC and a touchscreen GUI with a C graphical library.
-
Hardware implementation of an artificial neural network on a Xilinx FPGA, to support advanced parallel calculations performed by dedicated software.Categories: Algorithms implementation
-
This project offers an accelerator for neural network computations. Instead of performing the calculations in software using GPU, we implement a set of neurons that can perform the same calculations faster and concurrently in hardware on FPGA.Categories: Algorithms implementation
-
Given a Zedboard extended with FMC-HMI module we provide touch screen controller IP for Xilinx Zynq7000 that offloads communication between OS and the screen to FPGA. We provide bare-metal firmware for the IP and ways to extend Linux to utilize our IP.Categories: Embedded Systems
-
The project applies a Differential Power Analysis (DPA) attack on a hardware AES cryptographic module. AES is implemented on an FPGA module, which is connected to the ChipWhisperer commercial hardware attack kit.
-
The Mutex-mutual exclusion block is a basic block in asynchronous design that receives requests from two sources to use the same resource. If the two sources request to use the same resource at the same time this is a race that may cause metastablilty. The project suggests a test environment to check the functionality of Mutex on FPGA in case of metastability.
-
Video communication implementation between remote camera and screen using 2 ZedBoard cards.
-
Operational navigation systems are prone to faults and distortions to their navigational creditability due to interference and disruption to their received PPS (Pulse-Per-Second) signal. This project aspires to create a robust PPS simulation tool in order to enable a reliable test environment for those systems at early development stages.
-
This project creates a tool for generating project specific register banks. Register banks are a major part of SW-HW interfaces, which are common in SoPCs, and their implementation can be generated by automated tools.
-
This goal of this project is a design of a compact sampling system as part of “Measurement on key” project. The system consist of a cheap ADC board and Zedboard card. The design consist of firmware and software code on the Zedboard, custem GUI and cables between Zedboard and ADC.
-
Voice Activated Technology - Identification and analysis of background noise. Differentiating between different sounds and giving proper indication.
-
In many situations there is a need for detecting motion such as IOT smart homes and surveillance systems. A standalone system is developed which will be able to detect and alert if there is a motion in an observed area. If motion was detected, the image is been sent to a display processor using TCP-IP connection which controls a large led display with 128*256 pixels resolution
-
Car DVR (Digital Video Recorder), is a simple camera recording device. It is used to track driving habits, and provide evidence of car accidents.
-
A touch and display controller supporting FMC-HMI card. The HDL code targets Zedboard, which is connected to the FMC-HMI through the FMC and XADC interfaces. Recognize when and where the display is touched, draws crossed lines in exact location on LCD.
-
Weather Station remotely managed by Amazon AWS IOT services.
-
The project goal is to add Wi-Fi communications capabilities for Zed-Board. The communication will be performed by GUI on remote computer to read, write, and send information from or to the board.
-
Implementation of data cryptography embedded system using AES algorithm on Zync SoC. Finding the suitable architecture for portable system.
-
Perform complex video processing by hardware, software and both with embedded system. The embedded system is based on the ZYNQ component of Xillinx and FMC module.
-
The ZED-board has an RGB output port. This port must be driven from logic in the reconfigurable logic portion of the FPGA. Aims is, to create a frame-buffer in memory, to be filled with data by a program running on an ARM, read its content via AIX DMA (Direct Memory Access) and send it to the logic to be created in VHDL for display on a RGB display.