
Curious to know, Why 32.678 KHz Crystal Oscillator is used in RTC!!
First, let’s understand what is Oscillator and Crystal Oscillator. Oscillator: An oscillator is a mechanical or electronic device that works on the principles of oscillation:
First, let’s understand what is Oscillator and Crystal Oscillator. Oscillator: An oscillator is a mechanical or electronic device that works on the principles of oscillation:
Many of us are familiar with the popular microcontrollers and development boards like: Arduino Raspberry Pi NoduMCU 8051 These are some of the most popular
What Are Coding Rules and Guidelines? Coding rules and guidelines ensure that software is: Safe: It can be used without causing harm. Secure: It can’t
I remember getting my first “Embedded Interview” after countless hours of CV editing, formatting and writing customized cover letters while applying to Job portals and
“MEMORY” What comes to your mind??? When you hear that word… Probably your brain skimming through its own memory. Yes!!! Everything we think about, process
In this article we look at the C build process and different stages– that is, how we get from C source files to executable code,
Principles are guiding rules to be more successful. You need to constantly keep these in mind and have them serve as a guardrail to keep
Hello Guys, In this Blog, you will make an obstacle-avoiding robot. This Instructable involves building a robot with an ultrasonic sensor that can detect nearby
Stack and Heap have no physical presence. They are part of the RAM memory which is used to store the data. This article is about What is Stack. Why, Where and