LM35

ATmega328 Temperature Sensor : A Complete Guide

The ATmega328 microcontroller, a popular choice among embedded systems enthusiasts and DIY electronics enthusiasts, offers a wide range of functionalities. One of the most commonly used applications of the ATmega328 is interfacing with a temperature…

ee-diary

LM35 Arduino code with LCD

Here it is shown how to read environment temperature using LM35 temperature sensor with Arduino and display on LCD. There are couple of variation of LM35 such as LM35DZ, LM35DT, LM35CZ and any of these will work. Arduino code is provided that reads …

ee-diary

Programming ATmega328P ADC Interrupt

In this Atmega328P ADC tutorial it is shown how to write C program to acquire analog signal using interrupt service routine and display on LCD. The analog signal can be acquired using either polling method(software method) or interrupt method(hardw…

ee-diary
Load More
That is All