Search the web
Sign In
New User? Sign Up
siteplayer · World’s smallest Ethernet web server
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4439 - 4468 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4439
... 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...
Ted Killmeyer
ted_killer
Offline Send Email
Apr 1, 2004
4:51 pm
4440
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....
Ron R
cnc_retro
Offline Send Email
Apr 1, 2004
8:44 pm
4441
I use PHP to do the MySQL functions. Works great. ... __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway ...
jrem
jrem123
Offline Send Email
Apr 2, 2004
2:25 pm
4442
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...
greatwitenorth
Offline Send Email
Apr 2, 2004
4:38 pm
4443
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...
jofisch78
Offline Send Email
Apr 2, 2004
6:17 pm
4444
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...
jrem
jrem123
Offline Send Email
Apr 3, 2004
9:45 pm
4445
Thanx for your help. Concerning the better ways than $30...what do you mean? Do you have another solution? Jonas ... socket ... off ... time ... you ... ...
jofisch78
Offline Send Email
Apr 5, 2004
2:39 pm
4446
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...
mojorizing4u@...
mojorizing4u
Offline Send Email
Apr 5, 2004
10:22 pm
4447
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 !...
Ivan Kotev
ivan_koteff
Offline Send Email
Apr 5, 2004
10:24 pm
4448
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...
mzerlaut
Offline Send Email
Apr 6, 2004
1:36 am
4449
rent space on someone's server. ... __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway ...
jrem
jrem123
Offline Send Email
Apr 6, 2004
2:41 pm
4450
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...
emontolivo
Offline Send Email
Apr 6, 2004
5:22 pm
4451
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...
Tony
bighandtony
Offline Send Email
Apr 6, 2004
11:52 pm
4452
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...
pn2222
Offline Send Email
Apr 7, 2004
12:10 am
4453
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...
mzerlaut
Offline Send Email
Apr 7, 2004
12:19 am
4454
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...
jrem
jrem123
Offline Send Email
Apr 7, 2004
2:43 pm
4455
that won't do it...I want to retrieve data from small devices over the internet. ... have ... strip ... like ... giving ... than a ... and ... code ... ...
jofisch78
Offline Send Email
Apr 7, 2004
2:46 pm
4456
are you looking at the right port? you don't want to view port 80 on the siteplayer's IP, you want 26481 (or whatever it is). You need to change the pointer...
jrem
jrem123
Offline Send Email
Apr 7, 2004
2:46 pm
4457
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...
siteplayer104
Offline Send Email
Apr 7, 2004
5:37 pm
4458
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 ... ...
Tony
bighandtony
Offline Send Email
Apr 7, 2004
9:17 pm
4459
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...
lawsonm22
Offline Send Email
Apr 8, 2004
4:34 pm
4460
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...
Geoff Swan
the_mixmaste...
Online Now Send Email
Apr 8, 2004
5:10 pm
4461
... 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...
Rusty Haddock
kd4wlz
Offline Send Email
Apr 9, 2004
10:34 am
4462
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...
lawsonm22
Offline Send Email
Apr 9, 2004
2:36 pm
4463
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...
lawsonm22
Offline Send Email
Apr 9, 2004
2:50 pm
4464
You may be the latest victom of the siteplayer "sudden death phenomina". See msg's #4440 ,#4442 , etc... Regards, cnc_retro mzerlaut <mzerlaut@...>...
Ron R
cnc_retro
Offline Send Email
Apr 10, 2004
6:16 am
4465
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...
jtfoster82
Offline Send Email
Apr 12, 2004
7:50 pm
4466
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> ...
heiko_75
Offline Send Email
Apr 13, 2004
9:29 am
4467
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...
jrem
jrem123
Offline Send Email
Apr 13, 2004
12:26 pm
4468
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...
jtfoster82
Offline Send Email
Apr 14, 2004
4:43 pm
Messages 4439 - 4468 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help