Memory Design Using Verilog
Presented here is a memory design project using Verilog hardware description language (HDL). This project is simulated using ModelSim software, and the design is tested through a simulation process. Simulation is...
Top 19 Arduino Projects To Build In Your Free Time
Arduino has been a revolution ever since it struck the market. Arduino or Genuino (as known in some places), has been a very lucrative option for students designing their first projects. This increase...
Fresh and Rotten Fruit Detection Using Raspberry Pi
Hand-sorting rotten fruits from fresh ones in a batch of mixed fruits is a tedious and tiring job. Despite being time-consuming, most food processing factories carry out this method for making...
Colour Sensing Robot with MATLAB
A camera is one of the most powerful and accurate sensors if you know how to process the images taken by it for the information you want. You can process subsequent...
Lossless Image Compression Using MATLAB
MATLAB is a powerful tool for analyzing images and signals for developing applications. One of the applications of image compression with MATLAB using a graphical user interface is described in this...
Creating Game Using Python Within Ten Minutes
Have you ever wondered how video games are created? It is not as complicated as you might think. Presented here is a simple game called Bunnies and Moles, where the hero,...
Smart Glass 2.0 That Can Read Books For Visually Challenged People
Previously, we had made a smart glass that was able to detect the presence of people and recognise them for the visually challenged. Expanding that DIY to a second version, we...
Circuit Design Calculator Using ‘C++’
While designing electronic circuits, component values are calculated using formulae from the circuit’s theory. These calculations waste a lot of time. This circuit design calculator software developed in MATLAB, JavaScript, etc...
Crowd Detection Camera To Prevent COVID-19
In this time when COVID-19 is spreading rapidly, it is essential to maintain social distance and avoid large public gatherings at one place to break the chain of corona infection.But maintaining...
Image Processing Using C++
Digital computers store pictures as strings of binary values. The entire picture is divided into a number of pixels—the smallest elements of the picture. The colour and intensity values of each...