Python Forum

Full Version: termocouple and raspberry pi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Please make an effort, show your code, and ask a specific question when you encounter a problem.
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.
(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!!