433.92 MHz dorrbell


Closed Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187

    Default 433.92 MHz dorrbell

    I have a friedland wireless dorrbell that working on the 433.92 MHz band.

    How do i do (if itīs posible) to send someting via the Parallax 433.92 RF module that makes the dorrbell to sound?

    I have tryed to listen via the parallax RX module and recive whats come in in 6 byte variabels but how do i know what to send?

    http://www.friedland.co.uk/PDF/produ...mes_pushes.pdf

  2. #2
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    Look at the output of the receiver on a 'scope (or soundcard as I've suggested before) and merely duplicate the waveform with your transmitter. That brand is one I haven't seen but most use a very simple protocol.

  3. #3
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    I can see the output on the scope but i donīt understand how to translate it o PBP code and send it via the parallax transmitter.

  4. #4
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    I have no idea about the Parallax transmitter (maybe you should be asking on a Parallax forum) but you need to measure the durations of the pulses and spaces and just duplicate them on output. With a PIC and the less expensive transmitters I prefer, I just use PulsOut, as demonstrated in my example in the Code Examples forum.

  5. #5
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    The parallax RF modules i based on the LINX chipīs

    Yes i can se the output on a scope but how do i translate it to a PBP code?

  6. #6
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Fredrick View Post
    The parallax RF modules i based on the LINX chipīs

    Yes i can se the output on a scope but how do i translate it to a PBP code?
    Hi Fredrick,
    I believe you will have to modulate it in some fashion, easiest and noisiest way is AM, FM is better, less noise, and finally you could pulse the output, likely the least reliable.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  7. #7
    Join Date
    Mar 2004
    Location
    UK-Midlands
    Posts
    84


    Did you find this post helpful? Yes | No

    Default

    Hi Fredrick,

    The code is hopefully not to critical....

    The way I would start is to measure the smallest pulse and use this as the clock.
    Set up one of the timers to interupt at this interval. Then just clock through 8 bit (byte) numbers that match the waveform.

    ie. $8A = 10001010

    BobP

Similar Threads

  1. TSA5512/5511 code for PIC16F877/84
    By Marin in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th August 2013, 06:16
  2. Setting up a 12F683 to run at 20 Mhz
    By johnnylynx in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 3rd March 2009, 02:46
  3. Resonator Suppliers for 40 MHz?
    By mcphill in forum General
    Replies: 5
    Last Post: - 23rd January 2009, 02:05
  4. bootloader file 10 mhz
    By emmett brown in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 29th September 2006, 00:33
  5. 20 MHz + PLL vs 48MHz
    By Demon in forum General
    Replies: 14
    Last Post: - 31st July 2006, 12:02

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts