The First C Program

getting started with C program Armed with the knowledge of the types of variables, constants, and keywords, the next logical step is to combine them to form instructions. However, instead, we will now write our first C program. After we have done this, we will see in detail the instructions he used. Before you start … Read more

Temperature controlled fan using AVR Microcontroller (ATMega16)

Introduction: You may have seen so many applications of temperature control and indicators using different micro-controllers, microprocessors or other control devices. But what is the actual use of these temperature regulators is presented here. It controls the fan speed continuously, as the temperature varies. It is not a simple ON-OFF type control that activates the … Read more

Frequency Measurement and Pulse Width Measurement using Microcontroller (AT89C51)

Frequency Measurement Pulse Width Measurement using Microcontroller and Circuit designers and developers need different measuring equipment, such as digital multimeter, CRO, DSO, frequency counter, logic analyzer, etc. to test their circuits. When designing any PWM oscillator or generator or have generated any waveform, it is necessary to measure either the frequency or the time period. … Read more

Getting Started with “C”

Communicating with a computer involves speaking the language the computer understands, which immediately excludes English as the language of communication with the computer. However, there is a close similarity between learning English and learning C. The classic method of learning English is to first learn the alphabets used in the language, then to learn how … Read more

What is “C” Programming

Before we can start writing serious C programs, it would be interesting to find out what C really is, how it came about, and how it compares to other computer languages. In this chapter we will briefly present these issues. Four important aspects of any language are how it stores data, how it operates on … Read more