... OR if you want you canget the layout for a board from this site: http://stage.itp.nyu.edu/~tigoe/pcomp/siteplayer/index.shtml and order your own from...
I beleive this module is not simply locked up. It no longer works in the development board as well as my own board. Hardware and software reset does not work....
I use PHP to do the MySQL functions. Works great. ... __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway ...
Yep same problem for me. Locked up 3 weeks after i bought it. I've tried everthing and can't get it to work. Led Blinked and i could access web pages, i...
And how to you retrieve the data from siteplayer? Is there a code example you could send me? Is a bidirektional communication possible? By the way, could...
put the data in the SP memory via objects, then have php open a socket and get the whole page, in comes <http> all the data </http>, strip off what you want...
Thanx for your help. Concerning the better ways than $30...what do you mean? Do you have another solution? Jonas ... socket ... off ... time ... you ... ...
Hi Noway, I'm without my siteplayer proto board, so this is untested, but should help. With one computer networked to a siteplayer and the same computer...
Hi everybody, I am curious about the following: if SP gets shut-downed and then woken up, does it "remember" the states of his I/O pins ? Thanks !...
I'm new to the SP and have breadboarded a circuit based on the NetMedia Dev board. When I power up the link light is on solid regardless of the LAN cable...
Mark, my experience is that the SP is quite sensitive to power supply voltage and 4.72 is not enough for ensuring a correct working of my SP. The link light...
Greetings I have included the SP on my circuit board for remote monitoring of a BAS (building automation system). It appears to work in that I can obtain from...
I think your voltage is too low. Use at least 9 volts to the input of the 7805 regulator. That regulator requires a couple of volts above the desired...
Thanks, I got rid of the 6vdc supply and hooked up to a 12vdc supply. The output of the 7805 is 5.05vdc. I was able to successfully connect to the SP with...
IME it's not volts but current. The SP inititates a voltage drop at boot and if you don't have enough umph then you get a brown out condition. the 7805's...
that won't do it...I want to retrieve data from small devices over the internet. ... have ... strip ... like ... giving ... than a ... and ... code ... ...
are you looking at the right port? you don't want to view port 80 on the siteplayer39;s IP, you want 26481 (or whatever it is). You need to change the pointer...
Hi, I'm new to siteplayer websever. I am having problem to enable connection between my pc and siteplayer module(I use developer board). When I try to download...
Thanks for the reply. I dont have access to the router. Would I be better off using a hub? I am afraid netwrking is not my field. ... on ... to ... the ... ...
I am trying to use the siteplayer with an FPGA demo board. In order to transfer data to the siteplayer I need to use the writeX command because of the two...
You need to allow about 2V drop across a 7805 regulator. This means that for a 5V output you need a stable 7V minimum input voltage. The module probably draws...
... The 2-byte address must be used in a little endian manner (i.e. the LSB first followed by the MSB). Here's some C code that I wrote last year as part of a...
The problem isn't writing with writeX from code it is trying to get the siteplayer to recognize a command sent from an IC. The command that I am sending the...
If one computer is trying to write to the siteplayer at the same time another computer is reading from the siteplayer, does the siteplayer generate an...
Good afternoon. I am working on a simple siteplayer implementation to give remote temperature readings from multiple sites in abuilding. Due to help and advice...
James, one solution could be: On your Siteplayers implement a page which sends a "siteplayer-ID" or name and the temperature like: <html> <head></head> <body> ...
I think I just answered this last week . . . put your data on the SP as an html doc, do a "get" in php, strip out what you want and paste it into the MySQL...
Heiko, Thank you for your (and other's) reply Sorry if this has been covered before. I am trying a method like the one you sugested but seem to be having some...