DM183033 Internet Radio

Powered up new unit and went to web pages.

No provision for adding stations yet via the web page.. but C code seems to be there.

Installed TCPIP Stack was 4.45 on the board

Installed TCPIP Stack 4.55 on my PC and using supplied HEX file went to program via PICKIT 2 the board and it warned not all config bits set, did a read from the device first and config bits are: 04A0 0FC0 0700 000, programmed & ran ok as 04A0 0FC5 0700 000


With my Woosh internet connections high latency/general poor performance I cannot use this device as it stutters, so installing Squeezecenter on the QNAP NAS and will try it off that..

Opened TCPIP Stack 4.55 Internet Radio Project in MPLAB:

Changed this for this: in MainDemo.C

   
  {
  "SKY.FM Top Hits, 96K",
  "scfire-dll-aa02.stream.aol.com",
  80,
  "GET /stream/1014 HTTP/1.0\r\n"
  "Host: scfire-dll-aa02.stream.aol.com\r\n"
  "Accept: */*\r\n"
  "Icy-MetaData:1\r\n"
  "Connection: close\r\n\r\n"
 },
  {
  "QNAP",
  "192.168.1.2",
  9000,
  "GET /stream.mp3 HTTP/1.0\r\n"
  "Host: 192.168.1.2\r\n"
  "Accept: */*\r\n"
  "Icy-MetaData:1\r\n"
  "Connection: close\r\n\r\n"
 },