Heating system interface for communication with Arduino and data graphing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
4.8 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. # Sistema de Control de Temperatura
  2. El Sistema de Control de Temperatura es un diseño basado en la recopilación de datos de la temperatura de dos transistores a partir de sensores que permiten medir esta variable y utilizando Arduino UNO como microcontrolador. Con la ayuda de pasta térmica, la energía del transistor al calentarse es transferida por conducción y convección al sensor de temperatura. Además, este proyecto dispone de una interfaz desarrollada en Python para visualizar la información y monitorear el estado de los dispositivos.
  3. ## Funcionamiento Básico
  4. La información acerca de la temperatura registrada por el termistor es reunida por el microcontrolador para posteriormente ser enviada a través de comunicación serial a una computadora; mediante el código desarrollado y cargado al Arduino UNO, el monitor serial del software Arduino recibe estos datos, los cuales inmediatamente son expedidos al programa diseñado en Python para mostrar en una interfaz los resultados obtenidos en tiempo real tanto de manera numérica como gráfica, además de permitir controlar el encendido y apagado de los transistores.
  5. ## Programas Requeridos
  6. En primer lugar se tiene que disponer del software de *Arduino* para poder comunicarse con el microcontrolador, cargar el programa en el mismo y recibir la información en el monitor serial. Para la descarga e instalación se **recomienda** seguir los pasos especificados en los siguientes enlaces:
  7. ### Para Windows:
  8. [Como instalar Arduino en Windows](https://arduino.cl/como-instalar-arduino-en-windows/).
  9. ### Para Ubuntu:
  10. [Cómo instalar Arduino IDE en las últimas versiones de Ubuntu](https://ubunlog.com/arduino-ide-en-ubuntu/).
  11. De igual manera, se requiere del IDE de python para poder ejecutar el código de la interfaz que mostrará la información enviada a través de Arduino. Para la descarga e instalación se **recomienda** seguir los pasos especificados en los siguientes enlaces:
  12. ### Para Windows:
  13. [Download the latest version for Windows](https://www.python.org/downloads/).
  14. [Download Spyder for Windows](https://www.spyder-ide.org).
  15. ### Para Ubuntu:
  16. [IDLE Python, un entorno integrado de desarrollo para el aprendizaje](https://ubunlog.com/idle-python-entorno-desarrollo-aprendizaje/).
  17. *Nota: es importante mencionar que los anteriores tutoriales de las páginas web recomendadas no son de nuestra autoría*
  18. ## Cargar y ejecutar los Programas
  19. Primeramente se debe cargar el programa a la targeta de *Arduino UNO*, para ello hay que seguir las siguientes instrucciones:
  20. 1.
  21. 2.
  22. 3.
  23. 4.
  24. Use `Readme.md` file to let others know how to use, connect (circuits) or implement the repository elements in a basic and simple way. For detailed information, remark notes, tutorials, or documentation (reports and thesis) of the repository use the **Wiki** Tab in the same repository.
  25. *Considers that the Wiki page is not considered by the git system*.
  26. ## Projects and Issues tab
  27. To organize your progress, use the issues and projects tabs. In this way, it is possible to schedule your tasks and set milestones. Thus, each week can start by reviewing the pending tasks, organize your week tasks, and at the end of the week check and mark your progress.
  28. ### Issues and Labels
  29. Let us start by setting some milestones (proposal, prototype, software function, etc.), set a Due Date, and its description. With your milestones, it will be easy to organize issues and track your progress.
  30. After defining a milestone,
  31. - **task**
  32. - **bug**
  33. - **improve**
  34. - **
  35. The `git-template` includes 9 basic labels to use each time you create an issue. These labels are detailed next:
  36. - bug: Somethign is not working as expected or getting wrong results
  37. - duplicated: This issue or pull request already exists
  38. - further work: General advices to be considered in future elements, projects or submodules
  39. - help wanted: Some help is required by supervisors; directions, raw material, material, review results, or laboratory assistance
  40. - improve: Something has to be improved or rebuiled to improve expected results
  41. - question: Something needs a fast review or guidance to focus the aim of the project
  42. - submodules: The project should considers to create a submodule element to integrate in this project
  43. - task: Assigned task to complete a milestone or project element; the assigned collaborators have to complete the task
  44. - wiki: Elements or information to be included in the Wiki page
  45. ### Projects
  46. **Considers that this is the main repository. Thus, create projects for main elements (circuit stage, specific behaivior, component, document, simulation, or submodule, etc.) to manage components or submodules related with the main repository**.
  47. In the project always create three main boards: Todo, In Progress and Done.
  48. ![](http://gmarxcc.com:8088/MSP430/GUI-Heater-System/raw/branch/master/Esquematico%20Conexiones/Esquematico_Sistema_de_Calentamiento.png)