Hi Ben,
The Freeduino turned up shortly after I moaned about the Christmas post delays!
I managed to get all of the nuelectronics example code to work
Downloaded from here
http://www.nuelectronics.com/estore/?p=14I then ran into problems because one of my laptops kept crashing when I tried to upload the compiled code to the Freeduino board. After this happened twice I resorted to using my Toshiba notebook - which worked fine.
I made some changes to the webserver example so that it would read a thermistor rather than the Dallas temp sensor.
This worked OK as a local server, but I have yet to remember how to make my router look transparent to incoming requests.
I then tried the example code on the Pachube site, and found that this refused to compile unless I commented out the <#include stdio.h> line in the ethershield module.
Hopefully tomorrow I will have a transparent hole through my router so others can see the Arduino server.
The Nuelectronics ethernet shield is completely different form the Arduino version - its basically just a Microchip 28J60 ethernet controller and it relies on a cut-down TCP/IP stack running on the Arduino.
There is no SD card socket - but I have downloaded the SD library and this should be relatively simple to bodge on.
ColdPlay: "Nobody said it was easy..."
regards,
Ken