Operational Amplifier – Introduction
What is an Operational Amplifier? An operational amplifier (op amp) is an analog circuit block that takes a differential voltage input and produces a single-ended… Read More »Operational Amplifier – Introduction
What is an Operational Amplifier? An operational amplifier (op amp) is an analog circuit block that takes a differential voltage input and produces a single-ended… Read More »Operational Amplifier – Introduction
In this post, we will discuss and try to understand what real-time systems are. The term “real time” is used widely in many contexts, both… Read More »What are Real Time Systems?
Using a static IP on Raspberry Pi will come in handy when you need to remember the IP such as using FTP or setting it… Read More »Set a Static IP on Raspberry Pi
Conditional Statements in C programming are used to make decisions based on the conditions. These conditions are specified by a set of conditional statements having… Read More »Conditional Statements in C
In C programming, Strings are defined as an array of characters or a sequence of characters terminated with a null character ‘\0‘. When the compiler… Read More »Strings in C
You may encounter situations, when a block of code needs to be executed several number of times. In general, statements are executed sequentially: The first… Read More »Loops in C
Have you ever wondered about the history of AI, ML, and DL? In today’s world, we often hear about stuff like AI, ML, DL, etc.… Read More »A Quick History of AI, ML and, DL
The number systems give us different ways to represent numbers. It defines a set of values to represent a quantity. The systems that are interesting… Read More »Number Systems – Binary, Hex, Decimal
In this post, we will build a temperature logger. This can than be deployed to monitor the temperature of a room or the environment. We… Read More »Temperature Logger with Arduino
In this post we will have a look at RTC with Arduino – DS1307 and DS3231. We will see how to connect them to the… Read More »RTC with Arduino – DS1307 and DS3231