Shop OBEX P1 Docs P2 Docs Learn Events
Wireless SPI - any product exist? — Parallax Forums

Wireless SPI - any product exist?

computer guycomputer guy Posts: 1,113
edited 2008-09-17 10:59 in General Discussion
Hi everyone,


I am wanting to make a previously wired SPI interface wireless.

I have found a wireless transceiver with spi interface www.hoperf.com/pro/rfm12.html however am not sure if this will do the job.
Does anyone know how this can be done?


Thank you smile.gif

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

Guitar Hero controller using the prop (WIP) --> HERE

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-09-17 09:10
    computer guy -

    Only the commands to control the interface are SPI on the device you noted. The following is more in line with what you'll need but it's not the entire solution:
    http://www.protocolanalyser.com/spispec.htm

    In essence here is what you need to do:


    SPI<=*=>RS-232<==>RS-232 Transceiver /\/\ wireless link /\/\ RS-232 Transceiver<==>RS-232<=*=>SPI

    * = Converters noted above

    I'm not sure how else you might do it. It's a bit of a kluge to look at.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Involvement and committment can be best understood by looking at a plate of ham and eggs. The chicken was involved, but the pig was committed. ANON
  • computer guycomputer guy Posts: 1,113
    edited 2008-09-17 09:47
    Thank you Bruce.


    I have managed to find the product I need unfortunately no one sells it anymore.
    It is called the Wavestation by Pellican.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
  • LeonLeon Posts: 7,620
    edited 2008-09-17 10:41
    The nRF24L01 wireless chips use SPI. Spark Fun sells modules. TI makes similar chips.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
    Suzuki SV1000S motorcycle
  • computer guycomputer guy Posts: 1,113
    edited 2008-09-17 10:59
    Hi Leon,

    But will it just connect to an existing SPI data line and transmit what it receives?


    Thank you smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.

    Guitar Hero controller using the prop (WIP) --> HERE
Sign In or Register to comment.