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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5588 - 5617 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5588
Did someone choose to use SPI to communicate with SitePlayer Module ? I have some difficulties to begin with that. May be if I can see some example of codes,...
ustl_lille
Offline Send Email
Mar 1, 2006
12:31 pm
5589
Here is an example where I use SPI to interface to a MAX7301 port expander chip. In the example, the page consists of a link and two buttons. Pressing the link...
jrmont12001
Offline Send Email
Mar 1, 2006
1:31 pm
5590
Do you mean you want to control a SP using SPI? That isn't possible- the SP only accepts commands across the async serial interface. It is rarely necessary to...
Chris Peterson
cloudbait
Offline Send Email
Mar 1, 2006
3:24 pm
5591
I want to control motors or lights with a SP and a PIC(16F876). SP and the PIC communicate by SPI. I'm trying now to programm the PIC in ASM. ... the SP ... in...
ustl_lille
Offline Send Email
Mar 1, 2006
4:35 pm
5592
I don't understand how the SP and the PIC are communicating. Are you trying to use the SP as the master and the PIC as the slave? In normal use, a SP controls...
Chris Peterson
cloudbait
Offline Send Email
Mar 1, 2006
4:48 pm
5593
We can read this in the software manual : Hardware Pin Definition for SPI Object Pin Description IO0 SCK - Serial Clock IO1 MOSI - Master Output Slave Input ...
ustl_lille
Offline Send Email
Mar 1, 2006
6:01 pm
5594
Hello to all, may someone tell me if there are some examples about Siteplayer working with Pic microcontrollers ? Thank' s a lot to everybody. Bye. Claudio ...
gummyboy3
Offline Send Email
Mar 1, 2006
6:13 pm
5595
I think you are approaching this problem from the wrong direction, and what you are trying to do probably can't work (or will be extremely difficult). The SPI...
Chris Peterson
cloudbait
Offline Send Email
Mar 1, 2006
6:24 pm
5596
Ok, well, at this moment I'm still totally confused about where we are with this problem. With different schematics and different resistor network values ...
dmh748
Offline Send Email
Mar 1, 2006
6:37 pm
5597
quote : "When you set variables in the SP via HTTP, code running on the ... control your ... also ... operations can be ... I guess I can do the same thing...
ustl_lille
Offline Send Email
Mar 1, 2006
8:50 pm
5598
It sounds like your teacher needs a little education about how SPs work! If you just want to use the SP's I/Os for control, and there is no logic other than...
Chris Peterson
cloudbait
Offline Send Email
Mar 1, 2006
8:59 pm
5599
I'm not sure to understand. If I want to control for example a motor with the web page of SP, I don't need to use a PIC ? Only one I/O ? The final goal is to...
ustl_lille
Offline Send Email
Mar 1, 2006
9:19 pm
5600
I worked on a project similar to this. I did use SPI, but only because you can get analog input and output chips that interface SPI. makes analog in/out very...
Peter Holley
hastypete
Offline Send Email
Mar 1, 2006
9:30 pm
5601
... Search with Google for "siteplayer pic examples" and you will get over 300 hits, some of which looked useful....
Randolph Wilson
yahueyfuey00
Offline Send Email
Mar 1, 2006
9:47 pm
5602
I learned a lot from this guy's site. http://www.tigoe.net/pcomp/code/archives/siteplayer/index.shtml Hope this helps.... ...
Ron Dumas
ronjodu
Offline Send Email
Mar 1, 2006
10:00 pm
5603
You may be interested in a project I did a while back with a SP, at http://www.cloudbait.com/projects/netwx.html . This demonstrates the normal way of using a...
Chris Peterson
cloudbait
Offline Send Email
Mar 1, 2006
10:07 pm
5604
Could you give example of code? Or may be your files using SPI ? I will need more than 8 digital I/O's. Thanks ... chips ... discreet I/O ... SPs work! ... ...
ustl_lille
Offline Send Email
Mar 2, 2006
1:01 pm
5605
Hello, My objective is sent some decimal data through hiperterminal program, and the site player recives the data and make the conversion to hexadecimal...
jordirv3
Offline Send Email
Mar 2, 2006
5:29 pm
5606
I tried to pull out my notes, but they are a mess now. It looks as though I used a 4094 chip to add outputs. You can chain these together to get as many as you...
Peter Holley
hastypete
Offline Send Email
Mar 2, 2006
7:08 pm
5607
Hello Jonathan I fully aggree with Chris. Just some precisions : 1) I think you (and your teacher) should make a schematic of which part is doing what job. It...
n_korber
Offline Send Email
Mar 3, 2006
8:20 am
5608
Merci pour ces infos. On va peut être passer par les RX et TX du port série si on n'arrive vraiment pas avec le SPI. Tu as des infos en francais à me donner...
ustl_lille
Offline Send Email
Mar 3, 2006
2:49 pm
5609
... program, ... port ... Jorx, I'm very new to these SitePlayer modules too, so please don't consider my advice as an authority. We really need some more ...
tgottesm
Offline Send Email
Mar 3, 2006
8:01 pm
5610
Hi, My goal is to read the serial port to sent some data from PC to the board. If you need more information please, say me it!!But for the moment,I only want...
jordirv3
Offline Send Email
Mar 6, 2006
9:16 am
5611
is there any way the siteplayer can tell me the ip address of the client, ie the http document requester? thanks, carlos...
cc0x1
Offline Send Email
Mar 6, 2006
3:58 pm
5612
Hi Jorx, Siteplayer is not a programmable device, so there is no real coding involved. Serial data can be read from or written to the device's Object variables...
marc_reynolds1
Offline Send Email
Mar 7, 2006
4:49 am
5613
Hello, may I read inputs or change outputs from a Siteplayer to another Siteplayer (...connected both on a Router? ). Thank's a lot in advance. Bye Claudio ...
gummyboy3
Offline Send Email
Mar 7, 2006
5:42 pm
5614
According to the Siteplayer manual, you could send a string to the Siteplayer serial output object and the result is the byte sequence coming out of the serial...
dmh748
Offline Send Email
Mar 7, 2006
5:53 pm
5615
Hi Claudio, I'm not sure I understand your question. Could you describe what you would like to accomplish, and how you envision Siteplayer's operation in this...
marc_reynolds1
Offline Send Email
Mar 10, 2006
2:26 am
5616
... you ... operation ... Hello, I would to create a little net with 4 nodes (every node is composed by a Siteplayer and a Pic microcontroller). Every node...
gummyboy3
Offline Send Email
Mar 10, 2006
7:16 pm
5617
In this configuration, there is no need for a SP to directly change the contents of any other SP. If I were doing this, I'd probably use UDP packets to...
Chris Peterson
cloudbait
Offline Send Email
Mar 10, 2006
7:26 pm
Messages 5588 - 5617 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