Introduction to GPIO
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
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
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