
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...

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...

How to upload file in Flask Python
To upload file in flask python is very important. Even if we are trying to upload the profile image with even very basic profile management...

Raspberry PI GPIO as Input in Python
We had mentioned using Raspberry PI GPIO as output in our previous post. Today we will talk about using Raspberry PI GPIO as input. We...

Getting Started with Raspberry PI GPIO
After successfully installing raspbianĀ into Raspberry PI, the first thing which comes into the mind of the embedded developer is to play with Raspberry PI GPIO....

Introduction to Timer0 of PIC16F
Timer0 of pic16f is popular and very basic for creating short delays or… for creating small timing pulses. It is an 8bit timer with high...