Alan, TwentyFourSeven, List,
I updated the firmware and started to follow the tutorials on Microchip for their vending machine application.
These show how data and variables can be passed to and from the board using HTTP to make an effective control mechanism. As a lot of this is new territory for me I thought it worthwhile grasping these basics before I proceed to write my own application.
I managed to download the new development tools from Microchip (MPLAB 8.10 needed for this board) and I also got the Student Edition of their C18 C compiler, which is free to use, fully featured but time limited for 60 days - then it turns into a pumpkin.
The new firmware has dynamic DSN which I have yet to confirm if its working.
At the moment the board claims to be at IP 169.254.1.1 which it allocates automatically in firmware.
I have yet to find how to change this in the new firmware. Failing that, it still needs to be forwarded through my router which is still at
http://90.240.127.233I'm pursuing this route, because I believe that Microchip currently offer one of the cheapest mechanisms to get an embedded ethernet microcontroller complete with it's on-chip ethernet controller. Their PIC 18F97J60 is available for under a fiver from Farnell and really only needs an integrated magnetics Ethernet socket and some dataflash memory to make a minimalist device:
http://uk.farnell.com/jsp/search/browse.jsp;jsessionid=S2NWDUQEWVJ54CQLCIQZKBQ?N=0&Ntk=gensearch_001&Ntt=18F97J60&Ntx=&_requestid=348823Olimex are selling a series of 3 boards based on the PIC embedded ethernet devices. These are considerably cheaper than the pucker offering form Microchip, but are code compatible with their TCP/IP stack - try here for details
PIC Mini-Web
http://www.olimex.com/dev/pic-mini-web.html minimal board - and your own relays, isolated inputs, temp sensors etc
PIC Maxi-Web
http://www.olimex.com/dev/pic-maxi-web.html For 82.95 Euros this seems maxi-web very good value and has high degree of hardware compatability with with PICDem.net 2
also has 2 10A/250V relays, 4 opto- isolated inputs, LCD display, 12 analogue inputs on screw terminals, Analogue input via potentiometer and temperature sensor
http://www.olimex.com/dev/images/PIC/PIC-MAXI-WEB-REV-A-sch.gifAlmost all of this should be directly compatible with the genuine Microchip board. This Olimex board seems an ideal starting point for a web connected heating or solar controller. Thermistor, RTD or one-wire temperature sensors could be added fairly easily, or even PT-100 with a little bit more expense and circuitry.
Anyone wanting to explore further should have a look at the wealth of data and tutorials on the microchip site
www.microchip.com/tcpipKen