Skip to content

Simple thermometer thingy using two Arduino boards (school project).

License

Notifications You must be signed in to change notification settings

ncant04/thermoarduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thermoarduino

A simple thermometer that uses two Arduino UNO boards and an LM35 temperature sensor.

Table of Contents
  1. About The Project
  2. License
  3. Contact

About The Project

The purpose of the following project is to create a system made up of two Arduino UNO boards in order to measure the external temperature in an environment through a sensor and to show it on an LCD.

A specific task has been assigned to the two boards, called "master" and "slave":

MASTER - manages user input, sends specific command through the serial line to the other board to request the temperature from the sensor, shows temperature on LCD.

SLAVE - receives command sent from the "MASTER" board, reads value of temperature sensor and sends it back to the other board.

Further images of the assembled circuit and of its schematic are shown below:

alt text alt text

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

"Nico" - [email protected]

Project Link: https://github.com/ncant04/thermoarduino.git

(back to top)

About

Simple thermometer thingy using two Arduino boards (school project).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages