Active low transmitter question


Closed Thread
Results 1 to 40 of 56

Hybrid View

  1. #1
    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

    http://www.rfsolutions.co.uk/downloa...S-GAMMA-12.pdf

    Ioannis / Richard - Hopefully I've uploaded a link to the RF Module (PDF was too large to upload directly).

    It looks like there are two versions [Supply voltage Standard version 1.8 - 3.6 *V] & [Supply voltage high Voltage version “R” 3.6 - 16 *V]

    Will post again this evening.

    Ioannis - No email notifications received.

  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

    Ok - So the transmitter will always Tx twice, on a button press to ground, then open contacts (if using a button). Or a transition from HIGH to LOW to High if using a pic GPIO pin to cause a Tx, correct?

    From the data sheet:

    'When configured as transmitter: Pins 3, 4, 7, 8, 9, 11, 12, 13 Inputs are internally pulled high, active low'

    So no pullup needed. How about if I set a TRIS bit to INPUT, corresponding GPIO pin left open but GPIO pin connected to Tx pin 3 say which is internally pulled HIGH, active low. Then when I want to TX, switch the TRIS bit to OUTPUT and pull the corresponding GPIO pin LOW then switch the TRIS bit to INPUT again mimicking a button press.

    Barking mad or genius?

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,641


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    Barking mad or genius?
    not genius yet

    Inputs are internally pulled high, active low'
    not that i can see, there is no active low, a tx occurs on state change
    if tx telemetry mode engaged

    you need to explain what mode you are employing and what you are trying to achieve
    Warning I'm not a teacher

  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

    Hi Richard

    I got the idea of a Tx being initiated from the Data sheet 'When configured as transmitter: Pins 3, 4, 7, 8, 9, 11, 12, 13 Inputs are internally pulled high, active low'

    But as you and Ioannis both say a Tx occurs on a pin state change. I assumed that if a pin changed from HIGH to LOW and stayed in the LOW state the transmitter would continue to transmit being 'active low' but my knowledge is very limited I'll be the first to admit but always keen to learn.

    'you need to explain what mode you are employing and what you are trying to achieve'

    In the short term all I'm aiming to do is to have an input into a pic from a sensor trigger a Tx, and the Rx via another pic to trigger an alarm.

    Longer term, I'm fascinated by the idea of data transmission and would love to be able to configure a pic to transmit data - Set the Baud rate, SEROUT on Tx then SERIN and a lcd to read what's sent but that's for another day.

    Right now just a simple sensor (beam gets broken) set off a Tx, Rx to trigger an alarm on receipt via another pic.

  5. #5
    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

    So to make the transmitter Tx once only, the way to do it is just have one pin state change - High to Low or Low to High?

  6. #6
    Join Date
    May 2013
    Location
    australia
    Posts
    2,641


    Did you find this post helpful? Yes | No

    Default Re: Active low transmitter question

    beam gets broken set off a Tx , Rx to another pic a beam broken state.
    beam gets restored set off a Tx , Rx to another pic a beam restored state.
    the remote end always reflects the "beam" state
    where is the problem ?
    why the tx once only obsession ?

    you might want to send a heartbeat to indicate tx link is active and working
    Warning I'm not a teacher

  7. #7
    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

    'you might want to send a heartbeat to indicate tx link is active and working'

    Good idea.

    'why the tx once only obsession ?'

    Not an obsession, I'm just trying to understand the mechanism here.

    Another Question:

    If an input pin is internally held HIGH and you put an external HIGH onto that pin, does the input pin 'see' the external HIGH as a state change? Or does it ignore it because it's internally held in a HIGH state already.

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, 17:47
  2. Active low input?
    By CosMecc in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 8th August 2010, 20:31
  3. Low Power Transmitter in a TO39 Package
    By BobP in forum Off Topic
    Replies: 2
    Last Post: - 29th October 2008, 10:28
  4. active LCD with input pen
    By micro in forum Off Topic
    Replies: 2
    Last Post: - 25th December 2005, 20:09

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