FatSeagull
Newbie

Hello. Apologies in advance if this is not the appropriate place to post this thread.
I am a graduate student with background in Biology, but I have fiddled around with some basic Arduino Projects in the past.
I am trying to create a replacement setup for one of the experimental setups in my laboratory, as the old setup is malfunctioning.
The setup in question was built by a previous graduate student (that long since graduated), that had an extensive EE background. Furthermore, he left behind zero documentation on how the PCB that he custom-built works. Because of this, I thought it'd be better for me to take a crack at building a replacement.
To give a short summary of what this setup is supposed to do: The setup maintains a Peltier Pad at user-specified temperatures by supplying the Peltier with some variable DC current. The peltier can be heated and cooled. To cool the Peltier, the setup reverses the polarity of the DC current. It then uses a closed-loop PID system to adjust the current being provided by collecting data from a temperature sensor that is adhered to the Peltier.
The old setup used two DC power supplies that provided a voltage of 8V in series, so that the + terminal of the 1st supply was hooked up to the - terminal of the 2nd supply, which served as the '0V' reference.
Since 8V is greater than the 5V operating voltage of the Arduino, I was recommended a relay shield for this purpose. However, I am at a loss as to how to control the output current. My first thought was using a variable resistor, but apparently for such voltages, this is a terribly inefficient idea, and also there are few variable resistors that can be automatically controlled in this voltage range.
Are there any suggested methods that would enable me to use a microcontroller to vary the polarity/current of the output from a dual-power supply setup based on the closed-loop feedback?
Thank you very much for your help in advance.
I am a graduate student with background in Biology, but I have fiddled around with some basic Arduino Projects in the past.
I am trying to create a replacement setup for one of the experimental setups in my laboratory, as the old setup is malfunctioning.
The setup in question was built by a previous graduate student (that long since graduated), that had an extensive EE background. Furthermore, he left behind zero documentation on how the PCB that he custom-built works. Because of this, I thought it'd be better for me to take a crack at building a replacement.
To give a short summary of what this setup is supposed to do: The setup maintains a Peltier Pad at user-specified temperatures by supplying the Peltier with some variable DC current. The peltier can be heated and cooled. To cool the Peltier, the setup reverses the polarity of the DC current. It then uses a closed-loop PID system to adjust the current being provided by collecting data from a temperature sensor that is adhered to the Peltier.
The old setup used two DC power supplies that provided a voltage of 8V in series, so that the + terminal of the 1st supply was hooked up to the - terminal of the 2nd supply, which served as the '0V' reference.
Since 8V is greater than the 5V operating voltage of the Arduino, I was recommended a relay shield for this purpose. However, I am at a loss as to how to control the output current. My first thought was using a variable resistor, but apparently for such voltages, this is a terribly inefficient idea, and also there are few variable resistors that can be automatically controlled in this voltage range.
Are there any suggested methods that would enable me to use a microcontroller to vary the polarity/current of the output from a dual-power supply setup based on the closed-loop feedback?
Thank you very much for your help in advance.