/OoniArduinoThermometer

Files to build a thermometer to fix on the stone of an Ooni oven

Primary LanguageC++

Questions, remarks or just telling me you like it ? Let me know at http://twitter.com/elonmusksmentor


You have an Ooni pizza oven? You want to know when the stone is hyper super ready to cook amazing pizza's?

Let me present you:

The Ooni stone thermometer.

Material used:

Electrical circuit:

The file : ShemaWires.jpg shows you how to assemble everything together. You can obviously change the inputs and outputs but then you need to change the code too.

Note that you can't change the two Analogic outputs (4,5) for the screen.

The code

Once, everything is assembled, you just need to load the script on the arduino. You can find the script in the OoniTemp folder. Open with the arduino IDE, connect the arduino to your computer and click on the send button.

!Important!

Don't forget to download/enable the libraries needed included at the top of the script.

I had to change the line

#define SCREEN_ADDRESS 0x3D ///0x3D for 128x64, 0x3C for 128x32

to:

#define SCREEN_ADDRESS 0x3C ///0x3D for 128x64, 0x3C for 128x32

To get the screen working even if it's an 128x64 screen.

Fix the thermometer to the oven

If you've noticed, there is a hole at the bottom of your Ooni oven under the stone. Somme say it is to get the stone out of the oven but it has another benefit :

to fix your brand new assembled Ooni thermometer!

So just grab a piece of metal, make a hole in it and give it some kind of U form to put it in the hole of your oven. And make sure the tip of the thermocouple is in contact with your stone.

You can find an illustration in the file Attach.jpg

And a video of it working (OoniTemp.mp4)

Temperature on the "TOP of" or the "BOTTOM of" the stone

When I posted the thermometer on Reddit there was some kind of debate if it was efficient to measure the temp at the bottom of the stone.

So like I said, in the post,

what I'm trying to figure out is if there is a correlation between top temp and bottom temp (should be).

So with experience I'll know that when the bottom has reached xx degrees, the stone is perfect to cook pizza's. Now it's showing degrees but it could also be a green light for example.

I'm just curious to see if wind/external temp could influence the correlation top temp/bottom temp because where the thermocouple is in contact with the stone, the stone is exposed (but it's the easiest access to the stone).

If that's the case I'll build some closed room around the thermocouple to minimize it.