An A.C that does Temperature checking, Cooling, Heating, Increasing and decreasing set Temperature using Buttons and sending it to the user using UART Protocol and after 5 seconds the system shuts down.
This project uses AVR ATMEGA32 by Microchip Technology as The Micro-controller the does the control of the Heating and Cooling Elements, sends the user set temperature to the user using UART protocol, and save the set temp in EEPROM using I2C protocol.
. Access the code files here.
Things you can do with this system
- Temperature Check.
- Cooling.
- Heating.
- Buttons to increase and decrease the temperature.
- Send the user set temp to the user using UART.
- Off option tho stop working after 5 seconds.
- save the set temp in EEPROM using I2C protocol.
- A software (IDE) for reviewing the code
- C/C++ compiler (Recommended: GCC Compiler)
- Command Prompt or Windows Powershell
For personal project support, Email me here
MIT License
Copyright (c) 2024 Ahmed Ayman Khedr
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.