Cloud Services – Beginners Guide
In the previous post – Cloud Computing – A Beginner’s introduction, we gave a very easy to understand introduction to cloud computing. Let us now… Read More »Cloud Services – Beginners Guide
In the previous post – Cloud Computing – A Beginner’s introduction, we gave a very easy to understand introduction to cloud computing. Let us now… Read More »Cloud Services – Beginners Guide
With cloud computing, you eliminate those headaches that come with storing your own data, because you’re not managing hardware and software
In the previous post, we tried understand what a volatile keyword in C/C++ is. In this post, we will have a look at using the… Read More »How to use volatile qualifier with structure?
In this tutorial, we will explain how to install TL866 II programmer’s software on a Linux machine. Instead of giving a clear-cut list of steps,… Read More »Install TL866 II programmer’s software XGPRO on a Linux machine
In this blog, we will try to demystify the process of flashing ATmega328P, an 8-bit AVR microcontroller, using serial programming algorithm. Why should you know… Read More »Serial Programming of AVR Microcontrollers
In this post we will see how to control an LED connected to NodeMCU using Google Firebase. We will see how to create a database… Read More »Google Firebase and NodeMCU – Control LED
OTA (Over the Air) update is the process of loading the firmware to ESP module using Wi-Fi connection rather that a serial port. Such functionality… Read More »ESP8266 Over the Air (OTA) Update through Web Browser
OTA Stands for over the air. An over-the-air (OTA) update is a mechanism for remotely updating internet-connected hardware with new settings, software, and / or… Read More »OTA (Over-the-Air) Update in ESP8266
In this post we will explore Functions in C. We will look at what functions are and how they make our lives easy. Let’s say… Read More »Functions in C
The proper use of C’s volatile keyword is poorly understood by many programmers. This is not surprising, as most C texts dismiss volatile in a… Read More »Understand the Volatile Keyword in C/C++