cable tv addressable box


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    11

    Post cable tv addressable box

    hey guys,,
    i need your advice how could i possibly make an addressable box using pic..
    its expected number of devices is 100thousand

    my first plan is to transmit rf signal
    like:
    transmit ----> 1 ON
    100000 ON
    999 OFF

    those devices that recives that code will be turned off or on based on the command sent.

    just give me idea if its possible using pic.. and how could i merge the signal from PIC to cable tv signal .. thanks

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Acetronics View Post
    Hi, Gimo

    That's not sample you request, but a complete application ...

    How much do you offer ???

    Alain
    http://www.picbasic.co.uk/forum/show...4062#post44062



    As Alain asked in another post, let me ask the same question here.

    How much do you offer?


    -------------------
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  3. #3
    Join Date
    Sep 2007
    Posts
    11


    Did you find this post helpful? Yes | No

    Default just asking

    im just asking if this can be done using PIC... im not asking how to do it. im not also asking the schematics diagram or the source code ..

    really, i just want to know if this is possible using Programmable IC's .. im just wondering.. if this is possible then maybe we could talk about the price.

  4. #4
    Join Date
    Sep 2007
    Posts
    11


    Did you find this post helpful? Yes | No

    Default

    i never thought that this forum is always talking about money... i wouldn't ask this question if i'm a pro. most of the questions raised here are school projects. so why talk so much about money.. pro's don't go to forums like this.

    You know what guys im also a member of sql team forum and some visual basic forums. there we dont ask for money.. we help each other....
    Last edited by tishri; - 22nd September 2007 at 14:07.

  5. #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 14:16.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  6. #6
    Join Date
    Sep 2007
    Posts
    11


    Did you find this post helpful? Yes | No

    Default

    yes, its very clear, thanks
    i just don't get the idea why you guys keep on asking for money..

    well..,, i've got few more question ..

    how about the possibility of combining it with video, audio, and signal that controls the turning off and on of the devices. Is this possible? does this affects the video or audio signal? and one more thing.. For you, how hard is it to build a project like this? [very easy,easy, hard, very hard]

    thanks again .. hope its free coz this are just questions not complete applications..!!!

Similar Threads

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