Introduction to Ansible

Introduction to Ansible In this tutorial, you will get to know the introduction to the Ansible and much more about it. In this series of articles that are going to be published, will consist the information about the Linux Automation with Ansible.  Traditional Method Over the years, the system administrators, perform the different tasks manually …

Introduction to Ansible Read More »

Interrupts in 8051

Interrupt in 8051 Interrupts in 8051 are special conditions that arises while the microcontroller is executing the main program. Then the microcontroller stops where it is executing in the program and goes to the Interrupt service routine ( ISR is the code ) , the microcontroller executes the ISR and continues the main program. This …

Interrupts in 8051 Read More »

Gradients

Gradients In this tutorial, we shall discuss the concept of gradients. In the previous tutorial, we have seen the morphological operators. This tutorial is the extension of morphological operators. The concept of gradients will be useful for understanding edge detection, which is necessary for object detection, object tracking, etc. An image gradient is a directional …

Gradients Read More »

Serial Port in 8051

Serial Port in 8051 There is a serial port in 8051 as mentioned in the pin diagram of 8051. 8051 has capability to perform parallel as well as serial communication. Parallel communication in 8051: 8051 can do 8-bit parallel communication as it has 8-bit ALU. For parallel communication, any of the ports ( P0 / P1 …

Serial Port in 8051 Read More »

Morphological Operators

Morphological Operators Introduction In the previous tutorial of OpenCV, we have discussed the blurring of the images with different operations on them. In this tutorial, we shall discuss the morphological operators, which are very much necessary to show the variety of effects by reducing the noise on the image. Few operations in this tutorial are …

Morphological Operators Read More »

SQL Joins

SQL Joins Introduction In the previous tutorial, we have discussed the WHERE clause with different operators. In this tutorial, we shall look into the SQL joins and different concepts related to it. The most useful operation in SQL is joining the two different tables with different data retrievals on the one go. SQL joins are …

SQL Joins Read More »

8087 interfacing with 8086

This blog is about 8087 interfacing with 8086, where 8087 microprocessor is a co-processor. Architecture of 8087, 8087 pin diagram are elaborated in this blog. 8087 will be a co-processor while interfacing with 8086, it’s main characteristics are: Refer 8086 minimum mode tutorial and maximum mode tutorial for understanding of the 8087 interfacing with 8086. …

8087 interfacing with 8086 Read More »

Timer program in 8051

Timer program in 8051 Program to produce a square wave of 1KHz frequency ( Timer program in 8051 ): Refer timer section>>>Here we will consider T0 , which has an internal clock ( 1MHz ). And the square wave signal will be produced at P1.6, which would be connected to CRO for display. So providing …

Timer program in 8051 Read More »

Image Blurring

Image Blurring Introduction In the previous tutorial, we have seen the image thresholding by various techniques. In this tutorial, the complete discussion is on the most common process of image blurring and smoothing in image processing to read the image data effectively. The smoothing of the images will reduce the noise level on the image …

Image Blurring Read More »