Watch the logic come alive — FPGA circuits running on real hardware.
A ripple carry adder chains multiple full adder circuits together so the carry bit "ripples" from one stage to the next. This project implements a multi-bit version in Verilog on the Lattice iCEstick HX1K FPGA.
The half adder is one of the most fundamental building blocks of digital arithmetic. Using just XOR and AND gates, it computes the sum and carry of two single bits. Implemented and verified on real FPGA hardware.
This project demonstrates TinyML deployed on Arduino UNO R4 WiFi. A DHT11 sensor captures real-time temperature data, which is fed into a trained machine learning model. Based on inference, the system classifies the temperature as Cold, Warm, or Hot and displays the result directly on the onboard LED matrix.
Happy to discuss the implementation or share code.