Python Forum
termocouple and raspberry pi - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: termocouple and raspberry pi (/thread-24989.html)



termocouple and raspberry pi - kallifax - Mar-13-2020

Hi guys. I'm not a native english speaker, but I try my best.

I'm starting from zero programing python, just know a really little bit of C++.

I have to make a temperature control with a raspberry pi and python, on a Heat Transfer Experiment (from Quanser), it has termocouples on it. But I'm lost with the data transfer/analysing and which library of python I can use to control the GPIO's and manage that data (analogic/digital).

I really appreciate any help.
Kind


RE: termocouple and raspberry pi - Larz60+ - Mar-14-2020

Please make an effort, show your code, and ask a specific question when you encounter a problem.


RE: termocouple and raspberry pi - kallifax - Mar-14-2020

I did not start to coding yet.
I came here to ask for some directions to study about some library or anything like that and then start to code.

Cuz I just get this ideia for a university work.


RE: termocouple and raspberry pi - gontajones - Mar-14-2020

You should start by playing with these python modules:
https://pypi.org/project/RPi.GPIO/#description
https://pypi.org/project/gpiozero/#description


RE: termocouple and raspberry pi - kallifax - Mar-16-2020

(Mar-14-2020, 11:07 PM)gontajones Wrote: You should start by playing with these python modules:
https://pypi.org/project/RPi.GPIO/#description
https://pypi.org/project/gpiozero/#description

Thank you @gontajones!!