I'd like to configure a "stay-alive" function for the SP from my micro which happens to be a SX28 from Parallax. The micro would reset the SP if the SP ever...
Hi Kevin I've a couple of little systems fitted with SitePlayers. They work since many years without having been disconnected but once, last summer (I...
I can add a little info to this thread, not much, but a little. I recently purchased the SitePlayer so I could create a webpage from which I could remotely...
... 1" .... ... There are some small differences in the version 1 and version 1.1 instances of the hardware but you'd be better off if you got both pieces of...
Scan back in the group and you will find some details on issues where the router uses a certain chip to provide the ethernet switch, one of which causes...
I have a custom PC carrier board I developed for my siteplayer project. I leveraged the schematic of the latest netmedia development board to get me started....
Hello, it is possible to display the MAC address of the siteplayer that I am linked on and how do I make it possible with the ethernet link only (not serial)? ...
I am looking for either an example of a piece of code that basically communicates over TCP/IP, or someone who can give me a pricing on a solution. I have...
Hello, I wonder how to change the default port 26481 because I need to install 4 Siteplayer on my router and I will be able to access them by the internet. (...
If you include UDPSend_Def.inc in your siteplayer definition file you will then have names for the 6 mac address bytes in the siteplayer and can do normal...
WebBrick is probably a bit of overkill but it sends out UDP packets when its inouts change. www.webbrick.co.uk Manual and data sheets under Downloads....
... Yes, it is possible. Add this to your .spd file: org 0ffe0h mac0 dhex 0 mac1 dhex 0 mac2 dhex 0 mac3 dhex 0 mac4 dhex 0 mac5 dhex 0 And then use...
... I'm not absolutely sure I understand your question, but here goes... Using Port Forwarding configuration setup on your router, assign a unique Port number...
Yes, there is a huge groundplane that I removed to make for a better picture. I think it is a powersupply issue, actually. After a little more checking I...
NO. Our experience is that siteplayer very sensitive to power fluctatuations. Needs to be above 4.75V. I suspect the CPU has brown out set to reboot the chip...
I would not make a siteplayer directly accesible from public network unless you are happy for denial of service attacks on it. Have also found some bugs when...
please elaborate on the denial of service issue with the site player . . . I'm having some issues on my network and am wondering if leaving a siteplayer open...
Sorry if I state the obvious. A denial of service attack is when a system is targetted with a large amount of traffic or data that is known to cause problems...
Hi all, Does anyone know how to set the siteplayer to output 9600,n,7,1 (seven data bits) for a device that I have that requires this format? I need to be able...
I don't believe it is possible to change any com parameter except the baud rate. It always uses 8-bit words on the serial port. From what you ask, I sense you...
thanks, turned out to be power supply noise on my router, it was dropping packets. ... __________________________________________________ Do You Yahoo!? Tired...
To my knowledge SP can't send packets on it own. Polling from a server can do the trick. In PHP (or Perl/python) you can do a script that keeps polling the SP...
SP respons to all ports. Thus you just need to make a portforward (NATP) to an ip address. Say you have A on IP 192.168.1.100 and B on 192.168.1.101. You can...
No, they default to high. You can read them on a HTML page with ^Switch5 (i.e. I/O 5)and they return 1 on boot. I can toggle it to 0, but I need it to boot low...