When I try to load a .spb file, in SitePlayerPC, I get a Winsock Error - cannot Listen. I have seen some previous requests, with the same problem, and no...
6398
William Knoche
wknoche
Nov 2, 2010 10:26 pm
Just wondering if anyone has interfaced Dallas 1-wire to Siteplayer. I have some sensors using the 1-wire components and woudl like to move to a more network...
6399
Chris Peterson
cloudbait
Nov 2, 2010 10:56 pm
Don't. The SitePlayer shouldn't have anything attached to its I/O pins. It is a network coprocessor, so you should attach it to a microcontroller, and then...
6400
Gregg Levine
hansolofalco...
Nov 2, 2010 11:00 pm
... Hello! I agree. It's designed to talk to an adjunct microcontroller or processor. Some of them do speak One-Wire protocols natively outside of the thing...
6401
Rusty Haddock
kd4wlz
Nov 2, 2010 11:12 pm
... Bill, The Siteplayer is not able to directly talk to the Dallas Semi 1-wire network. You will need some sort of microcontroller to talk to the 1-wire net...
6402
Rusty Haddock
kd4wlz
Nov 2, 2010 11:18 pm
... Check your firewall settings on Windows and/or any third party firewall software on your PC. Make sure you've got the ports open that the SitePlayerPC...
6403
kevin asato
kc6pob
Nov 2, 2010 11:48 pm
here is a link (http://masters.donntu.edu.ua/2001/kita/serebrov/diss/Lib/Dallas%20Semiconductor%20Corp%20Tech%20Brief%201%201-Wire%20Net%20Design%20Guide.htm)...
6404
Tom Riggs
th469r
Nov 3, 2010 4:59 am
I'll have to go back and look at the port numbers. I don't run a firewall ( Win2000). Thanks, Tom Riggs ... From: Rusty Haddock <rusty@...> ...
6405
Andy Harris
andythirtover
Nov 3, 2010 8:57 am
Dear group We interface 5 off 1 wire sensors to our WebBrick which is based on a SitePlayer and PIC micro. see webbricksystems.com or even docs.webbrick.co.uk ...
6406
mark30504
Nov 10, 2010 1:41 pm
I have been working on a weather station useing SitePlayer But I am a but confused on how to get data were I need it Lets as I make a Siteplayer Object called...
6407
Rusty Haddock
kd4wlz
Nov 10, 2010 6:59 pm
... The memory location(s) you need, as defined in your .spd file, can be exported to a file designated by the .spd file for your project. Various types of...
6408
Tom Riggs
th469r
Dec 26, 2010 1:47 am
I finally got time to sort out that Winsock error. I didn't notice that the Windows IIS services were running. I guess that would be in the warning of stopping...
6409
castoldim
Jan 3, 2011 9:14 pm
Hi friends,I need help.I built a robot controlled via Ethernet, using a Siteplayer whith a conventional SPD file,SPI and an HTM page.Via the STP serial port I...
6410
Tom Riggs
th469r
Jan 4, 2011 6:06 am
I am on my first Siteplayer project. However, I am very sure that the Siteplayer is not capable of running the Visual Basic program. It is an Intel 8051...
6411
Gregg Levine
hansolofalco...
Jan 4, 2011 6:29 am
... Hello! You are correct. the Siteplayer is indeed based on the I8051, I believe they chose the Atmel derivative. The VB programs run on the host, and talk...
6412
castoldim
Jan 4, 2011 8:22 pm
... Hi friends,thankyou for the fast answer :-). My problem is related to the file to be uploaded to STP using SiteLinker, someone can tell me in detail how to...
6413
ernststippl
Jan 24, 2011 7:36 pm
Hello! I have a Siteplayer board since years, but now have an usage for it as a "plain" TCP/IP-Telnet to RS232 converter. This is what "Siteplayer Telnet" is,...
6414
Rusty Haddock
kd4wlz
Jan 24, 2011 8:36 pm
... Looking through the archives of the SP Telnet forum I found this from one of NetMedia's support crew: This is currently not possible. The SPT and SP...
6415
ernststippl
Jan 25, 2011 8:39 pm
Hello! Thanks for your reply, Rusty. I will buy a SPT1U and use it with the carrier board I already own. Best Regards Ernst...
6416
axsmart
Mar 10, 2011 6:09 pm
Hi everyone, I have just instaled siteplayer software and when I'm trying to download a program, I recive this error: Run-Time Error 10054 I have used...
6417
Scott
scottcolson
Mar 29, 2011 9:23 pm
Hi, Is it possible to create files on the Siteplayer from a webpage? I'm thinking something along the lines of ftp but from what I understand, Siteplayer...
6418
Rusty Haddock
kd4wlz
Mar 30, 2011 3:07 am
... Nope nor via FTP. Once SitePlayer is loaded with the SiteLinker output that's the last time you'll be able to put anything into a webpage except for SP...
6419
Scott
scottcolson
Mar 30, 2011 11:24 pm
Thanks Rusty, that's what I was afraid of. Is there any way to burn the flash memory without using SiteLinker? I need to update one of the webpages using C++...
6420
Rusty Haddock
kd4wlz
Mar 31, 2011 6:04 am
... Well, the CPU is a Phillips 8051 derivative... Attaching a small MCU to the serial port of the SitePlayer can't accomplish the same goals? What about...
6421
Scott
scottcolson
Apr 6, 2011 4:46 pm
Well the problem is that I want to store some calibration coefficients in non-volatile memory. The siteplayer objects are in RAM so they get wiped out when...
6422
Chris Peterson
cloudbait
Apr 6, 2011 4:53 pm
Yes. You should store these values in the memory of the controlling processor, not try to store them in the SP. ******************************* Chris L...
6423
Rusty Haddock
kd4wlz
Apr 6, 2011 6:23 pm
... Depending on how long you plan the power to be removed, try battery backup??? Four or five AA batteries will keep something like the SP going for a good...
6424
Scott
scottcolson
Apr 6, 2011 8:37 pm
Well either placing more NV memory or making a battery backup would require respinning the board and since I didn't design the board that's out of my hands. I...
6425
laurent_allegranti
laurent_alle...
May 13, 2011 2:08 am
Hello, First of all, sorry for my english I'm french. I'm using a PSoC microelectronic board for an electronic project with my school... It's composed of a...
6426
Steven Heaton
sheaton2002
May 13, 2011 6:51 am
Hello Laurent, It is recommended to send 20 NOP commands before your data. I am not very good with C, but have you set the baud rate to match the siteplayer? I...