Announcement

Collapse
No announcement yet.

HH2 Option 1 source code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #46
    All
    I have been experimenting with driving a 555 monostable with positive going pulses from the 12f683 using Altra's code, with very good results, (using the hex from post #43)

    The idea is to drive a IRF740 fet from the 555, and use the two sample pulses from the12f683, altra's code uses a pot to externally change the sample delay timing. The samples are set at about 15uS, with 200uS spread.

    The code has set values of TX and sample pulse width, you can alter the pulse width but requires the 12f683 to be reprogrammed.

    By driving a 555 monostable with the 12f683
    You can independently set the TX pulse width from about 20uS to 200uS,
    and independently set the 1st sample delay from zero to about 200uS (depending on 555 TX pulse width)
    by using just two pots.

    actually with respect to the tx pulse, you can set the 1st sample delay to minus 100uS that's no good to us, but you can do it.

    The only catch is if you have a wide 555 TX pulse, say 200uS, this reduces the 1st sample pulse delay time choice,

    with wide 555 Tx pulse width, the 1st sample delay can only be set to a maximum of about 120uS
    this is because wide TX pulses of the 555 use up some of the sample pulse delay timing.
    this can be altered in the code if required .

    As an example you can set the TX pulse width to 50uS for gold, or say 100uS for coins, or say 200uS for relics
    while setting the sample delay to suit your coil and target type, etc, etc, from two pots.

    I will try and take some scope pictures and post

    6666
    Attached Files

    Comment


    • #47
      I was hoping to use the ADC o PWM feature from Carl's code
      but after a bit of testing I can get the pulses from the chip but
      the ADC to PWM does not seem to work
      has anybody got it to work ?

      Comment


      • #48
        What book can I buy so I can understand this 683 code ?

        Comment


        • #49
          Been doing a little bit of experimenting with Carls old code, loaded up opt 1 2 and 3 into 3 separate pics,
          getting pulses from all pics, the main difference seems to be the timing between the sample pulses.

          Pin 5 seems to be the PWM output, its a 1000hz tone, not much has been written about the ADC function
          of this code, but I ASSUME that ADC should vary the PWM tone, I have been trying to simulate
          the signal on the ADC pin , which maybe 7, but cannot get the PWM tone to vary, maybe it does not work this way ?

          The pulses seem to best match this version of the schematic.
          Attached Files

          Comment


          • #50
            Hello everyone, I ask HH2 and delta pulse that better, which they probe farther?

            Comment


            • #51
              Compare delta pulse and pulse hammer

              Hello everyone, I want to know what the delta pulse and pulse hammer better, their detection range who has the advantage, as well as ease of adjustment, and the stability of the circuit, please be both detectors Post your friends experiences and views, thank you

              Comment


              • #52
                Altra,
                Could you please tell me how to change your code
                so I can change the TX pulse freq from 1000hz to 600hz ?

                Comment


                • #53
                  Hi

                  You need to change the Timer1 interrupt values. The data sheet has the formula or you can search the net for a pic timer1 calculator
                  Or just experiment changing 0xFC and 0x20
                  Code:
                  Timer1H		equ	[B]0xFC[/B]	;Controls Tx Freq - TMR1 interrupt rate TMR1H
                  Timer1L		equ	[B]0x20[/B]	;Controls Tx Freq - TMR1 interrupt rate TMR1L
                  Interrupt calculator
                  http://eng-serve.com/pic/pic_timer.html

                  For 600hz using 8mhz clock, Timer1H =0xF2 and Timer1L = 0xFB
                  Last edited by Altra; 12-03-2014, 04:03 PM. Reason: add link

                  Comment


                  • #54
                    Altra,
                    Many thanks. Thank you for an link. Your code wonderful.

                    Comment


                    • #55
                      Many thanks.
                      Attached Files

                      Comment


                      • #56
                        These are working codes for HAMMERHEAD
                        Attached Files

                        Comment


                        • #57
                          ALTRA, I think that in the controller's 12F683 memory can be
                          record nearly three times larger hex-file. If it is
                          true, would you say your opinion on the following:
                          If you have two asm-files for two modes to work HAMMERHEAD, can you design new asm-file, providing both modes, including to work only one, depending on the logical level of unused pin 4 controller's 12F683.

                          Comment


                          • #58
                            I would say yes you can. If you poled the logic on a spare pin in the main loop.
                            You could have a flag which tells the interupt service routine which sub routine of
                            timmings you want to execute.

                            Comment


                            • #59
                              Altra, many thanks.

                              Comment


                              • #60
                                Altra,
                                My ability to assembler programmer are very
                                bad, and the source code is Yours. Would you helped
                                get a new code, please? For those to which the metal
                                detectors are hobby will be very interesting. Pray for your help!

                                Comment

                                Working...
                                X