Active low transmitter question


Closed Thread
Results 1 to 40 of 56

Hybrid View

  1. #1
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    I suppose it boils down to how much "oomph" the transmitter packs. If it's a weak signal, it may not be able to overcome the 10k pull-up. If it has sufficient amp capability, then you're golden. The best answer will be given from your test. It either works or it doesn't. As posted, not enough information to go on.

  2. #2
    Join Date
    Feb 2010
    Location
    I live in the UK
    Posts
    562


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    Thanks for the reply mpgmike

    Wouldn't making pin3 on the pic go low for say 50ms make the transmitter which transmits when 'active low' transmit as the Tx pin on the transmitter is on the same line as the pic pin3 set Output LOW 50ms in code?
    Last edited by LEDave; - 26th June 2021 at 04:47.

  3. #3
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    WHAT??? Your transmitter is "Talking" and your PIC should be "Listening"; or receiving. In order for your PIC to receive/listen, your pin3 must be configured as a digital (ANSEL Register reads 0 for that pin) input (TRIS Register set to 1 for that pin). For you to have your PIC make that transmission line low, you have to clear the TRIS bit to make it an output, then use either the PORT or LAT Register to make the pin3 low.

    WHAT DOES ANY OF THIS HAVE TO DO WITH RECEIVING A TRANSMISSION??!!?!?!??? What do you hope to accomplish??

  4. #4
    Join Date
    Feb 2010
    Location
    I live in the UK
    Posts
    562


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    "WHAT DOES ANY OF THIS HAVE TO DO WITH RECEIVING A TRANSMISSION??!!?!?!??? What do you hope to accomplish??"

    mpgmike - I've never mentioned or talked about 'RECEIVING A TRANSMISSION??!!?!?!???' Exactly the opposite. I'm asking if pin3 on the pic is pulled low in code, there will be a wire from pin3 on the pic to the Tx pin on the RF transmitter, the transmitter operates when the Tx pin goes low so I'm asking if I pull pin3 LOW for say 50ms that should make the transmitter transmit.

    All I'm trying to do is replicate and replace a push button from the transmitter Tx pin to ground by using a pic to send the Tx line LOW. The 10k resistor being added to keep the line High to stop any floating voltage causing a 'false' transmit.

  5. #5
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    If your question is, "Can the PIC safely overcome the 10k pull-up resistor?", the answer is absolutely yes. Again, will it do what you want, you'll just have to try it and see.

  6. #6
    Join Date
    Feb 2010
    Location
    I live in the UK
    Posts
    562


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    Thanks for your help mpgmike, anyone else have any thoughts on this?

  7. #7
    Join Date
    May 2013
    Location
    australia
    Posts
    2,681


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    anyone else have any thoughts on this?
    using a resistor to drive a pin to a default logic level is not an uncommon practice.
    so common that i would not be surprised that your [type not disclosed ] transmitter has such a pullup
    resistor already installed. the only reason i could see for an additional pullup would be if the pic was routinely disconnected
    from a device that did not have a built in pullup or that an open drain/collector pic pin was in use.
    summing up with the detail[almost non existent] you have provided it seems to be a pointless waste of a component
    that could easily be eliminated with good programming practice.
    Warning I'm not a teacher

Similar Threads

  1. better coding methods to freeing active ram in small pics
    By longpole001 in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 21st December 2012, 18:47
  2. Active low input?
    By CosMecc in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 8th August 2010, 21:31
  3. Low Power Transmitter in a TO39 Package
    By BobP in forum Off Topic
    Replies: 2
    Last Post: - 29th October 2008, 11:28
  4. active LCD with input pen
    By micro in forum Off Topic
    Replies: 2
    Last Post: - 25th December 2005, 21:09

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