How to Create a “Thing” in AWS IoT
In AWS, the devices that connect to the IoT service are called Things. In order to communicate with the AWS IoT services, we will do… Read More »How to Create a “Thing” in AWS IoT
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 AWS, the devices that connect to the IoT service are called Things. In order to communicate with the AWS IoT services, we will do… Read More »How to Create a “Thing” in AWS IoT
In the previous post we discussed about structures – What structures are and how they can be useful. We also discussed how to declare and… Read More »Memory Layout of a Structure
Ordinary variables like int, float, char, etc., can hold one piece of information and arrays can hold a number of pieces of information of the… Read More »Structure in C
Following section contains a wide collection of Python programming examples. The examples are categorized based on the topics. Each program example contains multiple approaches to… Read More »Python Practice programs
Most hobbyists and many professionals use EAGLE CAD as a daily tool in designing schematics and laying out PCB. I’m going to share with you… Read More »AUTODESK EAGLE – Tips & Tricks 1
Crystal oscillators have only one function. That is to provide stable clock pulses to the digital circuit. Almost all the digital circuits require clock pulses… Read More »Why are Crystal Oscillators required?
Well, this is actually a very interesting question technically. And it gets us to how quartz movements work. I beg the pardon from the more… Read More »How does a watch keep working at the same pace until the last drop of a battery cell?
In the previous post – Matrix Keypad with Atmega8 – part 1, we discussed why a matrix keypad is useful and how we can use… Read More »Matrix Keypad with Atmega8 – part 2
Many embedded applications require a large number of keys connected to a computing system. For example – a PC keyboard, Cell Phone keypad and Calculators.… Read More »Matrix Keypad with Atmega8 – part 1