2 Beam Optical Pulse Generator


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Location
    PHILADELPHIA, PA - USA
    Posts
    34


    Did you find this post helpful? Yes | No

    Default

    mtripoli,

    You're probably right.

    However the 74FXX chips cost less than $0.20 each.
    Their switching speed is phenomenal...on the order of 3nS
    My PIC timer project has a measurement resolution of 200nS.

    Do you think that the PIC could react this fast?

    This circuit kind of evolved from an earlier circuit that could control the Set and Reset function of a precision bench-top frequency counter / timer that I have. That controller needed 2 S-R latches. one of which I also use to control PIC timer for comparison

    I can use the bench-top unit to determine error corrections for the PIC timer

    The PIC timer uses CCP1 and TIMER1 instant interrupts to count clock pulses from a single pulse on a single pin.
    The core engine of the was put together by Bruce, Based on Darrel's instant interrupts.
    See: http://www.picbasic.co.uk/forum/show...01&postcount=3

    Thanks for the suggestion.
    Bob W.
    Wozzy-2010

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    I like this for a couple of reasons.

    Most of the logic is done outside of the PIC. The latching of one till the other is triggered and re-setting when the second is triggered seems like some code load would be taken from the PIC.

    A one PIC pin solution. Often we find that more I/Os are needed, leading to multiple PICs or larger PICs just for a pin or two. Off the top I would probably use two PIC pins if I were doing this PIC only.

    Many ways to do anything. This project is a good reminder that a MCU is not always needed or can be complimented with external circuitry.

    Now if I could just remember how to make LEDs blink without a MCU
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Jan 2010
    Location
    PHILADELPHIA, PA - USA
    Posts
    34


    Did you find this post helpful? Yes | No

    Default Timer Code

    I posted the Code and PIC schematic part of this project in Code Examples Here:
    http://www.picbasic.co.uk/forum/showthread.php?t=12634

    -- Bob
    Last edited by WOZZY-2010; - 7th February 2010 at 06:13.
    Wozzy-2010

  4. #4
    marvelaugusts's Avatar
    marvelaugusts Guest


    Did you find this post helpful? Yes | No

    Default

    Is this true, An optical top hat pulse generator controlled by solitons. The top hat generator comprises a non-linear optical loop mirror (NOLM) that is fed by a continuous wave (CW) optical signal and is controlled by incoming optical pulses comprising first order solitons. The soliton regime for the incoming optical pulses is obtained by choosing a fiber with the correct dispersion and by adjusting the peak power of the control pulses.

  5. #5
    Join Date
    Jan 2010
    Location
    PHILADELPHIA, PA - USA
    Posts
    34


    Did you find this post helpful? Yes | No

    Default

    Nah... It's actually much simpler than that?!
    Wozzy-2010

Similar Threads

  1. Pulse Capture and byte building
    By boroko in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st July 2009, 01:59
  2. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  3. Replies: 3
    Last Post: - 13th September 2008, 17:40
  4. Replies: 20
    Last Post: - 13th May 2007, 05:10
  5. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27

Members who have read this thread : 0

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

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