cable tv addressable box


Results 1 to 15 of 15

Threaded View

  1. #5
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Sure it is possible.

    For example:

    Assuming you have a very clear RF channel.
    Say you have 100 units. Make them slave.
    These slave units (devices) will be on listening mode on the channel.

    Each unit will have a PIC , say 16F628A. Each PIC will have an ID number. Say ID = 1 to 100.
    You will also have a master PIC and your master PIC will be the controller and sending the signal to the RF channel with two bytes.

    First byte is the ID number.
    Second byte is the mode ; either ON mode or OFF mode. Say Mode = 1 is ON, and Mode = 0 is the OFF mode.

    When your controller sends the signal as
    [ID,Mode]
    then all of your PICs will check if the ID is their assigned ID.
    When one of the slave PICs matches the ID then this slave PIC will take a look at the MODE.

    IF the Mode is 1 then PIC will turn ON something.
    IF the Mode is 0 then PIC will turn OFF something.


    Is it clear enough so far?
    All is free.
    Last edited by sayzer; - 22nd September 2007 at 15:16.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

Similar Threads

  1. 'POT' issues with long cable
    By ardhuru in forum General
    Replies: 40
    Last Post: - 22nd July 2009, 02:21
  2. DS1820 Max Cable length ?
    By dccch in forum General
    Replies: 2
    Last Post: - 24th January 2008, 08:44
  3. Maximun Cable Length for PIC to LCD
    By wildbilly in forum mel PIC BASIC Pro
    Replies: 52
    Last Post: - 1st January 2008, 20:00
  4. Outdoor box
    By The Master in forum Off Topic
    Replies: 2
    Last Post: - 1st December 2007, 11:53
  5. Measure cable length with a PIC?
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 15th July 2007, 19:45

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