Go to advanced search

by JacobNeill
Wed May 29, 2019 3:37 pm
Forum: Troubleshooting
Topic: Dynamic PID Temperature Controller Using Raspberry Pi 3 Model B and Arduino Nano
Replies: 3
Views: 768

Re: Dynamic PID Temperature Controller Using Raspberry Pi 3 Model B and Arduino Nano

Thanks for the reply, i'll have a look over pySerial library. The current code i'm using on the arduino is as follows: #include "max6675.h" int ktcSO = 8; int ktcCS = 9; int ktcCLK = 10; MAX6675 ktc(ktcCLK, ktcCS, ktcSO); void setup() { Serial.begin(9600); // give the MAX a little time to settle del...
by JacobNeill
Mon May 27, 2019 8:52 am
Forum: Beginners
Topic: Usb hub
Replies: 11
Views: 722

Re: Usb hub

Hey there, not sure which pi your're using but this post on stackoverflow would suggest 127 total connections! https://raspberrypi.stackexchange.com/q ... -supported
by JacobNeill
Mon May 27, 2019 8:40 am
Forum: Troubleshooting
Topic: Dynamic PID Temperature Controller Using Raspberry Pi 3 Model B and Arduino Nano
Replies: 3
Views: 768

Dynamic PID Temperature Controller Using Raspberry Pi 3 Model B and Arduino Nano

Hi there, to preface i'm an undergraduate student studying chemistry. My past experience prior to chemistry was in IT and so i have some minimal coding experience but much of the python I have learnt has been for the project over the past 3-4 months. I've hit a wall in a project i'm working on and n...

Go to advanced search