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 5661 - 5690 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5661
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...
mojorizing4u
Offline Send Email
May 12, 2006
1:04 am
5662
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...
n_korber
Offline Send Email
May 12, 2006
6:17 pm
5663
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...
hawker926
Offline Send Email
May 15, 2006
6:57 pm
5664
... 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...
Rusty Haddock
kd4wlz
Online Now Send Email
May 15, 2006
8:00 pm
5665
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...
lklyneuk
Offline Send Email
May 16, 2006
12:53 pm
5666
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....
lsteensl
Offline Send Email
May 30, 2006
5:02 pm
5667
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)? ...
clone_as_is
Offline Send Email
May 30, 2006
5:03 pm
5668
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...
vickanbman
Offline Send Email
May 30, 2006
5:03 pm
5669
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. (...
clone_as_is
Offline Send Email
May 30, 2006
5:05 pm
5670
Do you have Siteplayer pin 6 grounded? If so, you must be doing it with a wire. ... [Non-text portions of this message have been removed]...
Charles
wwindtalker
Offline Send Email
May 30, 2006
8:00 pm
5671
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...
lklyneuk
Offline Send Email
May 30, 2006
8:16 pm
5672
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....
lklyneuk
Offline Send Email
May 30, 2006
8:18 pm
5673
... 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...
Rusty Haddock
kd4wlz
Online Now Send Email
May 30, 2006
8:26 pm
5674
No, that's the MAC address used for sending UDP packets, not the MAC address for the Siteplayer itself. -Rusty- ... --...
Rusty Haddock
kd4wlz
Online Now Send Email
May 30, 2006
10:10 pm
5675
... 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...
marc_reynolds1
Offline Send Email
May 31, 2006
12:50 am
5676
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...
lsteensl
Offline Send Email
May 31, 2006
2:54 am
5677
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...
lklyneuk
Offline Send Email
May 31, 2006
8:28 am
5678
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...
lklyneuk
Offline Send Email
May 31, 2006
8:31 am
5679
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...
jrem
jrem123
Offline Send Email
Jun 5, 2006
3:05 pm
5680
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...
lklyneuk
Offline Send Email
Jun 5, 2006
9:28 pm
5681
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...
James Mullins
jamespaws42
Offline Send Email
Jun 6, 2006
12:18 pm
5682
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...
Chris Peterson
cloudbait
Offline Send Email
Jun 6, 2006
1:50 pm
5683
thanks, turned out to be power supply noise on my router, it was dropping packets. ... __________________________________________________ Do You Yahoo!? Tired...
jrem
jrem123
Offline Send Email
Jun 6, 2006
3:10 pm
5684
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...
tripleit_dk
Offline Send Email
Jun 6, 2006
4:23 pm
5685
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...
tripleit_dk
Offline Send Email
Jun 6, 2006
4:32 pm
5686
... will send a UDP as defined in the UDP_def.inc file. Regards Andy...
andythirtover
Offline Send Email
Jun 6, 2006
5:43 pm
5687
I've used fget . . . put the data on the siteplayer, open a socket, get the page, then strip everything out of it that you don't want. ...
jrem
jrem123
Offline Send Email
Jun 7, 2006
4:00 pm
5688
Is there any way to define the I/O pins to be off (low) on power up? Thanks...
mark_92883
Offline Send Email
Jun 13, 2006
2:44 am
5689
are you sure they're not? try pull down resistors on the pins, I would think the bits are zero at boot up. ... ...
jrem
jrem123
Offline Send Email
Jun 13, 2006
1:30 pm
5690
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...
mark_92883
Offline Send Email
Jun 13, 2006
7:09 pm
Messages 5661 - 5690 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