8000 GitHub - elifirinci/Temperature_arduino: This project uses Arduino, an LM35 temperature sensor, a buzzer, and an HC-06 Bluetooth module to measure ambient temperature, trigger an alarm when the temperature exceeds a certain threshold, and send the temperature data to an Android device via the Serial Bluetooth Terminal app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This project uses Arduino, an LM35 temperature sensor, a buzzer, and an HC-06 Bluetooth module to measure ambient temperature, trigger an alarm when the temperature exceeds a certain threshold, and send the temperature data to an Android device via the Serial Bluetooth Terminal app.

License

Notifications You must be signed in to change notification settings

elifirinci/Temperature_arduino

Folders and files

NameName
Last c 9E6D ommit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Monitoring and Bluetooth Communication with Arduino

This project uses Arduino, an LM35 temperature sensor, a buzzer, and an HC-06 Bluetooth module to measure ambient temperature, trigger an alarm when the temperature exceeds a certain threshold, and send the temperature data to an Android device via the Serial Bluetooth Terminal app.

Project Overview

The LM35 temperature sensor measures the temperature. When the temperature exceeds 30°C, a buzzer is activated as an alarm. The measured temperature is transmitted to an Android device via the HC-06 Bluetooth module. When the STOP command is given from serial, Bluetooth is silenced.

Wiring Diagram LM35 Connections:

VCC → Arduino 5V GND → Arduino GND OUT → Arduino A0 HC-06 Connections:

VCC → Arduino 5V GND → Arduino GND TX → Arduino D2 RX → Arduino D3 (use a voltage divider to reduce the signal to 3.3V) Buzzer Connections:

Positive lead → Arduino D8 Negative lead → Arduino GND

About

This project uses Arduino, an LM35 temperature sensor, a buzzer, and an HC-06 Bluetooth module to measure ambient temperature, trigger an alarm when the temperature exceeds a certain threshold, and send the temperature data to an Android device via the Serial Bluetooth Terminal app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0