Shop OBEX P1 Docs P2 Docs Learn Events
recieving x10 controls — Parallax Forums

recieving x10 controls

HwardHward Posts: 8
edited 2008-02-29 15:56 in BASIC Stamp
Hi I was wanting to figure out a way to recieve x10 command and just turn on some led's and came across this x10 rf reciever http://www.wgldesigns.com/w800.html·and though it doesn't say anything about bs2 it does say its output is RS-232, 4800 baud, 8 bit, no parity, 1 stop bit and I was just wondering if someone that new alot more than I did could look at it and see if there was a easy way to program a stamp to turn on a light when it recieved x10 commands from it.··

H

Comments

  • ForrestForrest Posts: 1,341
    edited 2005-09-06 23:39
    Check out the X10 Firecracker article at the bottom of the page www.parallax.com/detail.asp?product_id=70013
  • HwardHward Posts: 8
    edited 2005-09-06 23:43
    at the bottom of what page
  • dandreaedandreae Posts: 1,375
    edited 2005-09-06 23:46
    The bottom of the link that·Forrest has listed.

    Dave

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Dave Andreae

    Tech Support
    dandreae@parallax.com
    Http://www.parallax.com

    ·
  • HwardHward Posts: 8
    edited 2005-09-06 23:55
    Just skimming over the firecracker page I don't see what that would really do for me····· I would like to use this device http://www.wgldesigns.com/w800.html· and send its output to a stamp on its one and not use a pc or any other x10 remote or anything,······ I basicly just want to make a hand held reciever that will show me when what ever x10 wireless motion sensor was triped
  • allanlane5allanlane5 Posts: 3,815
    edited 2005-09-07 17:22
    True, the X10 Firecracker module is outbound only -- from your PC or BS2 to the X10 control modules. Reading X10 control sequences on your power-lines is a bit more tricky. I believe ONE of their "Computer Interface" units will actually read the power line, and send an RS-232 version of it to your device (for further processing or communication).

    The TW-423 was usually what people used -- but I believe the output signals it gives are not terribly useful for a BS2.

    <later> OK, I've now seen the web-site.· It looks like that module recieves the transmission from an X10 RF-sender unit -- like transmissions sent by the hand-held that talks to the Firecracker, or the hand-held that talks to the X10 "RF-Recieve" module.· Sure, you could probably program a BS2 to recieve the signals from the module on the web-site.

    X10 tends to be pretty good about publishing their protocols -- and that reciever module certainly should publish what they put out at 4800 baud given a keypress on a remote somewhere.· This is the first I've heard of the module, so it's probably not very likely the BS2 code exists yet.

    Post Edited (allanlane5) : 9/7/2005 5:22:56 PM GMT
  • akalatiakalati Posts: 31
    edited 2008-02-29 08:27
    There are many references on the discussion forums re X10 Firecracker, and many of them refer to an obsolete link in Parallax's site:

    www.parallax.com/detail.asp?product_id=70013

    Any ideas where this has moved?

    Thanks all.

    Andy
  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-02-29 09:21
    Andy -

    Here is the link to the X-10 Firecracker, if that's what you're seeking:
    http://www.x10.com/automation/ck18a_s_ps32.html

    If you're looking for the "missing link", that is probably long gone. The web site has gone through a couple of revisions since then. You can try webmaster@parallax.com but I wouldn't hold out a lot of hope.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Genius is one percent inspiration and ninety-nine percent perspiration."

    Thomas Alva Edison
  • stephenwagnerstephenwagner Posts: 147
    edited 2008-02-29 13:34
    Hward,
    The X-10 RF modulation protocol is very similar to the NEC appliance TV VCR DVD Infrared modulation protocol. The only difference is the carrier frequency. Infrared Vs. RF.
    I suggest you read the Parallax IR remote control for the Boe-Bot paper. The text can be found here: http://www.parallax.com/Portals/0/Downloads/docs/prod/sic/WebIR-%20v1.1.pdf
    I have managed to receive, understand and re-create all the IR protocols for my appliances using a BS2 OEM and support hardware. You can read about two (2) of the IR protocols·here:·http://www.parallax.com/tabid/321/Default.aspx
    The X-10 RF modulation protocol can be found here: http://davehouston.net/rf.htm
    I cannot support the AC to RF interface. I am unaware if products are available.
    RF receivers can be obtained from: http://www.rentron.com/PicBasic/RemoteControl.htm
    I hope this helps.

    SJW

    ·
  • terry_bearterry_bear Posts: 84
    edited 2008-02-29 13:48
    Hward,

    I looked at the device, and it certainly appears that you could use it that way. It receives the signal and translates it to 4800 baud serial. The Stamp can certainly receive 4800 baud (as long as the character strings are not very long) So, all that needs to be done is to monitor for the signal that you want to check on, and light the LED.

    The Firecracker doesn't add anything to the situation in this case...

    Or perhaps I misunderstood your original request. Are you trying to create a monitor that will let you know if an X10 command was sent?

    Regards,

    Terry
  • allanlane5allanlane5 Posts: 3,815
    edited 2008-02-29 15:07
    PLEASE don't dredge up old posts from 2005 (for heaven's sake!).

    If you want to ask a question, create a new thread for it, OK?
  • akalatiakalati Posts: 31
    edited 2008-02-29 15:22
    AllanLane,

    My apologies. Just getting acquainted with the etiquette. New thread coming up...
  • terry_bearterry_bear Posts: 84
    edited 2008-02-29 15:33
    At the risk of incurring further wrath:

    I noticed the subject matter and saw the current post by akalati. I went to the top of the thread, reading for content and did not notice the discontinuity in dates.

    I'll try not to let it happen again...

    Terry
  • allanlane5allanlane5 Posts: 3,815
    edited 2008-02-29 15:56
    Is okay. Thanks for the new thread.
Sign In or Register to comment.