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
Vivek is a Senior Embedded Engineer at Robert Bosch. He has been working on Embedded Systems for the past 10 years. He loves to share his knowledge and train those who are interested. Nerdyelectronics.com was started out of this interest.
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, 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?
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
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++
In this post on AWS Lambda time trigger, we will discuss how to trigger Lambda periodically and automatically based on time. AWS Lambda is an… Read More »How to trigger AWS Lambda based on Time
LM35 is a temperature sensor that outputs an analog signal which is proportional to the instantaneous temperature. The output voltage can easily be interpreted to… Read More »Monitor Temperature with LM35 Temperature Sensor
Our country is overwhelmed right now. Covid vaccines are in short supply. Although there are ways to book a slot, we first need to know… Read More »Covid Vaccine availability notifier
Amazon Simple Email Service (SES) is an email platform that provides an easy, cost-effective way for you to send and receive email using your own… Read More »How to Setup Amazon Simple Email Service