Hi. There was a topic with this subject a couple of years ago, but it’s locked now, and it didn’t address what I’d like to do. Here’s the situation:
-
For years I’ve used a CyberQ controller for my Kamado Joe smoker. It uses wired, plug-in thermocouples to manage the smoker temperature via a fan, and to monitor the temperature of up to three foods. It works quite well.
-
Now I have several very advanced wireless thermocouples and Arduino code that can read them via Bluetooth.
-
I’d like to eliminate the wires between the smoker and CyberQ by creating an Arduino interface to read a wireless thermocouple via BT, translate the reported temperature to the corresponding signal read by the CyberQ, and feed the signal to one of its thermocouple ports.
-
I don’t know what type of thermocouples are used by the CyberQ (type K, type T, etc.), but I think I can figure that out by connecting them to a temperature probe readout device I have.
-
I’ve seen published correspondence tables for temperature vs voltage for various thermocouple types, and know how to generate a PID voltage using PCM. Can the Arduino generate low enough voltage to simulate a thermocouple?
-
I’m uncertain about how to connect one of the Arduino output ports to the CyberQ, primarily because I don’t know how thermocouple measurement circuits are designed. This is the part I really need help with.
Thanks for any advice.