+ Reply to Thread
Results 1 to 6 of 6

Thread: Need help in circuit...

  1. #1
    Junior Member masti07
    Join Date
    Nov 2009
    Location
    , pb, India.
    Posts
    3

    Default Need help in circuit...

    Sir,
    I'm trying to make a project using 8051 in which I'll send data from one micro-controller to another - wirelessly.

    In this I'll be using a micro-controller as server which will send or receive data. Second micro-controller will be the client which will work on the basis of instruction received and then send acknowledgment for the same.
    I would be using this transreceiver
    http://www.sunrom.com/index.php?main...roducts_id=498
    (as this one will be easily available to me)
    I tried reading the datasheets and I came up with this circuit diagram.....please check it and tell me if its correct


  2. #2
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    Yes the circuit is correct, the ST1197 is the microcontroller which connect the transceiver with the 8051 micro.

    [Check out the new 8051 blog]

  3. #3
    Junior Member masti07
    Join Date
    Nov 2009
    Location
    , pb, India.
    Posts
    3

    Default

    Firstly, Thank You for Your prompt reply.

    I also have another querry. Since ST1197 needs 3V to operate and I am operating 8051 at 5V, would i have to construct two different Power supplies or is there any method by which i can, say attach IC7805 and IC7803 together in a single Power supply circuit and obtain two distinct voltage lines?

  4. #4
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    Yes you need 2 different power supplies, there is no 7803.
    Use LM317 or some other 3.3v power supply.

    [Check out the new 8051 blog]

  5. #5
    Junior Member masti07
    Join Date
    Nov 2009
    Location
    , pb, India.
    Posts
    3

    Default

    i am facing two more problems-

    1.) The wire that i am using from the power supply to my microcontroller is more than 1 mt. in length, thereby resulting in a lot of current loss, is there any way by which i can regain the current? (other than shortening the wire)

    2.) For example, the stepper motor that i use has a step angle of 10 degrees, and i want have a net rotation of total 360 degrees, this means i should send ten instructions by changing the bit pattern. The problem is, timing of these instructions; should i send them at a single go (using a while loop) to the IC or should i wait before for the 1 rotation to complete before sending the next instruction.


    Thank You for Your time

  6. #6
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    1.How much voltage do you get at the microcontroller supply pins? The microcontroller can work even on 4.5v. Check the datasheet for the minimum voltage for the microcontroller operation.
    2. you have to wait, put a small delay inbetween the outputs.

    [Check out the new 8051 blog]


+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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