MICROPROCESSOR AND MICROCONTROLLER
The blog talks about variety of topics on Embedded System, 8085 microprocessor, 8051 microcontroller, ARM Architecture, C2000 Architecture, C28x, AVR and many many more. Also includes some projects that have been worked upon and also episodes to Embedded System Podcast.
Search This Blog
Thursday, August 28, 2025
LabView - Decision Making with Case Structure
Wednesday, August 27, 2025
Tuesday, August 26, 2025
LabView - Iterative Data Transfer Using For loop, While loop and Shift Register
The post talks about making loops and shift register in the LabView.
Monday, August 25, 2025
LabView - Developing VI for Simple Applications
Developing basic application with Labview Application and getting virtual instrument.
Sunday, August 24, 2025
Programmable Logic Controller - Problems with Solutions (Beginner Friendly)
If you are an engineering student or an automation enthusiast looking to learn PLC ladder logic programming, this guide will walk you through real-world examples. We’ll go step by step, starting with simple control mechanisms and then moving toward tank filling automation using sensors. By the end, you’ll understand how ladder diagrams are applied in industrial automation systems.
Saturday, August 23, 2025
Programmable Logic Controller - Program Control Instruction(MCR)
An MCR zone in PLC programming refers to the section of ladder logic that is bracketed by two Master Control Reset (MCR) instructions—one to start the zone and one to end it. This zone allows you to control the execution of all rungs within it as a block, giving you the ability to enable or disable their outputs based on the condition set by the first MCR instruction
Friday, August 22, 2025
Programmable Logic Controller - Lets Solve a Sequential Problem
Lets try and solve a sequential problem in this blog post.
Thursday, August 21, 2025
Programmable Logic Controller - Up Down Counter in PLC
Another key aspect in the PLC programming is the concept of the up down counter. This post covers the basics of it.
Wednesday, August 20, 2025
Programmable Logic Controller - Creating Timer Application in PLC
The timers are key part of any programming logic. The post here describes how to set it up with a PLC IDe. These were the experiments and records i did as a student. Posting it here as a blog content.
Tuesday, August 19, 2025
Programmable Logic Controller - Latch Application in PLC
The latch application, meaning latching of push button outputs are one of the most common use cases of the PLC Application. The following experiments demonstrates how that is implemented. These were the experiments and records i did as a student. Posting it here as a blog content.