Relational Calculus and Algebra

Relational Calculus and Algebra Relational calculus is a non-procedural query language. It is of two types  Tuple relational calculus {t | P(t)}  t defines the tuple and P is defined as the predicate It is set of all tuples t such that predicate P is true for t Domain Relational Calculus {<x1, x2, x3,….xn> | …

Relational Calculus and Algebra Read More »

ROS Service

ROS Service In the previous tutorial, we have discussed ROS communication protocols. Here, ROS service is another communication protocol that involves the client and the server. So, a complete ROS server will provide the service and the ROS client consume or utilize the service and ensure proper communication.  It is a one-time communication that involves …

ROS Service Read More »

8051 Flag Register

PSW of 8051 microcontroller In this blog, PSW of 8051 microcontroller would be discussed. To access complete series of 8051 click here.In the last tutorial, the architecture of 8051 was explained. In this tutorial one part of architecture PSW( program status word ) also known as Flag register of 8051 microcontrollers. Flag register in 8051 microcontroller …

8051 Flag Register Read More »

8051 architecture

8051 Architecture To access all 8051 blogs click here.In the last tutorial, pin diagram of 8051 was explained. In this tutorial architecture of 8051 microcontroller would be explained. There are many registers in it. Register is a set of flip flops ( one flip flop can store 1bit of memory ). So basically registers are memory …

8051 architecture Read More »

Pin diagram of 8051

Pin diagram of 8051 microcontroller In this tutorial, A brief description on pin diagram of 8051 microcontroller and in upcoming tutorials , each pin will be explained in detail. XTAL1 , XTAL2: These two lines are connected to a quartz crystal. Once the power supply is given to Vcc , this starts oscillating and gives …

Pin diagram of 8051 Read More »

ROS Ecosystem – Implementation of Turtlebot Simulation

ROS Ecosystem – Implementation of Turtlebot Simulation In the previous tutorial after ROS Robot Operating System installation, we can work on implementation of turtlebot. ROS Master Node The ROS master when being run using the terminal, then all the other nodes and subtopics will run. Once the ROS master crashes all the nodes cause communication …

ROS Ecosystem – Implementation of Turtlebot Simulation Read More »

Introduction of 8051 microcontroller

Introduction to 8051 microcontroller In this tutorial, you will clearly get to know about one of the important microcontroller 8051 and an introduction to 8051 microcontroller. It is one of the most powerful microcontrollers which is widely used in many applications. Here is a complete basic to the programming of 8051. The important function of …

Introduction of 8051 microcontroller Read More »

Basic Tools & ROS Installation

Installation of ROS on Ubuntu Basic Tools & ROS Installation  After setting up the ubuntu operating system on your pc, following commands has to be run on your command prompt to upgrade and download the requirements on your ubuntu os for the ROS. Updating Ubuntu To update your operating system to the better version, the …

Basic Tools & ROS Installation Read More »