Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemongrb/thermospin

Temperature-Activated Motor Speed Regulation
https://github.com/lemongrb/thermospin

c18 control-systems lcd lm35 microcontroller pic pic18f pic18f452 pwm sensor temperature

Last synced: 4 days ago
JSON representation

Temperature-Activated Motor Speed Regulation

Awesome Lists containing this project

README

        

## Temperature-Controlled DC Motor System
### This project demonstrates a temperature-controlled DC motor system using :
- PIC18F452 microcontroller.
- LM35 temperature sensos.
- DC motor.
- LM016 LCD for displaying temperature and motor speed.

The motor's speed is adjusted based on the temperature measured by the LM35 sensor.

### Project Components
- Microcontroller: PIC18F452
- Compiler: C18
- Simulator : Proteus
- Temperature Sensor: LM35
- Motor Type: DC Motor
- LCD Display: LM016 (16x2)

#### Project Description
This system monitors the ambient temperature using the LM35 temperature sensor. Based on the measured temperature, it controls the speed of a DC motor as follows:

1)-Temperature Range 40°C < T ≤ 150°C:
The DC motor runs at high speed.

2)-Temperature Range 25°C < T ≤ 40°C:
The DC motor runs at medium speed.

3)-Temperature ≤ 25°C:
The DC motor is turned off.

#### NOTE :
This project is for learning and haven't yet implemented in real hardware but it works and give good results in proteus simulator(check [@video](https://github.com/0xaB26/ThermoSpin/blob/main/simulation.mp4)).