parameters on which PIC is selected


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Mar 2014
    Posts
    7


    Did you find this post helpful? Yes | No

    Default Re: parameters on which PIC is selected

    CCPxM3:CCPxM0 (CCPxCON<3:0>) to capture every rising edge of the waveform ??if m considering 18f4431 ...

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


    Did you find this post helpful? Yes | No

    Default Re: parameters on which PIC is selected

    The DSM feature would allow you to select a comparator as one of your qualifiers. Whenever your arcing input exceeds your selected (possibly through DAC) threshold, your HF is passed through. FWIW I played with the PIC16F1828 this weekend specifically to experiment with the DSM.

    Here's what my version looked like:

    http://s223.photobucket.com/user/mpgchris/media/246_zps91083c15.jpg.html

    Mike

  3. #3
    Join Date
    Mar 2014
    Posts
    7


    Did you find this post helpful? Yes | No

    Default Re: parameters on which PIC is selected

    hello mike
    actually what i have in my mind is carrier if 20khz il generate tru microcontroller itself by using the up-dwn counters.my oli problem is hw do i generate 50hz ref to compare it with my carrier .

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


    Did you find this post helpful? Yes | No

    Default Re: parameters on which PIC is selected

    The Data Signal Modulator allows you to choose from:
    - MDCIn1
    - MDCIn2
    - CLKR
    - CCP<1:4>
    - Comparator C1,2
    - EUSART Tx

    There are 3 signals that can be modulated; CarrierH, CarrierL, and Modulator. Configuring COMP1 as your modulator signal. Create the 20khz from CCP1, and your 50hz from CCP2. Make one your CARL and the other your CARH. From there look at Figs 23-2 through 23-5 on pages 207-8 of the PIC16F1824_28 data sheet.

    Hope this helps.

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


    Did you find this post helpful? Yes | No

    Default Re: parameters on which PIC is selected

    An analog option would use a comparator for a high/low output, send that to the RESET pin (4) of a LM555 timer set up for your 20khz and a whole different set-up for your 50hz.

    Mike

Similar Threads

  1. Serin parameters ??
    By Rony in forum General
    Replies: 6
    Last Post: - 21st August 2011, 18:01
  2. dc motor parameters
    By iugmoh in forum Off Topic
    Replies: 0
    Last Post: - 10th October 2009, 19:32
  3. DC motor parameters ?
    By iugmoh in forum Off Topic
    Replies: 2
    Last Post: - 28th June 2008, 10:46
  4. MCSP Bootloader Parameters
    By CocaColaKid in forum General
    Replies: 0
    Last Post: - 19th September 2005, 18:15
  5. @ Device Parameters
    By Randy_Suwanee in forum General
    Replies: 2
    Last Post: - 11th August 2004, 14:40

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