256 Pics Communicate to 1 Master Pic


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2004
    Posts
    8

    Default 256 Pics Communicate to 1 Master Pic

    Hi all,

    1 ) I need to design the board that contain the 256 pics and 1 master pic. 256 pics need to send the data/report to master pic. I want to know the best way to do that. It's need to put the some interfacing chip to every 256 pics and the master pic for the communication? Or can be direct connected to master pic? What type of the communication can be use?

    2 ) I want to share the clock source from 1 crystal. What is the maximum pic can be connected to 1 source crystal? ( clock out from pic to other pic).


    Thanks All.

  2. #2
    CBUK's Avatar
    CBUK Guest


    Did you find this post helpful? Yes | No

    Default

    ive done what you are planning to do for remote Pics to transmit their address, a 4 bit data bus and 3 analogue values to a master pic that's interfaced to a PLC
    Key ideas, aim for pics with inbuilt hardware USART like the 16f877, a half duplex operation as dallas semiconductors have some great line drivers, of which you should be looking towards a serial communication in the form of an RS485 using hserin and hserout commands.
    just pay attention to timing values! i had great problems to start with whereby there was more than one pic replying to different requests, or started transmitting as a previous pic was still talking.
    the only limit to the amount of pics on a network is the impedance and load the tranceiver chip applies. using the max487 chip you can get up to 128 nodes, but with other chips you can get more, not saying you cannot put a repeater unit to boost the signal to get the other 128 ......

    Chris.

Similar Threads

  1. Instant Interrupts - Revisited
    By Darrel Taylor in forum Code Examples
    Replies: 772
    Last Post: - 17th February 2016, 22:14
  2. Thermo 7 segments - little problem
    By fratello in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 27th July 2013, 07:31
  3. Master to slave 16F767
    By sachymo in forum General
    Replies: 6
    Last Post: - 3rd June 2008, 20:22
  4. assembly in Pic
    By lerameur in forum Off Topic
    Replies: 11
    Last Post: - 1st May 2008, 20:06
  5. Replies: 2
    Last Post: - 10th June 2005, 02:34

Members who have read this thread : 1

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