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

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