Loops 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
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
In this post we will see how to use SD card with Arduino. Capturing and storing data is one of the most important parts of… Read More »SD Card with Arduino
In an earlier post, we introduced the various cloud services. Let us now see the various Cloud Types. The various cloud services are deployed on… Read More »Cloud Types – Beginners Introduction
In our last post, we saw how we can trigger AWS lambda periodically. Today we will see how to trigger Lambda with API. We will… Read More »Trigger AWS Lambda with API – Amazon API Gateway
GPIO, General Purpose Input Output is a set of pins in the microcontroller, which functions by passing data into and out of the board. They… Read More »Introduction to GPIO
The fight on C vs Embedded C has been going on for quite some time. First off—Yes, there really IS something officially called “Embedded C”,… Read More »C vs Embedded C