UnderWater Antenna 125KHz Driver using a 16F628 @20MHz Example Code


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2013
    Posts
    41

    Default UnderWater Antenna 125KHz Driver using a 16F628 @20MHz Example Code

    Hello,

    I am looking for a PBP 3.1 example of how to implement hardware PWM @125KHz using a 16F628.
    Attached below is a link to the Microchip App note showing the schematic that I intended to build.
    I have an old development board from Bruc Reynolds which is all set up with a 20MHz Xtal.

    From the data sheet...(Linked Below)

    For a device operating at20 MHz, one can obtain a 125 kHz signal by setting theTimer2 prescaler to 1.
    A period of 8 μs is then obtainedby setting the PR2 register to 39.
    To get a 50% dutycycle output, set CCPR1L to 14 and CCP1CON<5:4>to <0:0>.
    These settings will ensure a constant carrier.
    To modulate the data, one can turn the drive signal onand off by setting and clearing the CCP1RIL bit.

    FYI, this is for an underwater antenna that I am experimenting with.

    Thanks,

    Jay Zebryk, W1JRZ

    https://ww1.microchip.com/downloads/...tes/00232B.pdf

  2. #2
    Join Date
    Jul 2013
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Re: UnderWater Antenna 125KHz Driver using a 16F628 @20MHz Example Code

    This might make things easier:-)

    Name:  Microchip Base Station Schematic.png
Views: 325
Size:  109.4 KB

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,796


    Did you find this post helpful? Yes | No

    Default Re: UnderWater Antenna 125KHz Driver using a 16F628 @20MHz Example Code

    Hi Jay.

    I am not sure what RB3, RB4 and RB7 are used for. I guess the RB3 is the PWM signal output, but the rest?

    As I understand it, you just want a 50% square signal at 125KHz?

    Ioannis

  4. #4
    Join Date
    Jul 2013
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Re: UnderWater Antenna 125KHz Driver using a 16F628 @20MHz Example Code

    Ioannis,

    I have the beast generating 125KHz from the hardware module quite nicely.
    To modulate a data stream, I am simply changing
    TRISB.3 from an Output to an Input.

    Peace,

    Jay Zebryk


  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,796


    Did you find this post helpful? Yes | No

    Default Re: UnderWater Antenna 125KHz Driver using a 16F628 @20MHz Example Code

    So, you are generating the 125KHz 50% duty cycle signal?

    Ioannis

Similar Threads

  1. HX711 driver code
    By povulon in forum General
    Replies: 4
    Last Post: - 28th April 2021, 10:39
  2. Underwater speed?
    By Ramius in forum General
    Replies: 47
    Last Post: - 21st December 2014, 14:53
  3. Replies: 3
    Last Post: - 12th March 2008, 06:33
  4. i need driver code for infineon's sle4428
    By steve_st23 in forum General
    Replies: 1
    Last Post: - 5th March 2006, 18:20
  5. Driver code for 14 segment LED display
    By Durward Searcy in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 12th December 2004, 21:08

Members who have read this thread : 2

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