
ECG Signal Processing in MATLAB
In this article we are going to demonstrate basic ECG Signal Processing techniques in MATLAB. These techniques involves filtering a noisy ECG Signal as well...

How to Create API Routes in Next.js 14
Next.js 14 got some cool stuff like the app router which makes it very different of creating API routes. Although you can use the same...

Leaf Disease detection using image processing OpenCV Python
Leaf disease detection using image processing, OpenCV, and Python is a non-invasive and efficient way to detect the diseases in the plant. There are some...

Real Time MOG Background Subtractor OpenCV Python
Toady’s tutorial is about MOG Background Subtractor in OpenCV Python. We are going to use the built in MOG2 background subtractor with OpenCV Python. In...

Real Time Coin Detection OpenCV python
In this project we are going to implement Coin Detection algorithm in OpenCV Python. We are going to use real time webcam feed for detecting...

LED blinking program in KEIL for 8051 Timers
We know we can generate delays with the help of loops and/or NOP instructions but we are talking today about 8051 timers. Although the accuracy...

Basic Arduino LCD and Keypad Example Code
This code is about basic example where we interface a 4×4 keypad with Arduino and one 20×4 LCD with Arduino. You can also use 16×2...

Digital Dice using 8051 microcontroller Assembly Language
Let’s create a digital dice using 8051 microcontrollers in assembly language. This is very basic problem and will help you to learn very core concepts...

Django Bootstrap alert Closeable
In this post we are going to create a new base.html file which will handle the bootstrap and the most important django messages to display...

How to Read N Number of Bytes from Serial Port in Arduino?
In this post we are going to demonstrate how to read “N” number of bytes from Serial port in Arduino. This is very common problem...