thanks, yeah I think I have a couple MAX232 chips around here somewhere . . . I'll try that. My PC's IP is static, I can't ping the siteplayer, but when I...
a PC ... ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with...
Hello! I just bought a Siteplayer SP1 today. Does anyone have any good suggestions for using this board? Ideally I would then need to have the widget present a...
Hi Greg, Are you seeking project suggestions for SitePlayer application (home automation, process control & monitoring, environmental control & monitoring,...
... Hello! More of the latter I should think. What I basically need is advice on the practical aspects, namely how to have the thing be connected. According to...
SitePlayer utilizes Realtek's 8019AS Ethernet controller. The 8019AS datasheet can be found here: http://www.chipcad.hu/download/8019as.pdf Although the...
Gregg, Clarification to my previous post: When configured for 10BaseT, the recommended integrated RJ45/magnetics for the 8019AS is the LF1S022... The 8019AS...
... Hello! I see. I will check my usual sources for such items, and I have the documentation for the NIC, and will obtain the ones for the host processor on...
I've has a siteplayer (Master) sending out UDPs (only 4 bytes) to another siteplayer (slave)for quite some time now with no troubles. I now want the slave to...
A little further testing showed the following; Results of a packet sniff from the Master sending 10 bytes is as follows! 04 FB 11 00 00 13 02 1D 00 00 This...
What are you using to packet sniff. Wireshark? Can you capture both frames including the ethernet framing and IP headers. This only shows the data payload. ...
Thanks for the reply and Merry Christmas to all.. Yes, I am using Wireshark, this is my first time using it so I'm not sure about the things you are asking...
Well lklyneuk, upon further review I found that I was writing to these four locations. When the Pic side starts up it reads from eeprom and filled the...
I am new to siteplayer and I am having some trouble getting my software to upload to the module. I tried to start small. I made a copy of the factory software...
I have a simple application where I have a PIC based weather sensor with a serial port that I want to put on my local network. The sensor works just great...
Hi Guys i am new to siteplayers i was woulnding how can i use my siteplayer for my ws-2300 weather station so i can see my station on line From Peter...
Hello all; I've discovered a USB cable sold by Radio Shack (#20-047). It was designed to program radio scanners but it performs USB to TTL level rs-232. I...
If the weather station is of your own design, you need to modify the PIC code so that it sends its data to the SitePlayer properly formatted. The SP serial...
You need to use the SP and a microcontroller to make a weather station interface device. That is, the controller reads the weather station port, formats the...
There's a great article at CodeProject (http://www.codeproject.com/KB/cs/weatherlink.aspx) that has code for hooking up a Davis Vantage Pro weather station...
Thanks for the reply. Your post confirms my understanding from a bunch of overnight reading. As you said, it looks like I need to get the PIC to respond with...
... Hello! Would you mind posting for us the location inside the RadioShack site where this cable is? I know of the ones sold to talk cellphones but that's it....
... I purchased the cable in a Radio Shack retail store. However, I was able to search the R.S. website (using the part number) (#20-047) and found this .. ...
... Hello! Indeed it does. RS has a bad habit of staffing their stores with clones from the former CompUSA so it will help to have a catalog number to base my...
I want to do something very simple. I want to go to pre-determined web page when the SP gets powered up. Does any have any ideas on how to auto open a web...
... Hi Mike, If I understand your question, you want a web browser to automatically contact a website when Siteplayer starts. If this is correct, you may be...
Look up the HTML commands to do with "refresh". I have my page refreshing every 5 seconds with the following HTML code. <meta http-equiv="refresh" content="5">...
... code. ... page. But I believe there is a way to specify what URL it refreshes to, which could be the site your trying to jump to. ... just says " Please...
Thanks for the help. I did come up with something that I thought would work except for one thing. The code on an HTML page is executed in the computer viewing...