Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lemongrb/thermospin
- Owner: lemongrb
- Created: 2024-08-28T14:12:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:32:38.000Z (12 days ago)
- Last Synced: 2025-01-02T17:38:29.722Z (12 days ago)
- Topics: c18, control-systems, lcd, lm35, microcontroller, pic, pic18f, pic18f452, pwm, sensor, temperature
- Language: C
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)).