We wrote a program to record sensor readings once an hour for 24 hours.
to test
resetdp
repeat 25 [
record sensor1
record sensor2
wait 36000]
ledon
end
|
|
- Resetdp
- Sets the data pointer to the starting position.
- Record
- Used to gather the data into the GoGo Board memory.
- Wait 36000
- Causes a pause of 36000 tenths of a second. (One minute is 10*60. One hour is 10*60*60, or 36000.)
- Ledon
- Turns on the green LED on the GoGo Board so we know the program has finished its job.
|
The program records sensor data as soon as it starts, and then once an hour for the next 24 hours.
Temperature Changes Inside and Outside the Pot-in-Pot Refrigerator

|
After 24 hours we uploaded the data from the GoGo Board to our computer in two columns. We then saved the data as a text file, opened it in Excel and made this chart.
During the 24 hours we collected data it became a bit cooler both inside the pot and outside. You can see that both sensor readings increased, meaning lower temperature, during that period. During the entire time it was cooler inside the pot than outside. But, the difference increased in the first few hours. It takes a while for the Pot-in-Pot to cool down.
- It would be interesting to collect data for an even longer period of time. We predict that as the Pot-in-Pot dries out over time the temperature inside would rise and become close to the outside temperature.
- Once the Pot-in-Pot had dried out, we could add water while still recording data. We would expect that it would again become cooler inside.
- The idea of the Pot-in-Pot it to keep food cool. We tried it with an empty pot. What if we put some vegetables inside? Would that affect the temperature?
|