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 »

WHERE Clause in SQL

WHERE Clause in SQL In the previous tutorial, we have discussed the GROUP BY in SQL and filtering of the data by sorting them. Similar to that we shall discuss, WHERE clause in SQL in combination with the other operators. So, we shall get to know the few operators in this tutorial, which are very …

WHERE Clause in SQL Read More »

Maximum mode of 8086

Maximum mode of 8086 Maximum mode in 8086 refers to the situation when 8086 is not only the processor to compute, with 8086 there are few other processors that are interfaced with it in order to boost up the performance. 8087 , 8089 are some of the processors whose interfacing with 8086 would be explained …

Maximum mode of 8086 Read More »

Thresholding

Thresholding Introduction In the previous tutorial of Image Processing, we have discussed the blending of the two different images by using various techniques. In this tutorial, we shall get to know about the thresholding of the image.  Generally, the color image is converted to the grayscale image and then changed to the binary image for …

Thresholding Read More »

GROUP BY in SQL

GROUP BY SQL Introduction In the previous tutorials, we have seen the LIKE operator. We can filter the data in certain columns using the LIKE operator. In this tutorial, we shall look into the GROUP BY SQL to group the data. Understanding Data Grouping – GROUP BY SQL Before looking into the GROUP BY in …

GROUP BY in SQL Read More »

HTML ELEMENTS, ATTRIBUTES, HEADINGS AND PARAGRAPHS

HTML ELEMENTS, ATTRIBUTES, HEADINGS AND PARAGRAPHS In this tutorial, we shall look into the HTML elements, attributes, headings and paragraphs. HTML ELEMENTS Everything from start tag to end tag including content between tags called as HTML ELEMENTS. Syntax- <tagname> content </tagname>  Example: <h1> content </h1> <p> content </p> HTML EMPTY ELEMENTS There are some no …

HTML ELEMENTS, ATTRIBUTES, HEADINGS AND PARAGRAPHS Read More »

Minimum mode of 8086

Minimum mode of 8086 8086 microprocessor can be operated in two modes, the one is minimum mode of 8086, and other is maximum mode. Minimum mode of 8086 Maximum mode of 8086 Minimum mode:In this mode, 8086 is the only processor for processing the data, thus known as the minimum mode of 8086. Maximum mode:In …

Minimum mode of 8086 Read More »

ROSSERIAL

ROSSERIAL Introduction In the previous tutorial, we have seen the ROS Serial libraries and the installation of the required resources on your machine to work with the ROS Arduino integration. In this tutorial, we shall see the running of the publisher and subscriber code through the Arduino board using the ROS.  Publisher Now, we shall …

ROSSERIAL Read More »