Announcement

Collapse
No announcement yet.

GoldPic code Again

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

  • #16
    Hello Goldfinder
    see Stuarts micro PI...http://www.geotech1.com/cgi-bin/page...art2/index.dat
    The circuit and asm. file there also,but for 16c not 16f84a.
    Maybe you can port it to a 16f84a?
    This detector is very similar to goldpic but has no lcd.
    Cheers
    John

    Comment


    • #17
      I built a GoldPic 3. though the detector works well for beach combing I need to reduce the sample delay from the programmed 30uS to around 10-15uS. Since the code is locked on the chip I bought I can't do it so anyone having a code that would be adjustable would be great. TIA

      Comment


      • #18
        This is only thinking out loud..maybe there is an adjustable analogue method of delaying the sample pulse that is generated by the PIC, so it falls just behind the next TX pulse?.
        Therefore achieving an adjustable sample time.
        Any thoughts?
        Cheers
        John

        Comment


        • #19
          I have the Goldpic code somewhere as i built it quite a long time ago ( 6-7 years +) I can't remember where I saved it but anywhay it's a not more than a toy, there are better projects to build.

          Comment


          • #20
            Hello

            I find this Hex code on http://www.detector-planet.com/ for gold pic 3.01 from Trover R. Hill

            :100000005E28000008000120900B0328080005303E
            :100010008D0006308C008C0B0B288D0B09280800F6
            :100020000720910B102808002F0889002E0888004F
            :1000300083168B1355308900AA30890088146430E8
            :10004000910010202F0889008316081483120808D5
            :10005000AE000800051A35280518970A8518970B71
            :100060000519960A8519960B3A280518950A8518D8
            :10007000950B3A281508AE00AF0001301420160881
            :10008000AE00AF00023014201708AE00AF000330FE
            :10009000142004308C000000FF30910010208C0BE5
            :1000A0004B280800143095008A009600AE000530F9
            :1000B0009700AE00283098002A208428FF30860060
            :1000C000003066001F306500051A52280130AF006D
            :1000D00022202E0895000230AF0022202E08960024
            :1000E0000330AF0022202E08970028309800842883
            :1000F0000610150890000320061408008611170842
            :100100009000032086150800782016089000032030
            :100110007E2018089100102005182A2085182A2012
            :0A01200005192A2085192A208428D9
            :00000001FF

            Best Wishes
            Erol

            Comment


            • #21
              Thanks. I'll give it a shot!

              Comment


              • #22
                Hi you all! Goldpic, is as someone said, seems to be a toy! The code can easily written in picbasic! Assembly is not necessary since this is very basic stuff and can be done easily so I suggest to use a "simple" high level language (and not deal with assembly unless you have a lot of free time!) Picbasic pro is more than adequate!

                Comment

                Working...