Skip to content

manuelzanaboni/RPi-oven-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPi-oven-controller

This is a Python3 application that I'm developing to control a custom made oven. PyQt library has been used for GUI development.

The application will be deployed on a Raspberry Pi 4 and displayed on a touchscreen monitor.

Getting Started

👨‍💻 WIP

Requirements

  • MAX6675 👨‍💻 WIP
  • Adafruit BMP python library. Used to control a BMP180 module. Follow link for installation guide.
  • PyQt5 GUI development library. Precisely, version 5.13.2 has been used.

Running the application

To run the application, simply navigate into root directory and execute:

python3 main.py

Features

👨‍💻 WIP

Folder structure

.
├── components           # Auxiliary components (custom implementation of existing components)
├── controller           # Application logic files
├── resources            # Application resources
├── ui                   # Graphical user interface files
├── utils                # Declaration of variables (ready to import and  use)
├── main.py              # Application entry point
├── LICENSE
└── README.md

License

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Python app (PyQt GUI) deployed on Raspberry Pi to control a custom made oven.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages