Arduino LM35 Temperature Monitoring System

Project Overview

This project implements a multi-channel temperature monitoring system using LM35 sensors and an Arduino board. The system reads analog signals (A0, A1, A2), converts them into temperature values (°C), and outputs real-time data.

Key Features

  • Multi-channel temperature sensing (A0, A1, A2)
  • ADC to temperature conversion
  • Real-time Serial communication
  • Output formats: CSV and JSON
  • Easy integration with IoT systems

Git Workflow Applied

  • Feature Branch Workflow
  • Pull Request & Merge
  • Conflict Resolution
  • Git commands: git log, git show, git blame

Repository

View on GitHub