wildbill:
You can wire DS18B20s directly into the arduino - I'm not sure what the temp shield is for. You mention sending temperature data to your router - what is it going to do with it? Normally, I'd expect it to be going either to a web server you control or some kind of on-line service such as Xively.
Does Xilely have a cost?
I already have a website hopefully I can get the info through that or from my dns server.
Nick_Pyner:
I bet you will be eventually. If you need to know at all, you need to know always.
Remember where you heard it first........
Yes there is a case for saving temp data so you are right.
Nick_Pyner:
You can stretch your imagination quite a long way on a project like this. Local backup recording and local display are two obvious temptations, and backup recording inevitably means including a real time clock. God only knows what a temperature shield is, don't bank on simply plugging things together, and it could simpler to make your own shield.
I would be more inclined to use an Ethernet shield feeding a WiFi repeater than a WiFi shield. The combination is more useful, a hell of a lot cheaper, and less likely to cause you grief. The repeater has other uses beyond the WiFi shield, and an Ethernet shield includes an SD card slot.
If you follow this sort of path, you are likely to find the Uno has insufficient memory, and I submit you may be better off getting a Mega 2560 to start with.
Picture shows small shield with RTC and headers for DS18B20s, bluetooth and I2C display etc.
Would like local read outs on a local display.
Lots to consider on this project before I even choose which Arduino to use it seems. Probably do it in a series of small projects.
1 Arduino with temp reading to local read out, then
2 add wifi to send data over the internet, then
3 add some way of saving data, probably with SD Card Shield.
What I need to know now is what sort of Arduino can handle the above with some spare capacity in case I want to add other stuff?
What program will I need to read the data from the sd card? Maybe excel or something like that?
Thank you all that have contributed to this project so far.
Hopefully I can get this build under way in March or April.