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,...
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...
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...
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...
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...
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 ...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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! ... ...
Hello, My objective is sent some decimal data through hiperterminal program, and the site player recives the data and make the conversion to hexadecimal...
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...
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...
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...
... 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 ...
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...
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...
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 ...
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...
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...
... 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...
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...