I had the same problem a little while ago. I ended up trying it from another computer and it worked fine. Im not sure why. Now I cant load into the SP from my...
6183
lklyneuk
May 2, 2008 7:53 am
There are a few issues that could cause issues with siteplayer connectivity : i) If sitelinker fails part way through then the siteplayer may be found on its...
6184
nistornicolae1986
nistornicola...
May 16, 2008 5:45 pm
Hello everyone, I`ve just started playing around with the siteplayer server development kit and already ran into a problem. WHen trying to download a new site...
6185
marc_reynolds1
May 17, 2008 2:27 am
... Does the "IP address for download" in SiteLinker match the device's IP address? 127.0.0.1 is SiteLinker39;s default download IP. Use the Serial Tester...
6186
Nistor Nicolae
nistornicola...
May 17, 2008 4:10 pm
Thanks loads. I tried it out and it worked. Regards, Nick....
6187
gneiss_elf
May 19, 2008 6:09 am
I want to try reading 4 bit data in from several registers including those in an RTC-72421 real-time-clock and send them through the BS2E serial port to a...
6188
Chris Peterson
cloudbait
May 19, 2008 6:17 am
What you are trying to do is somewhere between very difficult and impossible. It is essentially an attempt to misuse the SP. Remember, the SP is not a...
6189
4mmr-aerf@...
franklin97355
May 20, 2008 3:02 am
You have 768 bytes of space to use as bit, byte, integer, (something else I can't remember) Can you do it in that space? You also have 48K MAX for the web...
6190
marc_reynolds1
May 20, 2008 3:13 am
If I understand your question, you want to gather data from BS2E peripherals for display in a web page with the data ordered on the page in some specific...
6191
lklyneuk
May 20, 2008 6:24 am
For the purposes of this most of this information is white noise. My assumaptions: BS2E - Basic Stamp 2E The Stamp will do all the data collection and then...
6192
tonyflynn25
May 20, 2008 8:15 pm
Has anyone had any experience in using a PIC in conjunction with the webserver to upload an image every hour or so that can be accessed via my web browser. Is...
6193
Rusty Haddock
kd4wlz
May 20, 2008 8:44 pm
... Pret' near impossible. The HTML files and associated graphics are stuck into the SP's flash memory. The only things you can modify are the SP Objects...
6194
erupp62
May 27, 2008 8:27 pm
Greetings, I am a new SitePlayer user. Am attempting to build a browser-based control interface for a Canon video camera with motorized mount. Am using the...
6195
erupp62
May 27, 2008 10:37 pm
More info: I was able to determine that after each command sent from SitePlayer to the camera, the camera returns FE30303030EFh. This is somehow confusing...
6196
Chris Peterson
cloudbait
May 27, 2008 11:32 pm
The function of the serial port on the SP is to provide a control channel between it and its controller. It is not a general purpose serial port. The proper...
6197
erupp62
May 29, 2008 6:47 pm
Hi Chris, Much thanks for the info. Appreciate the assistance. I worked around the return data problem by simply disconnecting the Rx data wires in my serial...
6198
Luis
lmercor
May 30, 2008 7:01 pm
could anyone please tell me the main difference between the SP1 and SPT1 siteplayer modules.. Thanks...
6199
marc_reynolds1
May 31, 2008 12:33 am
SitePlayer SP1 is a web server - a device that delivers (serves up)web pages. SitePlayer Telnet SPT1 provides telnet protocol services for remote terminal...
6200
Paul & Jean Galburt
galburt
Jun 2, 2008 6:22 pm
This may be an old question, but I was hoping there is a way to set a static IP address into a SitePlayer without reloading the binary image and that will...
6201
marc_reynolds1
Jun 3, 2008 12:44 am
A microprocessor can be used to load a new IP address (4 bytes to SP Special Function Memory 0FFE6h - 0FFE9h) after reboot. Marc R....
6202
lklyneuk
Jun 3, 2008 8:03 am
If you are not running with a Microprocessor then the other option is to use DHCP and a DHCP server that allows you to assign the IP address by MAC address...
6203
erupp62
Jun 5, 2008 2:32 pm
For anyone who is interested, I found an answer to my question about how to send hex strings out the SitePlayer serial port using a button. Here is an example...
6204
nakedneko
Jun 5, 2008 5:05 pm
You could try the Javascript setTimeout function. You will need to enable Javascript in your browser, if its off. Try: <input type="button" value="Pan Right"...
6205
zoomkat
Jun 6, 2008 2:44 am
The button setup is interesting. I don't have a siteplayer but have tinkered with apache for my pan/tilt web cams. What you need to try is not having the...
6206
zoomkat
Jun 6, 2008 7:13 am
A quick test page below I made using the button control. http://www.geocities.com/zoomkat/mousebutton-T.htm ... to ... to ... my...
6207
wimn.rm
Jul 7, 2008 12:27 pm
How can I determine the firmware revision level of my SitePlayer? Thanks, Wim...
6208
wimn.rm
Jul 7, 2008 1:52 pm
How to determine the IP address of my SitePlayer. After a firmware upgrade I suppose the Siteplayer has got it's default IP address of 192.168.1.250 But the...
6209
wimn.rm
Jul 7, 2008 2:14 pm
Sorry folks, I was too quick asking you this. With the use of the DEV board and the serial tester I found that the default IP was set to 192.168.0.200. Very...
6210
us21090
Jul 22, 2008 10:22 pm
Hi all, A friend of mine (not me, really) is curious about the SitePlayer Server. I've told the little I know (I have one, but haven't done much). He's a...
6211
lklyneuk
Jul 23, 2008 8:46 am
The siteplayer on mail.thirtover.com is a webbrick. This is a public one for playing with. www.webbrick.co.uk ...