Announcement

Collapse
No announcement yet.

AVR+DSS Frequency Mod SD2100V2

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

  • #46
    Hi Mario,

    That was just a bit of wishful thinking of mine with the VCO I have I find the higher frequencies quieter and with the VCO you can very slowly go through and find the most stable and quiet frequencies in any range the only problem is its jitter, I search with both channels except with the 6 MHz crystal I realise we are locked in to the pulse train we have, but frequency changing seems to work well also my sample windows open a little earlier than normal but overall I am very happy with how it performs it is a combination of many different peoples ideas and mods but the most important has been Zed's input and help and of course Stefan's help.

    Regards, Ian.

    Comment


    • #47
      Software done

      I have completed the software (soon to be posted) and have resolved the last remaining issues.

      You may watch the video here: http://www.youtube.com/watch?v=8UnrnvRAb68

      I decided to cut the little board, and incorporate the controller module inside my power unit. I found enough clearance to fit the little board entirely inside the case, but decided to subdivide the dss module and main controller. I could not find enough room for the LCD, pot, and encoder in addition to the stock pots and selection switches.

      I really like this mod since it allows me to use the stock ground balancing pots and switches. Though they now feel redundant, I did find myself using them alongside the encoder for fine tuning the frequency at the lower settings.

      I know this mod is more of a sophisticated frequency hack. A more refined approach would have been to replace the whole oscillator/eprom/ transmit circuitry with micro generated signals, like some of you have done, but it is what it is...

      Maybe after attaining a deeper understanding of the signal train could I then try to emulate it. If any one has a solid understanding of the signal and would care to explain it, please do drop me a message. Or If any one has a link to a good article or discussion on the issue, please do email me also. I envision the day some one will digitize the signal and process its characteristics via a super fast 32bit micro, assuming none of you have attempted it yet.

      Anyway, one last addition to the mod I will eventually include (later rather than sooner) has to do with the eeprom. That eeprom just begs to be re-written to. The Atmega328 has a 1k eeprom so I could theoretically fit the entire system timings inside it (the contents of the 27C256 eprom don't exceed 1k). In fact, the stock timings currently expressed don't even exceed 256 bytes (don't forget about the 3 hidden timings -it's these 3 hidden timings that bring up the eprom size to 1k!); therefore, I might simply end up re-writing the program to include support for flashing this 27C256 with the contents saved to our Atmega328.

      Imagine wanting to experiment with your own hand-made timings. If I include this mod, you would, simply, flash your Atmega with your experimental timings along side the stock timings. Then, when you're ready to experiment, you would flash your detector with your saved timings. And If anything went wrong, you would revert your timings back to stock-no harm done.

      The eeprom mod is a perfect compliment to the frequency mod! All we need is 3 extra pins from our current setup and separate grnd/vcc rails. Here is great potential for further enhancing our detectors.


      One last thing I will mention, I need some rest, so forgive me for disappearing for the next week or so....I've been working on this and need to stop. In addition to my regular job, I'm really really exhausted. To all of you that have posted and have shown interest in the boards, I have reserved them for you. I will just need the types of configurations you desire (board-only or board+component combos). I will only sell the AD9851 chips to those who can not find suppliers -they're really pricey, digikey's selling them at $29US!

      To everyone else who's interested, email me to reserve a board. I only have a selected remainder so some of you might not get them...I might order another print run if there's enough interest, but unlikely...

      just please give me some time to take a brake...

      thank you for understanding


      Note: I screwed the dss sub module to the daughter pcb and will include the controller inside my power supply.

      Comment


      • #48
        Mario, GREAT work!
        I would still like two of your blank boards when you're ready.
        I shop at Digikey, Mouser, etal so I know where to find the parts.
        Thanks again for the good work. Will be interested in the timings for the
        27c256 also; I have a couple blanks. I can burn them in addition to the ATMEGA chip you used with the mod.
        /r
        Jonn

        Comment


        • #49
          Hi jiminy,


          I would leave that eprom untouched. Removing it may be tricky, and if removed incorrectly, removing it may damage one of the surface contacts.

          Considering that no other binaries have been made public, there is no point replacing it.

          Comment


          • #50
            Thanks, Mario.
            I liked your idea of putting it in a socket. More flexible when the time comes.
            Something else to add to the "to-do" list for later.
            /r
            Jonn

            Comment


            • #51
              Software updated 1.3.2

              In Windows, run "notepad" utility and paste the below code. Then save your file as "AVR-DSS-1_3_2.hex" and flash your uC.

              Before flashing, change fuse bit settings to: Low:77 High1 Extended:FF

              In future versions, I will provide support for:

              1) A preset selection of 5-10 frequencies
              . I don't think loading of pre-saved frequencies is necessary because even though user-found "quiet" frequencies exist, these saved frequencies still depend on the position of the ground balancing and tune knobs. In other words, you have to maintain an identical position of all 3 knobs across the whole range of your saved frequencies for this option to be useful. If you move your knobs, which will eventually happen, all your quiet frequencies become "non-quiet." Notice that most frequencies become more quiet if you use the "Tune" and ground balancing pots correctly. A more appropriate labeling of presets should include their relation to system timings: For example, "Preset 1: 30uS", "Preset 2: 20uS", "Preset 3: 10uS", etc. However, I might end up providing support for pre-selected timings in addition to user saved frequencies.

              2) Eeprom write support. This feature will not be compatible with SD2000s since they lack eeproms. However, the more I experiment with system timings, the more necessary it has become to be able to load custom settings. As some of you have discovered, the key to taming the threshold lays in the signal pattern. I have not done much research on this, but this issue needs to be implemented. Fortunately, our trusty Atmega328 has just enough pins for this feature.

              Code:
              :100000000C9454000C9471000C9471000C947100C9
              :100010000C9459060C9471000C9471000C947100AE
              :100020000C9471000C9471000C9471000C9471008C
              :100030000C9471000C9471000C9471000C94A1004C
              :100040000C9471000C9471000C9471000C9471006C
              :100050000C9471000C9471000C9471000C9471005C
              :100060000C9471000C947100FFFFFFFFFFFFFFFF76
              :10007000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
              :10008000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
              :10009000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
              :1000A000FF1C1E1F1E1C180011241FBECFEFD8E01E
              :1000B000DEBFCDBF12E0A0E0B1E0E8EBFDE102C0A1
              :1000C00005900D92A436B107D9F712E0A4E6B2E08C
              :1000D00001C01D92AF36B107E1F70E9497020C9460
              :1000E000DA0E0C9400008AB18AB98AB18AB95E9A94
              :1000F0005F9A84B584BD84B5826084BD85B585BDB5
              :1001000085B585BD85B5816085BD85B585BD8FEF1C
              :1001100087BDEEE6F0E08081846080830895F894E6
              :1001200080916902982F93709093690278948595D5
              :1001300085950895F89480916902109269027894E7
              :1001400008951F920F920FB60F9211242F938F9341
              :100150009F934E9B02C023E001C020E04F9B02C052
              :1001600081E0282790916802921B90FF09C020939C
              :1001700068028091690281509270890F80936902B0
              :100180009F918F912F910F900FBE0F901F901895F8
              :10019000ECE7F0E0808180838081808380818083B0
              :1001A000AAE7B0E08C918C93808180648083808109
              :1001B00080838C9180628C93EBE7F0E0808181609A
              :1001C000808380818083808180838C9180688C9300
              :1001D00083B7817F826083BF089590917C00982BC4
              :1001E00090937C0080917A00806480937A00809163
              :1001F0007A0086FDFCCF3091780020917900922F13
              :1002000080E0BC01630F711D6536710518F460E074
              :1002100070E00CC080E090E00E94EE0A2AE037ED2A
              :1002200043E25CE30E9470090E949A07CB010895A3
              :1002300029982898EAE6F2E062E019C02A98CA01F3
              :10024000022E02C0959587950A94E2F780FD2A9ABE
              :10025000299A862F8A95F1F729982F5F3F4F2830EA
              :10026000310561F7319682E0EF36F80731F0808191
              :10027000482F50E020E030E0E1CF289A82E08A95D4
              :10028000F1F728980895AF92BF92CF92DF92EF9244
              :10029000FF920F931F932091640230916502409169
              :1002A000660250916702211531054105510529F477
              :1002B00080E090E0A0E0B0E014C0E0903601F09063
              :1002C0003701009138011091390160E876E988E939
              :1002D00090E00E948A0DC801B7010E94680DC90113
              :1002E000DA01E0903601F090370100913801109169
              :1002F0003901E80EF91E0A1F1B1FC801B70121EEC4
              :1003000035EF45E050E00E94680DC22E20936D024B
              :10031000C801B70121EE35EF45E050E00E94680DBD
              :100320007B018C01102F0F2DFE2CEE24C801B7018C
              :1003300021EE35EF45E050E00E94680DA22E20939B
              :100340006C02C801B70121EE35EF45E050E00E9494
              :10035000680D7B018C01102F0F2DFE2CEE24C8019F
              :10036000B70121EE35EF45E050E00E94680DB22E56
              :1003700020936B02C801B70121EE35EF45E050E054
              :100380000E94680D7B018C01102F0F2DFE2CEE2496
              :10039000C801B70121EE35EF45E050E00E94680D3D
              :1003A000D22E20936A02C801B70121EE35EF45E055
              :1003B00050E00E94680D9B01AC0184E0220F331FC6
              :1003C000441F551F8A95D1F7CA01B90121EE35EFB7
              :1003D00045E050E00E94680D2830B0F08D2D8F5F11
              :1003E00080936A02882381F48B2D8F5F80936B0248
              :1003F000882351F48A2D8F5F8F5F80936C02815028
              :1004000019F4C394C0926D0210926E021F910F9165
              :10041000FF90EF90DF90CF90BF90AF90089520E0D5
              :1004200040E45CE9CA010197F1F72F5F2436D1F768
              :10043000089588B1886388B987B187B987B187B9CA
              :1004400087B187B9E8E6F0E0808182608083ECE6DE
              :10045000F0E08081886080838081806180838081FA
              :100460008062808387E084B90895AF92BF92DF9263
              :10047000EF92FF920F931F93DF93CF93CDB7DEB729
              :100480002D970FB6F894DEBF0FBECDBF5A01FE0107
              :1004900031969E01225F3F4F1192E217F307E1F779
              :1004A0008E010F5F1F4FA8012AE030E00E94060E68
              :1004B000F80101900020E9F73197E01BF10B2E2F96
              :1004C0008E2F63E00E945C0D992309F493E0D22EF5
              :1004D000D91AE92EFF24C5018E010F5F1F4FB80105
              :1004E000A7010E94F70D0E0D1F1D0FC0C50160E092
              :1004F00071E00E94DC0DC501B80143E050E00E94AC
              :10050000E70D0D5F1F4F8DEFD80EDD2079F72D968B
              :100510000FB6F894DEBF0FBECDBFCF91DF911F9114
              :100520000F91FF90EF90DF90BF90AF900895CDB7FF
              :10053000DEB7A297DEBFCDBF0E9473000E941902F2
              :1005400080E991E020E931E0F9013197F1F7019775
              :10055000D9F780E090E00E94650E8F3F61F080E067
              :1005600090E00E946D0E6093360170933701809386
              :1005700038019093390180E290E00E94650E8F3F30
              :1005800061F080E290E00E946D0E60932E01709306
              :100590002F01809330019093310180E490E00E941C
              :1005A000650E8F3F61F080E490E00E946D0E6093D5
              :1005B00032017093330180933401909335010E948E
              :1005C00043010E9418010E9418010E94C8000E9465
              :1005D000500719821A821B821C82FE01359689E01F
              :1005E000DF011D928A95E9F7FE013196FC8FEB8FB2
              :1005F0009E01225F3F4F3E8F2D8FAB8DBC8D1D9294
              :10060000BC8FAB8FED8DFE8DAE17BF07B1F760913C
              :1006100036017091370180913801909139018E0136
              :100620000F5F1F4FA8010E94350280EC0E94130744
              :10063000F80101900020E9F7802F8E1B825F0E9455
              :100640004507C8010E94380718019E012E5E3F4FE2
              :1006500038A32F8FEEE04E2E512C4C0E5D1ECE0196
              :100660004B969AA389A380E00E94ED008C0100972D
              :1006700029F481E090E0A0E0B0E017C0813091055E
              :1006800029F482E390E0A0E0B0E00FC08230910551
              :1006900029F484EF91E0A0E0B0E007C08330910539
              :1006A00069F48EEE92E0A0E0B0E080932A0190938E
              :1006B0002B01A0932C01B0932D0183C084309105B0
              :1006C00079F46091320170913301809134019091FD
              :1006D00035010E94EE0A2AE037ED43E25CE347C0B1
              :1006E0008530910579F460913201709133018091E8
              :1006F0003401909135010E94EE0A2AE037ED43EA79
              :100700005CE335C08630910579F4609132017091D7
              :10071000330180913401909135010E94EE0A2FE857
              :1007200032EC45EF5CE323C08730910579F46091AA
              :1007300032017091330180913401909135010E9412
              :10074000EE0A2AE037ED43E25DE311C088309105FF
              :1007500019F56091320170913301809134019091CB
              :1007600035010E94EE0A2DEC3CEC4CE45DE30E9466
              :10077000700920E030E040E85EE30E9470090E94CA
              :100780002B0E9B01AC0120932A0130932B01409347
              :100790002C0150932D0115C08930910579F4609199
              :1007A00032017091330180913401909135010E94A2
              :1007B000EE0A2FE832EC45E75DE3D9CF8A309105A8
              :1007C00050F482E80E9413078AE0801B0E944507CC
              :1007D000802F0E948C0788EC90E0E0E9F1E03197EF
              :1007E000F1F70197D1F7F89490916902892F8370FE
              :1007F0008093690278949595959519160CF006C129
              :1008000020913601309137014091380150913901E2
              :100810008091320190913301A0913401B091350162
              :10082000281739074A075B0708F0E5C080913B01AC
              :1008300090913C01009721F0019709F00EC229C068
              :1008400020913601309137014091380150913901A2
              :1008500080912A0190912B01A0912C01B0912D0142
              :10086000820F931FA41FB51F809336019093370109
              :10087000A0933801B09339010E9443010E941801EE
              :10088000FE0131961192AB8DBC8DEA17FB07D1F7B3
              :1008900008C120912A0130912B0140912C015091E7
              :1008A0002D0180912A0190912B01A0912C01B091F2
              :1008B0002D01845F9140A040B04038F474EFA72E22
              :1008C00071E0B72EC12CD12C11C0CA01B9010E9410
              :1008D000EE0A20E030E040E05FE30E9470090E94F1
              :1008E0002B0EAC01CB01DA015C016D011E861F8667
              :1008F000188A198AAF8DB8A1E9E01D92EA95E9F747
              :1009000061E0E62EF12C012D112D66C020913601FB
              :100910003091370140913801509139018091320175
              :1009200090913301A0913401B09135018217930762
              :10093000A407B50770F4E0902A01F0902B01009114
              :100940002C0110912D010894E11CF11C011D111DB9
              :1009500043C0EA0CFB1C0C1D1D1D809136019091BB
              :100960003701A0913801B09139018E0D9F1DA01F54
              :10097000B11F8093360190933701A0933801B09353
              :100980003901F201119229A13AA1E217F307D1F737
              :100990006091360170913701809138019091390151
              :1009A000A2010E94350280EA9FE00197F1F780ECF6
              :1009B0000E941307F20101900020E9F73197E41932
              :1009C000F5098DE08E1B0E944507C2010E94380781
              :1009D0000E9443010E94180180912A0190912B01ED
              :1009E000A0912C01B0912D01E816F9060A071B070A
              :1009F00008F48CCF38CE80EC0E94130785E00E946B
              :100A000045078DE391E00E9438072DCE992309F424
              :100A10002ACE209136013091370140913801509112
              :100A2000390180912E0190912F01A0913001B09158
              :100A3000310182179307A407B50708F013C180910D
              :100A40003B0190913C01009721F0019709F005C10D
              :100A500043C02091360130913701409138015091C7
              :100A6000390180912A0190912B01A0912C01B09124
              :100A70002D01820F931FA41FB51F80933601909301
              :100A80003701A0933801B09339010E9443010E94BD
              :100A90001801FE01319611928D8D9E8DE817F90790
              :100AA000D1F76091360170913701809138019091B2
              :100AB0003901A1010E94350280EC0E941307F10167
              :100AC00001900020E9F73197E219F3098DE08E1BC0
              :100AD0000E944507C10197CF20912A0130912B0137
              :100AE00040912C0150912D0180912A0190912B0170
              :100AF000A0912C01B0912D01845F9140A040B040A5
              :100B000038F454EF652E51E0752E812C912C11C0D4
              :100B1000CA01B9010E94EE0A20E030E040E05FE344
              :100B20000E9470090E942B0EAC01CB01DA013C013E
              :100B30004D011E861F86188A198AAF8DB8A1E9E07B
              :100B40001D92EA95E9F741E0A42EB12CC12CD12CDD
              :100B500075C08091360190913701A0913801B09114
              :100B6000390120912A0130912B0140912C015091A3
              :100B70002D01E0903601F09037010091380110917D
              :100B80003901821B930BA40BB50B8E159F05A00793
              :100B9000B10788F0A0902A01B0902B01C0902C01E1
              :100BA000D0902D0184E690E0A0E0B0E0A80EB91E40
              :100BB000CA1EDB1E43C0A60CB71CC81CD91C8091E2
              :100BC000360190913701A0913801B09139018A190D
              :100BD0009B09AC09BD098093360190933701A0931E
              :100BE0003801B0933901F2011192A9A1BAA1EA1713
              :100BF000FB07D1F760913601709137018091380180
              :100C000090913901A2010E94350280EA9FE001978C
              :100C1000F1F780EC0E941307F20101900020E9F740
              :100C20003197E419F5098DE08E1B0E944507C2013A
              :100C30000E9438070E9443010E94180180912A01F6
              :100C400090912B01A0912C01B0912D01A816B9060D
              :100C5000CA06DB0608F47DCF06CD0E9443010E9440
              :100C6000180101CD209136013091370140913801B2
              :100C70005091390180912E0190912F01A091300166
              :100C8000B0913101281739074A075B0709F4B3CE41
              :100C900080912E0190912F01A0913001B0913101EE
              :100CA0008093360190933701A0933801B0933901B6
              :100CB000A2CE1F920F920FB60F9211242F933F9343
              :100CC0004F935F936F937F938F939F93AF93BF9354
              :100CD000EF93FF938AEF90E020E931E0F90131973B
              :100CE000F1F70197D9F786B134995DC080E490E0BF
              :100CF0000E946D0E6F3F710581059105B1F1605045
              :100D000079408D43904089F580E490E048E35CE9C8
              :100D10006CE170E00E94730E80E090E040E85FE4D8
              :100D200062E170E00E94730E80E89FE4A2E1B0E00F
              :100D30008093360190933701A0933801B093390125
              :100D400088E39CE9ACE1B0E08093320190933301F9
              :100D5000A0933401B093350180EC0E94130782E028
              :100D60000E94450782E091E01CC080E490E040E0F2
              :100D700059E06DE370E00E94730E80E099E0ADE30E
              :100D8000B0E08093320190933301A0933401B0938B
              :100D9000350180EC0E94130782E00E9445078EE037
              :100DA00091E00E94380735990CC04091360150916E
              :100DB0003701609138017091390180E090E00E9424
              :100DC000730EFF91EF91BF91AF919F918F917F91A2
              :100DD0006F915F914F913F912F910F900FBE0F90A8
              :100DE0001F9018955D9887FD5D9A5B9886FD5B9ACC
              :100DF0005C9885FD5C9A589884FD589A599A85E0CC
              :100E00008A95F1F7599808951F93182F0E94F206BA
              :100E1000812F8295807F0E94F20688EC90E00197F6
              :100E2000F1F71F9108951F93182F5A980E940407F5
              :100E3000143018F0103840F005C080E49FE10197AD
              :100E4000F1F710E810935A011F9108955A9A0E94E1
              :100E5000040780915A018F5F80935A01803921F0F5
              :100E6000803D29F480E801C080EC0E9413070895BA
              :100E7000CF93DF93EC0103C00E942607219688815F
              :100E80008823D1F7DF91CF9108951F93182F04C0C5
              :100E900080E20E94260711501123D1F71F91089577
              :100EA0000F931F93509A549A539A559A529A519A63
              :100EB00059985A9880E69AEE0197F1F780E30E94DC
              :100EC000F20680E190E40197F1F780E30E94F206D8
              :100ED00080E991E00197F1F780E30E94F20608ECC7
              :100EE00010E0C8010197F1F780E20E94F206C80104
              :100EF0000197F1F788E20E94130788E00E94130728
              :100F000081E00E94130786E00E9413078CE00E9494
              :100F100013071F910F9108950F931F93082F10E04F
              :100F200004C08FEF0E9426071F5F1017D0F31F9198
              :100F30000F910895EF92FF920F931F937B018C0105
              :100F400020E030E040E05FE40E946A0A88238CF0F1
              :100F5000C801B70120E030E040E05FE40E941209E0
              :100F60000E949A0A9B01AC012050304040405048FA
              :100F700006C0C801B7010E949A0A9B01AC01B901E1
              :100F8000CA011F910F91FF90EF900895A0E0B0E08B
              :100F9000ECECF7E00C94A50DDC012B01FA019C911F
              :100FA000923008F439C1EB018881823008F433C1F2
              :100FB000943069F4843009F02FC111969C911197F7
              :100FC0008981981709F428C1ABE5B1E025C18430C7
              :100FD00009F421C18230A9F4923009F01DC19A01AF
              :100FE000AD0188E0EA010990AE01E90109929E0194
              :100FF0008150C1F7E201898111969C9189238183F7
              :1010000008C1923009F407C112962D903C901397B5
              :10101000EB018A819B811496AD90BD90CD90DC90C0
              :101020001797EC80FD800E811F819101281B390BE1
              :10103000B90137FF04C066277727621B730B603244
              :1010400071050CF061C0121613066CF537014801EA
              :10105000062E04C096948794779467940A94D2F7E6
              :1010600021E030E040E050E004C0220F331F441F75
              :10107000551F6A95D2F721503040404050402E21F4
              :101080003F2140235123211531054105510521F010
              :1010900021E030E040E050E079018A01E628F728BD
              :1010A000082919293CC0232BD1F1260E371E350102
              :1010B0004601062E04C096948794779467940A9408
              :1010C000D2F721E030E040E050E004C0220F331FAF
              :1010D000441F551F6A95D2F7215030404040504080
              :1010E0002A213B214C215D21211531054105510566
              :1010F00021F021E030E040E050E059016A01A628EB
              :10110000B728C828D9280BC0821593052CF01C01DC
              :10111000AA24BB24650103C0EE24FF248701119695
              :101120009C91D20111968C91981709F445C099238E
              :1011300039F0A80197012A193B094C095D0906C03D
              :10114000A60195012E193F09400B510B57FD08C010
              :1011500011823382228224833583468357831DC0C4
              :1011600081E081833382228288279927DC01821BD8
              :10117000930BA40BB50B84839583A683B7830DC013
              :10118000220F331F441F551F248335834683578303
              :101190008281938101979383828324813581468163
              :1011A0005781DA01C9010197A109B1098F5F9F4FEA
              :1011B000AF4FBF4328F30BC0918333822282EA0CE6
              :1011C000FB1C0C1D1D1DE482F5820683178383E042
              :1011D0008083248135814681578157FF1AC0C90118
              :1011E000AA2797FDA095BA2F81709070A070B0705B
              :1011F0005695479537952795822B932BA42BB52B86
              :1012000084839583A683B783828193810196938398
              :101210008283DF0101C0D201CD01CDB7DEB7E2E1AB
              :101220000C94C10DA0E2B0E0E8E1F9E00C94B10D3E
              :1012300069837A838B839C832D833E834F83588776
              :10124000E9E0EE2EF12CEC0EFD1ECE010196B70169
              :101250000E948B0C8E010F5E1F4FCE010596B801C8
              :101260000E948B0C8A8991E089278A8BC701B8017B
              :10127000AE01475E5F4F0E94C6070E94B60BA09664
              :10128000E6E00C94CD0DA0E2B0E0E9E4F9E00C94C6
              :10129000B10D69837A838B839C832D833E834F8337
              :1012A0005887F9E0EF2EF12CEC0EFD1ECE010196D1
              :1012B000B7010E948B0C8E010F5E1F4FCE01059669
              :1012C000B8010E948B0CC701B801AE01475E5F4FA9
              :1012D0000E94C6070E94B60BA096E6E00C94CD0DC6
              :1012E000A0E2B0E0E6E7F9E00C94A50D69837A830B
              :1012F0008B839C832D833E834F835887CE01019639
              :10130000BE01675F7F4F0E948B0CCE010596BE0128
              :101310006F5E7F4F0E948B0C9985923088F089898F
              :101320008230C8F0943019F4823051F404C0843013
              :1013300029F4923081F48BE591E0C6C0923049F4F3
              :1013400020E09A858A89981321E02A87CE010996A0
              :10135000BBC0823049F420E09A858A89981321E045
              :101360002A8BCE014196B0C02D843E844F8458888C
              :101370006D887E888F88988CEE24FF248701AA24AC
              :10138000BB24650140E050E060E070E0E0E0F0E0A8
              :10139000C10181709070892BE9F0E60CF71C081DE3
              :1013A000191D9A01AB012A0D3B1D4C1D5D1D80E0EE
              :1013B00090E0A0E0B0E0E614F7040805190520F479
              :1013C00081E090E0A0E0B0E0BA01A901480F591F08
              :1013D0006A1F7B1FAA0CBB1CCC1CDD1C97FE08C01F
              :1013E00081E090E0A0E0B0E0A82AB92ACA2ADB2A6E
              :1013F0003196E032F10549F0660C771C881C991C87
              :101400005694479437942794C3CFFA85EA892B8959
              :101410003C898B859C85280F391F2E5F3F4F17C055
              :10142000CA0181709070892B61F016950795F79429
              :10143000E79480E090E0A0E0B0E8E82AF92A0A2BDF
              :101440001B2B76956795579547952F5F3F4F77FDF7
              :10145000E7CF0CC0440F551F661F771F17FD416073
              :10146000EE0CFF1C001F111F21503040403090E057
              :10147000590790E0690790E4790760F32B8F3C8F60
              :10148000DB01CA018F779070A070B0708034910535
              :10149000A105B10561F447FD0AC0E114F10401059D
              :1014A000110529F0405C5F4F6F4F7F4F40781A8ED7
              :1014B000FE1711F081E08A8F4D8F5E8F6F8F78A3BA
              :1014C00083E0898FCE0149960E94B60BA096E2E197
              :1014D0000C94C10DA8E1B0E0E0E7FAE00C94B10D86
              :1014E00069837A838B839C832D833E834F835887C4
              :1014F00089E0E82EF12CEC0EFD1ECE010196B7011D
              :101500000E948B0C8E010F5E1F4FCE010596B80115
              :101510000E948B0C8985823040F08989823028F0C6
              :10152000C701B8010E94030D01C08FEF6896E6E085
              :101530000C94CD0DACE0B0E0E0EAFAE00C94B50D0F
              :1015400069837A838B839C83CE010196BE016B5F96
              :101550007F4F0E948B0C8D81823061F1823050F17F
              :10156000843021F48E81882351F12EC02F8138855B
              :1015700037FD20C06E812F3131051CF06623F9F054
              :1015800023C08EE190E0821B930B29853A854B8521
              :101590005C8504C056954795379527958A95D2F76F
              :1015A0006623B1F050954095309521953F4F4F4FB0
              :1015B0005F4F0EC020E030E040E050E009C02FEF68
              :1015C0003FEF4FEF5FE704C020E030E040E050E83D
              :1015D000B901CA012C96E2E00C94D10DA8E0B0E06C
              :1015E000E4EFFAE00C94AD0D7B018C0161157105FF
              :1015F0008105910519F482E0898360C083E08983C5
              :101600008EE1C82ED12CDC82CB82ED82FE820F834C
              :101610001887C801B7010E94670BFC013197F7FFDB
              :101620003BC0222733272E1B3F0B57016801022E98
              :1016300004C0D694C794B794A7940A94D2F740E014
              :1016400050E060E070E081E090E0A0E0B0E004C035
              :10165000880F991FAA1FBB1F2A95D2F70197A109CE
              :10166000B1098E219F21A023B1230097A105B105C7
              :1016700021F041E050E060E070E04A295B296C29EC
              :101680007D294D835E836F8378878EE190E08E1B8A
              :101690009F0B9C838B8312C0309781F00E2E04C069
              :1016A000EE0CFF1C001F111F0A94D2F7ED82FE8280
              :1016B0000F831887CE1ADF0ADC82CB821A82CE0112
              :1016C00001960E94B60B2896EAE00C94C90DEF92A1
              :1016D000FF920F931F937B018C0180E0E81680E05E
              :1016E000F80681E0080780E0180788F48FEFE81615
              :1016F000F1040105110531F028F088E090E0A0E048
              :10170000B0E017C080E090E0A0E0B0E012C080E060
              :10171000E81680E0F80680E0080781E0180728F066
              :1017200088E190E0A0E0B0E004C080E190E0A0E0BB
              :10173000B0E020E230E040E050E0281B390B4A0BDB
              :101740005B0B04C016950795F794E7948A95D2F73A
              :10175000F701ED59FE4F8081281B310941095109DC
              :10176000C9011F910F91FF90EF900895DF92EF92C2
              :10177000FF920F931F93FC01E480F580068117818F
              :10178000D1808081823048F480E090E0A0E1B0E038
              :10179000E82AF92A0A2B1B2BA5C0843009F49FC024
              :1017A000823021F4EE24FF24870105C0E114F10406
              :1017B0000105110519F4E0E0F0E096C06281738143
              :1017C0009FEF623879070CF05BC022E83FEF261BE1
              :1017D000370B2A3131052CF020E030E040E050E0BA
              :1017E0002AC0B801A701022E04C0769567955795C7
              :1017F00047950A94D2F781E090E0A0E0B0E004C001
              :10180000880F991FAA1FBB1F2A95D2F70197A1091C
              :10181000B1098E219F21A023B1230097A105B10515
              :1018200021F081E090E0A0E0B0E09A01AB01282B2C
              :10183000392B4A2B5B2BDA01C9018F779070A0708E
              :10184000B07080349105A105B10539F427FF09C0B6
              :10185000205C3F4F4F4F5F4F04C0215C3F4F4F4FC5
              :101860005F4FE0E0F0E02030A0E03A07A0E04A0758
              :10187000A0E45A0710F0E1E0F0E079018A0127C006
              :101880006038710564F5FB01E158FF4FD801C701CD
              :101890008F779070A070B07080349105A105B1056C
              :1018A00039F4E7FE0DC080E490E0A0E0B0E004C0B1
              :1018B0008FE390E0A0E0B0E0E80EF91E0A1F1B1FC6
              :1018C00017FF05C016950795F794E794319687E0C2
              :1018D00016950795F794E7948A95D1F705C0EE24FD
              :1018E000FF248701EFEFF0E06E2F6795662767957D
              :1018F000902F9F77D794DD24D7948E2F8695492FEC
              :10190000462B582F5D29B701CA011F910F91FF90F7
              :10191000EF90DF900895FC01DB014081518122812D
              :10192000622F6F7770E0221F2227221F9381892F59
              :10193000880F822B282F30E0991F9927991F119625
              :101940009C93119721153105A9F5411551056105A4
              :10195000710511F482E037C082E89FEF13969C93E3
              :101960008E9312979A01AB0167E0220F331F441F39
              :10197000551F6A95D1F783E08C930DC0220F331F5A
              :10198000441F551F12968D919C91139701971396A2
              :101990009C938E931297203080E0380780E04807B0
              :1019A00080E4580758F314962D933D934D935C9320
              :1019B000179708952F3F310579F4411551056105B9
              :1019C000710519F484E08C93089564FF03C081E0ED
              :1019D0008C9312C01C9210C02F57304013963C932A
              :1019E0002E93129783E08C9387E0440F551F661F58
              :1019F000771F8A95D1F7706414964D935D936D931C
              :101A00007C93179708951F93DC01FB019C91923002
              :101A100008F447C08081823008F443C0943051F408
              :101A200011961C91843099F58181682F70E0611BBB
              :101A300071093FC0843021F0923031F48230B9F125
              :101A40008181882389F12DC011961C9111978230D4
              :101A5000F1F081811817D9F412962D913C911397CA
              :101A6000828193818217930794F028173907BCF07D
              :101A700014968D919D910D90BC91A02D248135815E
              :101A800046815781281739074A075B0718F4112345
              :101A900041F00AC082179307A407B50740F4112349
              :101AA00019F061E070E005C06FEF7FEF02C060E009
              :101AB00070E0CB011F910895991B79E004C0991F34
              :101AC000961708F0961B881F7A95C9F78095089598
              :101AD000A1E21A2EAA1BBB1BFD010DC0AA1FBB1F32
              :101AE000EE1FFF1FA217B307E407F50720F0A21BA4
              :101AF000B30BE40BF50B661F771F881F991F1A9411
              :101B000069F760957095809590959B01AC01BD013A
              :101B1000CF01089597FB092E05260ED057FD04D05E
              :101B2000D7DF0AD0001C38F45095409530952195A8
              :101B30003F4F4F4F5F4F0895F6F790958095709502
              :101B400061957F4F8F4F9F4F08952F923F924F92F5
              :101B50005F926F927F928F929F92AF92BF92CF923D
              :101B6000DF92EF92FF920F931F93CF93DF93CDB746
              :101B7000DEB7CA1BDB0B0FB6F894DEBF0FBECDBFBE
              :101B800009942A88398848885F846E847D848C848F
              :101B90009B84AA84B984C884DF80EE80FD800C8198
              :101BA0001B81AA81B981CE0FD11D0FB6F894DEBF7B
              :101BB0000FBECDBFED010895FB01DC010D900020AB
              :101BC000E9F7119701900D920020E1F70895FB01CC
              :101BD000DC010D900020E9F711974150504028F0AA
              :101BE000019000200D92C9F708951C920895FB0101
              :101BF000DC014150504048F001900D920020C9F79F
              :101C000001C01D9241505040E0F70895FA01CF9372
              :101C1000FF93EF932230CCF02532BCF4C22F2C2F4F
              :101C2000332744275527FF93EF930E94680DEF91C8
              :101C3000FF91605D6A330CF0695D6193B901CA017F
              :101C4000605070408040904051F710828F919F917A
              :101C5000CF910C947F0E6BD0A8F19E57A8F19851AC
              :101C600060F039F1983070F5092E9927660F771FCB
              :101C7000881F991F0A94D1F71CC0BB27993F4CF4C9
              :101C8000B111B1E0B62B672F782F8827985FB1F795
              :101C900008C0869577956795B79508F4B1609395D8
              :101CA000C1F7BB0F30F411F460FF03C06F5F7F4FCB
              :101CB0008F4F3EF490958095709561957F4F8F4F33
              :101CC0009F4F089568944EC04CC0F999FECF92BDC5
              :101CD00081BDF89A992780B50895A6E1B0E044E067
              :101CE00050E00C94BA0E0396272F0E94C90E0E9452
              :101CF000C80E252F0E94C90E242F0C94C90EDC019A
              :101D0000FC01672F71917723E1F7329704C07C9132
              :101D10006D9370836291AE17BF07C8F3089557FDA6
              :101D20009058440F551F59F05F3F71F04795880F49
              :101D300097FB991F61F09F3F79F0879508951216E0
              :101D400013061406551FF2CF4695F1DF08C016168C
              :101D500017061806991FF1CF86957105610508943D
              :101D60000895E894BB2766277727CB0197F9089554
              :101D7000DC01CB01FC01F999FECF06C0F2BDE1BD4B
              :101D8000F89A319600B40D9241505040B8F708953A
              :101D9000262FF999FECF92BD81BDF89A019700B424
              :101DA000021639F01FBA20BD0FB6F894FA9AF99AC4
              :081DB0000FBE0895F894FFCF67
              :101DB8002C00534432313030204D6F646500534459
              :101DC80032303030204D6F6465000A000000640036
              :101DD800000050C3000050C3000050C3000050F87A
              :101DE8000C00389C1C00804F12000901004C696DE2
              :101DF80069742020200050696E204572726F72004D
              :101E08004672657175656E63790080000000000098
              :101E18000000000001020203030303040404040495
              :101E2800040404050505050505050505050505055D
              :101E3800050505060606060606060606060606063D
              :101E4800060606060606060606060606060606062A
              :101E5800060606070707070707070707070707070D
              :101E680007070707070707070707070707070707FA
              :101E780007070707070707070707070707070707EA
              :101E880007070707070707070707070707070707DA
              :101E980007070708080808080808080808080808BD
              :101EA80008080808080808080808080808080808AA
              :101EB800080808080808080808080808080808089A
              :101EC800080808080808080808080808080808088A
              :101ED800080808080808080808080808080808087A
              :101EE800080808080808080808080808080808086A
              :101EF800080808080808080808080808080808085A
              :101F08000808080808080808080808080808080849
              :041F180008080800AD
              :00000001FF

              Comment


              • #52
                Put in another 3 hours

                Everything still stable, the mod keeps going strong.

                No sparks or smoke !

                My offer still remains: A FULL non-assembled AVR-DSS kit for a working "DD" coil. I don't care if you build it. I just don't want to take time to build my own.



                *Lipo kit or audio amp not included


                Comment


                • #53
                  images

                  This completes work on this project guys. I'm really proud of this software release. After several hours of field tests, I can attest to it's usability.

                  Update includes:
                  -Save/Load frequencies
                  -Decreased battery consumption (by a lot!)
                  -Defaults now to SD2000 (toggle pin 27 to get SD2100 Mode)
                  -No modifications needed to hardware.
                  -Program is very stable.
                  -Make sure to program the fuses with the following: Low:62 High1 Extended:FF

                  Also, I did mention my intentions about programming the SD2100's eeprom. However, it seems like I was wrong about the pins required. I need far more pins than the Atmega328 can provide. Indeed, even with the 64 pins of the Atmega128, it is barely enough to do something useful. Having said that, I'm working on interfacing with this eeprom. I'll keep you updated.

                  Last thing I would like to mention: I took Ian's offer on the coil, So no more trades.





                  CODE SAVE as "AVR-DSS-2.hex" and enjoy!!
                  Code:
                  :100000000C9454000C9471000C9471000C947100C9
                  :100010000C947D090C9471000C9471000C94710087
                  :100020000C9471000C9471000C9471000C9471008C
                  :100030000C9471000C9471000C9471000C94D90113
                  :100040000C9471000C9471000C9471000C9471006C
                  :100050000C9471000C9471000C9471000C9471005C
                  :100060000C9471000C947100FFFFFFFFFFFFFFFF76
                  :10007000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
                  :10008000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
                  :10009000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
                  :1000A000FF1C1E1F1E1C180011241FBECFEFD8E01E
                  :1000B000DEBFCDBF12E0A0E0B1E0E6E4F7E202C0AF
                  :1000C00005900D92AE3BB107D9F713E0AEEBB2E06D
                  :1000D00001C01D92A737B107E1F70E94B0050C944B
                  :1000E000A1130C940000AF92BF92CF92DF92EF92D7
                  :1000F000FF920F931F93FC0181E0808381E090E0E9
                  :1001000092838183138285E090E09583848390E5D8
                  :10011000A92E98EFB92E9CE0C92ED12CA682B782C9
                  :10012000C086D18628E33CE94CE150E0268737873A
                  :10013000408B518B8DE1E82E81E1F82E89E1082F6B
                  :10014000112DE68AF78A008F118F80EE98ECA0E1DE
                  :10015000B0E082879387A487B58788E597EAACE308
                  :10016000B0E0828B938BA48BB58B8DE995E9A7E3E7
                  :10017000B0E0828F938FA48FB58F268F378F40A3E7
                  :1001800051A38BE395EBAAE1B0E082A393A3A4A3D0
                  :10019000B5A3E6A2F7A200A711A78BE591E2A6E11D
                  :1001A000B0E082A793A7A4A7B5A78DE996EFA2E137
                  :1001B000B0E086A797A7A0ABB1ABA2AAB3AAC4AA86
                  :1001C000D5AA80EB95E4ACE3B0E086AB97ABA0AFEB
                  :1001D000B1AF80E19FEBAAE3B0E082AF93AFA4AFF1
                  :1001E000B5AFFE968BEB99E3A9E3B0E081939193D1
                  :1001F000A193B1938DE794EFAFE2B0E08193919337
                  :10020000A193B1938DE897E5A6E2B0E08193919335
                  :10021000A193B19380ED92E1A3E1B0E0819391933A
                  :10022000A193B19311921192119211921192119284
                  :1002300011921192119211921192119211921192A6
                  :100240001192119211921192119211921192119296
                  :100250001192119211921192119211921192119286
                  :100260001192119211921192119211921192119276
                  :100270001192119211921192119211921192119266
                  :100280001192119280E890E0A0E0B0E08193919308
                  :10029000A193B19380E091E0A0E0B0E081939193CD
                  :1002A000A193B19380E291E0A0E0B0E081939193BB
                  :1002B000A193B19380E491E0A0E0B0E081939193A9
                  :1002C000A193B19380E691E0A0E0B0E08193919397
                  :1002D000A193B19380E891E0A0E0B0E08193919385
                  :1002E000A193B19380E092E0A0E0B0E0819391937C
                  :1002F000A193B19380E292E0A0E0B0E0819391936A
                  :10030000A193B19380E492E0A0E0B0E08193919357
                  :10031000A193B19380E692E0A0E0B0E08193919345
                  :10032000A193B19380E892E0A0E0B0E08193919333
                  :10033000A193B19380E093E0A0E0B0E0808391834B
                  :10034000A283B3831F910F91FF90EF90DF90CF9026
                  :10035000BF90AF9008958AB18AB98AB18AB95E9A7E
                  :100360005F9A84B584BD84B5826084BD85B585BD42
                  :1003700085B585BD85B5816085BD85B585BD8FEFAA
                  :1003800087BDEEE6F0E08081846080830895F89474
                  :1003900080917103982F9370909371037894859551
                  :1003A00085950895F8948091710310927103789463
                  :1003B00008951F920F920FB60F9211242F938F93CF
                  :1003C0009F934E9B02C023E001C020E04F9B02C0E0
                  :1003D00081E028279091C202921B90FF09C02093D0
                  :1003E000C2028091710381509270890F80937103D2
                  :1003F0009F918F912F910F900FBE0F901F90189586
                  :10040000ECE7F0E08081808380818083808180833D
                  :10041000AAE7B0E08C9183608C93808180648083B4
                  :10042000808180838C9180628C93EBE7F0E0808107
                  :100430008160808380818083808180838C918068CB
                  :100440008C9383B7817F826083BF089590917C00F5
                  :10045000982B90937C0080917A00806480937A003E
                  :1004600080917A0086FDFCCF309178002091790050
                  :10047000922F80E0BC01630F711D6536710518F481
                  :1004800060E070E00CC080E090E00E94800F2AE005
                  :1004900037ED43E25CE30E94020E0E942C0CCB017C
                  :1004A000089529982898E2E7F3E016C02A98CA012F
                  :1004B000022E02C0959587950A94E2F780FD2A9A4C
                  :1004C000299A29982F5F3F4F2830310579F73196C7
                  :1004D00083E0E737F80731F08081482F50E020E0D3
                  :1004E00030E0E4CF289A28980895AF92BF92CF9237
                  :1004F000DF92EF92FF920F931F932091BE023091F3
                  :10050000BF024091C0025091C10221153105410541
                  :10051000510529F480E090E0A0E0B0E014C0E09044
                  :100520004001F0904101009142011091430160E8C7
                  :1005300076E988E990E00E941C12C801B7010E9488
                  :10054000FA11C901DA01E0904001F09041010091F7
                  :10055000420110914301E80EF91E0A1F1B1FC8013A
                  :10056000B70121EE35EF45E050E00E94FA11C22EAE
                  :1005700020937503C801B70121EE35EF45E050E047
                  :100580000E94FA117B018C01102F0F2DFE2CEE24FE
                  :10059000C801B70121EE35EF45E050E00E94FA11A5
                  :1005A000A22E20937403C801B70121EE35EF45E078
                  :1005B00050E00E94FA117B018C01102F0F2DFE2CB0
                  :1005C000EE24C801B70121EE35EF45E050E00E946E
                  :1005D000FA11B22E20937303C801B70121EE35EF53
                  :1005E00045E050E00E94FA117B018C01102F0F2D85
                  :1005F000FE2CEE24C801B70121EE35EF45E050E0B6
                  :100600000E94FA11D22E20937203C801B70121EE85
                  :1006100035EF45E050E00E94FA119B01AC0164E027
                  :10062000220F331F441F551F6A95D1F7CA01B90124
                  :1006300021EE35EF45E050E00E94FA112830B0F08D
                  :100640008D2D8F5F80937203882381F48B2D8F5FB4
                  :1006500080937303882351F48A2D8F5F8F5F80937B
                  :100660007403815019F4C394C092750310927603F9
                  :100670001F910F91FF90EF90DF90CF90BF90AF90C0
                  :10068000089520E044EC59E0CA010197F1F72F5F8B
                  :100690002436D1F7089588B1886388B987B187B9BE
                  :1006A00087B187B987B187B9E8E6F0E080818260D9
                  :1006B0008083ECE6F0E080818860808380818061C7
                  :1006C000808380818062808387E084B90895AF92BF
                  :1006D000BF92DF92EF92FF920F931F93DF93CF931E
                  :1006E000CDB7DEB72D970FB6F894DEBF0FBECDBFE6
                  :1006F0005A01FE0131969E01225F3F4F1192E2178F
                  :10070000F307E1F78E010F5F1F4FA8012AE030E0E9
                  :100710000E94B912F80101900020E9F73197E01B1F
                  :10072000F10B2E2F8E2F63E00E94EE11992309F416
                  :1007300093E0D22ED91AE92EFF24C5018E010F5F56
                  :100740001F4FB801A7010E9489120E0D1F1D0FC077
                  :10075000C50160E071E00E946E12C501B80143E07E
                  :1007600050E00E9479120D5F1F4F8DEFD80EDD20F3
                  :1007700079F72D960FB6F894DEBF0FBECDBFCF919F
                  :10078000DF911F910F91FF90EF90DF90BF90AF909E
                  :1007900008952F923F924F925F926F927F928F9225
                  :1007A0009F92AF92BF92CF92DF92EF92FF920F9300
                  :1007B0001F93DF93CF93CDB7DEB72F970FB6F89483
                  :1007C000DEBF0FBECDBF182F20913401309135010F
                  :1007D000409136015091370180913401909135015B
                  :1007E000A0913601B0913701845F9140A040B040A4
                  :1007F00038F444EF642E41E0742E812C912C11C00A
                  :10080000CA01B9010E94800F20E030E040E05FE3C0
                  :100810000E94020E0E94DE12AC01CB01DA013C0103
                  :100820004D0119821A821B821C82FE01359689E0D5
                  :10083000DF011D928A95E9F711160CF09CC02091FA
                  :10084000400130914101409142015091430180911A
                  :100850003C0190913D01A0913E01B0913F012817CC
                  :1008600039074A075B0708F058C131E0E32EF12C45
                  :10087000012D112D6E010894C11CD11C2EE0422EB9
                  :10088000512C4C0E5D1E9AEFA92EB12C8DE0382E06
                  :1008900063C020914001309141014091420150914B
                  :1008A000430180913C0190913D01A0913E01B091A6
                  :1008B0003F0182179307A407B50770F4E090340155
                  :1008C000F090350100913601109137010894E11C38
                  :1008D000F11C011D111D40C0E60CF71C081D191D5F
                  :1008E0008091400190914101A0914201B09143015A
                  :1008F0008E0D9F1DA01FB11F809340019093410159
                  :10090000A0934201B0934301F6011192E415F5055D
                  :10091000E1F7609140017091410180914201909115
                  :100920004301A6010E946703C5010197F1F780EC1E
                  :100930000E94AA0BF60101900020E9F73197EC190B
                  :10094000FD09832D8E1B0E94DC0BC6010E94CF0B7C
                  :100950000E9475020E9451028091340190913501EC
                  :10096000A0913601B0913701E816F9060A071B0776
                  :1009700008F48FCFDCC0112309F4D9C020914001C5
                  :1009800030914101409142015091430180913801E1
                  :1009900090913901A0913A01B0913B0182179307E0
                  :1009A000A407B50708F094C0B1E0AB2EB12CC12C60
                  :1009B000D12C2E010894411C511CCE010E969F870C
                  :1009C0008E87AAEF2A2E312C74C08091400190911D
                  :1009D0004101A0914201B091430120913401309135
                  :1009E00035014091360150913701E0904001F0907F
                  :1009F00041010091420110914301821B930BA40B12
                  :100A0000B50B8E159F05A007B10788F0A0903401A3
                  :100A1000B0903501C0903601D090370184E690E067
                  :100A2000A0E0B0E0A80EB91ECA1EDB1E42C0A60C94
                  :100A3000B71CC81CD91C8091400190914101A09124
                  :100A40004201B09143018A199B09AC09BD09809309
                  :100A5000400190934101A0934201B0934301F20100
                  :100A60001192AE85BF85EA17FB07D1F7609140016F
                  :100A7000709141018091420190914301A2010E9435
                  :100A80006703C1010197F1F780EC0E94AA0BF20104
                  :100A900001900020E9F73197E419F5098DE08E1BEC
                  :100AA0000E94DC0BC2010E94CF0B0E9475020E94C3
                  :100AB00051028091340190913501A0913601B0919D
                  :100AC0003701A816B906CA06DB0608F47ECF2FC088
                  :100AD00020914001309141014091420150914301E8
                  :100AE0008091380190913901A0913A01B0913B0178
                  :100AF000281739074A075B0781F0809138019091E8
                  :100B00003901A0913A01B0913B018093400190934B
                  :100B10004101A0934201B093430180EC0E94AA0BD3
                  :100B200085E00E94DC0B87E491E00E94CF0B2F96BA
                  :100B30000FB6F894DEBF0FBECDBFCF91DF911F91EE
                  :100B40000F91FF90EF90DF90CF90BF90AF909F906C
                  :100B50008F907F906F905F904F903F902F9008956F
                  :100B6000CDB7DEB72F97DEBFCDBF83EC92E00E94FA
                  :100B700073000E94AB010E944B0380E197E2019752
                  :100B8000F1F780E690E00E9418138F3F11F08093F8
                  :100B9000C30280E090E00E9418138F3F89F080E04C
                  :100BA00090E00E942013E091C302F0E0EE0FFF1FDF
                  :100BB000EE0FFF1FED53FD4F668B778B808F918F6C
                  :100BC0008091C30290E08C01000F111F080F191FC4
                  :100BD00083E0000F111F8A95E1F70D531D4F025856
                  :100BE0001F4FD801ED90FC900E571040C7010E9496
                  :100BF00018138F3F51F0C7010E942013F801E25BE8
                  :100C0000FF4F60837183828393838091C30290E05E
                  :100C10008C01000F111F080F191FA3E0000F111FF7
                  :100C2000AA95E1F709531D4F02581F4FF801E080C4
                  :100C3000F1800E571040C7010E9418138F3F59F0E2
                  :100C4000C7010E942013025B1F4FD8016D937D9353
                  :100C50008D939C9313978091C30290E08C01000FB9
                  :100C6000111F080F191FE3E0000F111FEA95E1F7AC
                  :100C700005531D4F02581F4FF801E080F1800E57B9
                  :100C80001040C7010E9418138F3F59F0C7010E94FE
                  :100C90002013025B1F4FD8016D937D938D939C931E
                  :100CA00013978091C30290E08C01000F111F080F71
                  :100CB000191F63E0000F111F6A95E1F70D531D4FD7
                  :100CC00006571F4FF801E080F1800A581040C70115
                  :100CD0000E9418138F3F51F0C7010E942013F801A2
                  :100CE000E65AFF4F60837183828393838091C302AE
                  :100CF00090E08C01000F111F080F191F43E0000F37
                  :100D0000111F4A95E1F70D531D4F02571F4FD80190
                  :100D1000ED90FC900E581040C7010E9418138F3FB1
                  :100D200051F0C7010E942013F801E25AFF4F60837F
                  :100D30007183828393838091C30290E08C01000FC2
                  :100D4000111F080F191F23E0000F111F2A95E1F74B
                  :100D50000D531D4F0E561F4FF801E080F1800259D0
                  :100D60001040C7010E9418138F3F51F0C7010E9425
                  :100D70002013F801EE59FF4F6083718382839383C0
                  :100D8000E091C302F0E0EE0FFF1FEE0FFF1FED53E7
                  :100D9000FD4F86819781A085B1858093380190931E
                  :100DA0003901A0933A01B0933B0186859785A089CC
                  :100DB000B18980933C0190933D01A0933E01B09393
                  :100DC0003F0186899789A08DB18D809340019093D2
                  :100DD0004101A0934201B09343010E9475020E9419
                  :100DE00051020E9451020E9400020E94E70B1B82E6
                  :100DF0001C821D821E82FE01379689E0DF011D9252
                  :100E00008A95E9F780911A0190911B019A83898351
                  :100E100083E0E82EF12CEC0EFD1E00E1A02EB12C9B
                  :100E2000AC0EBD1E1AE3812EB0E27B2E6E0108943B
                  :100E3000C11CD11CADE09A2EF4EA4F2EF1E05F2EDA
                  :100E4000EAEF2E2E312C80E00E9426028C01809148
                  :100E5000B2019091B3018017910709F408C20115FE
                  :100E6000110531F510924601109245011092C5020C
                  :100E70001092C4028091C302882361F482E80E9428
                  :100E8000AA0B82E00E94DC0B82E091E00E94CF0B73
                  :100E9000F70109C082E80E94AA0B82E00E94DC0BE5
                  :100EA0008EE091E0F3CF1192EA15FB05E1F73DC02A
                  :100EB0000130110509F045C010934601009345012A
                  :100EC0001093C5020093C40260913C0170913D01F2
                  :100ED00080913E0190913F010E94800F2AE037ED02
                  :100EE00043E25CE30E94020E20E030E040E85EE373
                  :100EF0000E94020E0E94DE129B01AC01209334017D
                  :100F000030933501409336015093370182E80E94B7
                  :100F1000AA0B81E00E94DC0B8CE691E00E94CF0BD3
                  :100F2000F7011192EA15FB05E1F76091400170911C
                  :100F300041018091420190914301A7010E94670302
                  :100F40004BC00230110509F059C0109346010093BF
                  :100F500045011093C5020093C40260913C01709159
                  :100F60003D0180913E0190913F010E94800F2FE84A
                  :100F700032EC45E75DE30E94020E20E030E040E8FD
                  :100F80005EE30E94020E0E94DE129B01AC012093E0
                  :100F9000340130933501409336015093370182E894
                  :100FA0000E94AA0B81E00E94DC0B8AE791E00E947C
                  :100FB000CF0BF7011192EA15FB05E1F760914001B3
                  :100FC000709141018091420190914301A7010E94DB
                  :100FD0006703C1010197F1F780EC0E94AA0BF701AA
                  :100FE00001900020E9F73197EE19FF09892D8E1B3A
                  :100FF0000E94DC0BC7010E94CF0B35C103301105E5
                  :10100000D1F510934601009345011093C50200935A
                  :10101000C40282E80E94AA0B8FE00E94DC0B82E8E7
                  :101020000E94AA0B88E891E00E94CF0BF701119271
                  :10103000EA15FB05E1F78091C30290E0DC01AA0FFD
                  :10104000BB1FAA0FBB1FAD53BD4F2091C602FC01B1
                  :10105000EE0FFF1FE80FF91FEE0FFF1FE20FF11D4C
                  :10106000EE0FFF1FEE0FFF1FEF5EFC4F60817181DF
                  :10107000828193817BC004301105C1F51093460134
                  :10108000009345011093C5020093C40282E80E94B8
                  :10109000AA0BF20101900020E9F73197E45AF140E0
                  :1010A000892D8E1B0E94DC0B84EA91E00E94CF0BFD
                  :1010B000F7011192EA15FB05E1F72091C602809134
                  :1010C000C30290E0FC01EE0FFF1FE80FF91FEE0FC7
                  :1010D000FF1FE20FF11DEE0FFF1FEE0FFF1FEF5E70
                  :1010E000FC4F608171818281938146C0053011057A
                  :1010F00009F05AC010934601009345011093C502B0
                  :101100000093C40282E80E94AA0B8FE00E94DC0BCD
                  :1011100084E00E94DC0B82E80E94AA0B86E991E041
                  :101120000E94CF0BF7011192EA15FB05E1F78091C0
                  :10113000C30290E0DC01AA0FBB1FAA0FBB1FAD5377
                  :10114000BD4F2091C602FC01EE0FFF1FE80FF91FF3
                  :10115000EE0FFF1FE20FF11DEE0FFF1FEE0FFF1F3F
                  :10116000ED53FD4F668D778D80A191A156966D93BD
                  :101170007D938D939C935997A7010E946703898261
                  :101180007A82C6016AE171E00E946E128091C60205
                  :1011900090E00196B6014AE050E00E949812C70123
                  :1011A000B6010E946E1218CF0630110599F482E83C
                  :1011B0000E94AA0B80E10E94DC0B8CE191E00E946E
                  :1011C000CF0B80EC0E94AA0B80E10E94DC0B8CE12B
                  :1011D00091E011CF0730110579F460913C017091D5
                  :1011E0003D0180913E0190913F010E94800F2AE0D5
                  :1011F00037ED43E25DE323C00830110579F46091D7
                  :101200003C0170913D0180913E0190913F010E940F
                  :10121000800F2DEC3CEC4CE45DE311C0093011056E
                  :1012200011F560913C0170913D0180913E019091DA
                  :101230003F010E94800F2FE832EC45E75DE30E94FA
                  :10124000020E20E030E040E85EE30E94020E0E94C1
                  :10125000DE129B01AC0120933401309335014093A1
                  :101260003601509337011093B3010093B20188E81F
                  :1012700093E10197F1F7F89490917103892F8370AE
                  :10128000809371037894892F8595859509F4DBCD3A
                  :10129000E7EEF3E0F093B301E093B2012091450152
                  :1012A0003091460123303105B1F02430310544F44A
                  :1012B0002130310569F02230310509F0C4CD08C074
                  :1012C0002430310541F02530310509F0BCCD03C093
                  :1012D0000E94C903B8CD18163CF48091C60285302F
                  :1012E00008F0B1CD8F5F06C08091C602882309F453
                  :1012F000AACD81508093C602A6CD1F920F920FB641
                  :101300000F9211242F933F934F935F936F937F938B
                  :101310008F939F93AF93BF93CF93DF93EF93FF93FD
                  :101320008AE698E10197F1F786B1349928C187EEF2
                  :1013300093E09093B3018093B20180E490E00E9427
                  :1013400018138F3F09F4C0C080E490E00E9420137E
                  :1013500060527A4A8444904009F05FC080E490E093
                  :1013600048ED52E26EE170E00E94381380E090E0B8
                  :101370004DE151E169E170E00E9438138DE191E1A6
                  :10138000A9E1B0E08093400190934101A093420114
                  :10139000B09343011092C3028093D9029093DA0272
                  :1013A000A093DB02B093DC028091C9029091CA0243
                  :1013B000A091CB02B091CC02809338019093390177
                  :1013C000A0933A01B0933B018091D1029091D20257
                  :1013D000A091D302B091D40280933C0190933D013F
                  :1013E000A0933E01B0933F0180E690E060E00E9450
                  :1013F000261382E80E94AA0B82E00E94DC0B82E0A6
                  :1014000091E00E94CF0B80E49FE129E130E0F901F7
                  :101410003197F1F70197D9F7B2C080E490E040E24C
                  :101420005AEA64E470E00E9438138DE995E9A7E375
                  :10143000B0E08093400190934101A0934201B093AA
                  :10144000430182E80E94AA0B82E00E94DC0B8EE03E
                  :1014500091E00E94CF0B80E49FE129E130E0F901A7
                  :101460003197F1F70197D9F781E08093C3028DE9B5
                  :1014700095E9A7E3B0E08093DD029093DE02A093AC
                  :10148000DF02B093E0028091CD029091CE02A09154
                  :10149000CF02B091D0028093380190933901A0938C
                  :1014A0003A01B0933B018091D5029091D602A09170
                  :1014B000D702B091D80280933C0190933D01A09354
                  :1014C0003E01B0933F0156C080E490E040E25AEA0A
                  :1014D00064E470E00E9438138DE995E9A7E3B0E079
                  :1014E0008093400190934101A0934201B093430146
                  :1014F00082E80E94AA0B82E00E94DC0B8EE091E061
                  :101500000E94CF0B80E49FE129E130E0F90131979F
                  :10151000F1F70197D9F781E08093C3028DE995E94E
                  :10152000A7E3B0E08093DD029093DE02A093DF0298
                  :10153000B093E0028091D5029091D602A091D7029B
                  :10154000B091D80280933C0190933D01A0933E015D
                  :10155000B0933F018091CD029091CE02A091CF0235
                  :10156000B091D0028093380190933901A0933A0151
                  :10157000B0933B0180E690E061E00E94261335992C
                  :10158000B6C08091C4029091C50283309105F1F0FC
                  :10159000843091053CF48130910559F0029709F0AF
                  :1015A000A6C007C084309105D1F1059709F09FC00E
                  :1015B00083C040914001509141016091420170917E
                  :1015C000430180E090E00E94381391C08091C302F3
                  :1015D000C82FD0E08091C602FE01EE0FFF1FEC0F76
                  :1015E000FD1FEE0FFF1FE80FF11DEE0FFF1FEE0FA7
                  :1015F000FF1FEF5EFC4F80819181A281B381009734
                  :10160000A105B10509F473C0CC0FDD1FCC0FDD1FA0
                  :10161000CD53DD4F8E899F89A88DB98D5AC04091D9
                  :10162000400150914101609142017091430120912C
                  :10163000C6028091C30290E0FC01EE0FFF1FE80F8D
                  :10164000F91FEE0FFF1FE20FF11DEE0FFF1FEE0F50
                  :10165000FF1FEF5BFC4F808191810E943813209126
                  :10166000400130914101409142015091430160910C
                  :10167000C6028091C30290E0FC01EE0FFF1FE80F4D
                  :10168000F91FEE0FFF1FE60FF11DEE0FFF1FEE0F0C
                  :10169000FF1FEF5EFC4F2083318342835383109200
                  :1016A000C60280EC0E94AA0B88E00E94DC0B8EE14F
                  :1016B00091E00E94CF0B1BC0E091C302F0E0EE0F5F
                  :1016C000FF1FEE0FFF1FED53FD4F86899789A08DF9
                  :1016D000B18D8093400190934101A0934201B0935A
                  :1016E00043011092C6020E9475020E945102FF91AE
                  :1016F000EF91DF91CF91BF91AF919F918F917F91AA
                  :101700006F915F914F913F912F910F900FBE0F906E
                  :101710001F9018955D9887FD5D9A5B9886FD5B9A92
                  :101720005C9885FD5C9A589884FD589A599A81E096
                  :101730008A95F1F7599808951F93182F0E948A0BE4
                  :10174000812F8295807F0E948A0B80E18A95F1F734
                  :101750001F9108951F93182F5A980E949C0B1430C4
                  :1017600018F0103840F005C084EF91E00197F1F7D0
                  :1017700010E81093B4011F9108955A9A0E949C0B8F
                  :101780008091B4018F5F8093B401803921F0803D56
                  :1017900029F480E801C080EC0E94AA0B0895CF9341
                  :1017A000DF93EC0103C00E94BD0B21968881882342
                  :1017B000D1F7DF91CF9108951F93182F04C080E2D5
                  :1017C0000E94BD0B11501123D1F71F9108951F9353
                  :1017D000509A549A539A559A529A519A59985A989B
                  :1017E00086EA9EE00197F1F780E30E948A0B81E090
                  :1017F00094E00197F1F780E30E948A0B81E28A95D9
                  :10180000F1F780E30E948A0B10E1812F8A95F1F7AE
                  :1018100080E20E948A0B1A95F1F788E20E94AA0BD7
                  :1018200088E00E94AA0B81E00E94AA0B86E00E9439
                  :10183000AA0B8CE00E94AA0B1F9108950F931F938F
                  :10184000082F10E004C08FEF0E94BD0B1F5F101720
                  :10185000D0F31F910F910895EF92FF920F931F9372
                  :101860007B018C0120E030E040E05FE40E94FC0E50
                  :1018700088238CF0C801B70120E030E040E05FE44D
                  :101880000E94A40D0E942C0F9B01AC0120503040FF
                  :101890004040504806C0C801B7010E942C0F9B0170
                  :1018A000AC01B901CA011F910F91FF90EF9008950B
                  :1018B000A0E0B0E0EEE5FCE00C943712DC012B0177
                  :1018C000FA019C91923008F439C1EB018881823091
                  :1018D00008F433C1943069F4843009F02FC11196B3
                  :1018E0009C9111978981981709F428C1A5EBB1E063
                  :1018F00025C1843009F421C18230A9F4923009F065
                  :101900001DC19A01AD0188E0EA010990AE01E9012B
                  :1019100009929E018150C1F7E201898111969C9143
                  :101920008923818308C1923009F407C112962D9052
                  :101930003C901397EB018A819B811496AD90BD90EA
                  :10194000CD90DC901797EC80FD800E811F81910176
                  :10195000281B390BB90137FF04C066277727621BA4
                  :10196000730B603271050CF061C0121613066CF532
                  :1019700037014801062E04C09694879477946794A3
                  :101980000A94D2F721E030E040E050E004C0220F9A
                  :10199000331F441F551F6A95D2F7215030404040F5
                  :1019A00050402E213F21402351232115310541056F
                  :1019B000510521F021E030E040E050E079018A015A
                  :1019C000E628F728082919293CC0232BD1F1260E37
                  :1019D000371E35014601062E04C0969487947794ED
                  :1019E00067940A94D2F721E030E040E050E004C070
                  :1019F000220F331F441F551F6A95D2F721503040E4
                  :101A0000404050402A213B214C215D2121153105C8
                  :101A10004105510521F021E030E040E050E059015E
                  :101A20006A01A628B728C828D9280BC082159305B3
                  :101A30002CF01C01AA24BB24650103C0EE24FF2462
                  :101A4000870111969C91D20111968C91981709F4F7
                  :101A500045C0992339F0A80197012A193B094C097F
                  :101A60005D0906C0A60195012E193F09400B510BD7
                  :101A700057FD08C011823382228224833583468336
                  :101A800057831DC081E08183338222828827992772
                  :101A9000DC01821B930BA40BB50B84839583A68377
                  :101AA000B7830DC0220F331F441F551F2483358376
                  :101AB0004683578382819381019793838283248114
                  :101AC000358146815781DA01C9010197A109B10920
                  :101AD0008F5F9F4FAF4FBF4328F30BC0918333827B
                  :101AE0002282EA0CFB1C0C1D1D1DE482F58206837C
                  :101AF000178383E08083248135814681578157FF96
                  :101B00001AC0C901AA2797FDA095BA2F81709070BD
                  :101B1000A070B0705695479537952795822B932BDB
                  :101B2000A42BB52B84839583A683B783828193816D
                  :101B3000019693838283DF0101C0D201CD01CDB72D
                  :101B4000DEB7E2E10C945312A0E2B0E0EAEAFDE075
                  :101B50000C94431269837A838B839C832D833E8309
                  :101B60004F835887E9E0EE2EF12CEC0EFD1ECE01DE
                  :101B70000196B7010E941D118E010F5E1F4FCE010D
                  :101B80000596B8010E941D118A8991E089278A8BE8
                  :101B9000C701B801AE01475E5F4F0E94580C0E941A
                  :101BA0004810A096E6E00C945F12A0E2B0E0EBEDE6
                  :101BB000FDE00C94431269837A838B839C832D838D
                  :101BC0003E834F835887F9E0EF2EF12CEC0EFD1E7B
                  :101BD000CE010196B7010E941D118E010F5E1F4FAD
                  :101BE000CE010596B8010E941D11C701B801AE01D2
                  :101BF000475E5F4F0E94580C0E944810A096E6E096
                  :101C00000C945F12A0E2B0E0E8E0FEE00C94371222
                  :101C100069837A838B839C832D833E834F8358878C
                  :101C2000CE010196BE01675F7F4F0E941D11CE015C
                  :101C30000596BE016F5E7F4F0E941D1199859230FF
                  :101C400088F089898230C8F0943019F4823051F4D8
                  :101C500004C0843029F4923081F485EB91E0C6C051
                  :101C6000923049F420E09A858A89981321E02A87E6
                  :101C7000CE010996BBC0823049F420E09A858A895A
                  :101C8000981321E02A8BCE014196B0C02D843E846A
                  :101C90004F8458886D887E888F88988CEE24FF2426
                  :101CA0008701AA24BB24650140E050E060E070E0B9
                  :101CB000E0E0F0E0C10181709070892BE9F0E60C62
                  :101CC000F71C081D191D9A01AB012A0D3B1D4C1D67
                  :101CD0005D1D80E090E0A0E0B0E0E614F7040805A8
                  :101CE000190520F481E090E0A0E0B0E0BA01A9017C
                  :101CF000480F591F6A1F7B1FAA0CBB1CCC1CDD1C84
                  :101D000097FE08C081E090E0A0E0B0E0A82AB92AE0
                  :101D1000CA2ADB2A3196E032F10549F0660C771CBD
                  :101D2000881C991C5694479437942794C3CFFA85FE
                  :101D3000EA892B893C898B859C85280F391F2E5F6A
                  :101D40003F4F17C0CA0181709070892B61F01695C2
                  :101D50000795F794E79480E090E0A0E0B0E8E82AE7
                  :101D6000F92A0A2B1B2B76956795579547952F5F78
                  :101D70003F4F77FDE7CF0CC0440F551F661F771FFD
                  :101D800017FD4160EE0CFF1C001F111F2150304059
                  :101D9000403090E0590790E0690790E4790760F3DC
                  :101DA0002B8F3C8FDB01CA018F779070A070B070D1
                  :101DB00080349105A105B10561F447FD0AC0E11425
                  :101DC000F1040105110529F0405C5F4F6F4F7F4F13
                  :101DD00040781A8EFE1711F081E08A8F4D8F5E8F4A
                  :101DE0006F8F78A383E0898FCE0149960E944810B7
                  :101DF000A096E2E10C945312A8E1B0E0E2E0FFE02B
                  :101E00000C94431269837A838B839C832D833E8356
                  :101E10004F83588789E0E82EF12CEC0EFD1ECE0191
                  :101E20000196B7010E941D118E010F5E1F4FCE015A
                  :101E30000596B8010E941D118985823040F089897C
                  :101E4000823028F0C701B8010E94951101C08FEFC0
                  :101E50006896E6E00C945F12ACE0B0E0E2E3FFE0ED
                  :101E60000C94471269837A838B839C83CE010196FD
                  :101E7000BE016B5F7F4F0E941D118D81823061F129
                  :101E8000823050F1843021F48E81882351F12EC0AC
                  :101E90002F81388537FD20C06E812F3131051CF030
                  :101EA0006623F9F023C08EE190E0821B930B298515
                  :101EB0003A854B855C8504C056954795379527959F
                  :101EC0008A95D2F76623B1F05095409530952195CB
                  :101ED0003F4F4F4F5F4F0EC020E030E040E050E0FA
                  :101EE00009C02FEF3FEF4FEF5FE704C020E030E085
                  :101EF00040E050E8B901CA012C96E2E00C9463126C
                  :101F0000A8E0B0E0E6E8FFE00C943F127B018C0112
                  :101F1000611571058105910519F482E0898360C01E
                  :101F200083E089838EE1C82ED12CDC82CB82ED82C6
                  :101F3000FE820F831887C801B7010E94F90FFC01C8
                  :101F40003197F7FF3BC0222733272E1B3F0B57014A
                  :101F50006801022E04C0D694C794B794A7940A943B
                  :101F6000D2F740E050E060E070E081E090E0A0E077
                  :101F7000B0E004C0880F991FAA1FBB1F2A95D2F793
                  :101F80000197A109B1098E219F21A023B1230097B8
                  :101F9000A105B10521F041E050E060E070E04A2980
                  :101FA0005B296C297D294D835E836F8378878EE161
                  :101FB00090E08E1B9F0B9C838B8312C0309781F027
                  :101FC0000E2E04C0EE0CFF1C001F111F0A94D2F746
                  :101FD000ED82FE820F831887CE1ADF0ADC82CB8265
                  :101FE0001A82CE0101960E9448102896EAE00C94CD
                  :101FF0005B12EF92FF920F931F937B018C0180E0A5
                  :10200000E81680E0F80681E0080780E0180788F409
                  :102010008FEFE816F1040105110531F028F088E092
                  :1020200090E0A0E0B0E017C080E090E0A0E0B0E079
                  :1020300012C080E0E81680E0F80680E0080781E042
                  :10204000180728F088E190E0A0E0B0E004C080E14B
                  :1020500090E0A0E0B0E020E230E040E050E0281B5B
                  :10206000390B4A0B5B0B04C016950795F794E79460
                  :102070008A95D2F7F701E354FE4F8081281B31097E
                  :1020800041095109C9011F910F91FF90EF900895E7
                  :10209000DF92EF92FF920F931F93FC01E480F58093
                  :1020A00006811781D1808081823048F480E090E001
                  :1020B000A0E1B0E0E82AF92A0A2B1B2BA5C0843046
                  :1020C00009F49FC0823021F4EE24FF24870105C06B
                  :1020D000E114F1040105110519F4E0E0F0E096C007
                  :1020E000628173819FEF623879070CF05BC022E850
                  :1020F0003FEF261B370B2A3131052CF020E030E072
                  :1021000040E050E02AC0B801A701022E04C0769535
                  :102110006795579547950A94D2F781E090E0A0E043
                  :10212000B0E004C0880F991FAA1FBB1F2A95D2F7E1
                  :102130000197A109B1098E219F21A023B123009706
                  :10214000A105B10521F081E090E0A0E0B0E09A01A6
                  :10215000AB01282B392B4A2B5B2BDA01C9018F7776
                  :102160009070A070B07080349105A105B10539F46C
                  :1021700027FF09C0205C3F4F4F4F5F4F04C0215CD9
                  :102180003F4F4F4F5F4FE0E0F0E02030A0E03A07D4
                  :10219000A0E04A07A0E45A0710F0E1E0F0E079017E
                  :1021A0008A0127C06038710564F5FB01E158FF4FD3
                  :1021B000D801C7018F779070A070B07080349105FE
                  :1021C000A105B10539F4E7FE0DC080E490E0A0E080
                  :1021D000B0E004C08FE390E0A0E0B0E0E80EF91EAC
                  :1021E0000A1F1B1F17FF05C016950795F794E79464
                  :1021F000319687E016950795F794E7948A95D1F77D
                  :1022000005C0EE24FF248701EFEFF0E06E2F679505
                  :1022100066276795902F9F77D794DD24D7948E2FCC
                  :102220008695492F462B582F5D29B701CA011F916A
                  :102230000F91FF90EF90DF900895FC01DB0140814A
                  :1022400051812281622F6F7770E0221F2227221F87
                  :102250009381892F880F822B282F30E0991F99278F
                  :10226000991F11969C93119721153105A9F54115D8
                  :1022700051056105710511F482E037C082E89FEFD6
                  :1022800013969C938E9312979A01AB0167E0220FED
                  :10229000331F441F551F6A95D1F783E08C930DC0FF
                  :1022A000220F331F441F551F12968D919C91139737
                  :1022B000019713969C938E931297203080E03807F5
                  :1022C00080E0480780E4580758F314962D933D9317
                  :1022D0004D935C93179708952F3F310579F441157D
                  :1022E00051056105710519F484E08C93089564FF2C
                  :1022F00003C081E08C9312C01C9210C02F57304055
                  :1023000013963C932E93129783E08C9387E0440FAF
                  :10231000551F661F771F8A95D1F7706414964D93E9
                  :102320005D936D937C93179708951F93DC01FB01D8
                  :102330009C91923008F447C08081823008F443C0F9
                  :10234000943051F411961C91843099F58181682F55
                  :1023500070E0611B71093FC0843021F0923031F48C
                  :102360008230B9F18181882389F12DC011961C91A9
                  :1023700011978230F1F081811817D9F412962D91BE
                  :102380003C911397828193818217930794F02817C9
                  :102390003907BCF014968D919D910D90BC91A02DA4
                  :1023A0002481358146815781281739074A075B0701
                  :1023B00018F4112341F00AC082179307A407B50748
                  :1023C00040F4112319F061E070E005C06FEF7FEF7A
                  :1023D00002C060E070E0CB011F910895991B79E085
                  :1023E00004C0991F961708F0961B881F7A95C9F7A5
                  :1023F00080950895A1E21A2EAA1BBB1BFD010DC0FA
                  :10240000AA1FBB1FEE1FFF1FA217B307E407F507A4
                  :1024100020F0A21BB30BE40BF50B661F771F881F80
                  :10242000991F1A9469F760957095809590959B0116
                  :10243000AC01BD01CF01089597FB092E05260ED0F2
                  :1024400057FD04D0D7DF0AD0001C38F450954095D2
                  :10245000309521953F4F4F4F5F4F0895F6F7909578
                  :102460008095709561957F4F8F4F9F4F08952F9264
                  :102470003F924F925F926F927F928F929F92AF9214
                  :10248000BF92CF92DF92EF92FF920F931F93CF9361
                  :10249000DF93CDB7DEB7CA1BDB0B0FB6F894DEBFF8
                  :1024A0000FBECDBF09942A88398848885F846E841E
                  :1024B0007D848C849B84AA84B984C884DF80EE8068
                  :1024C000FD800C811B81AA81B981CE0FD11D0FB671
                  :1024D000F894DEBF0FBECDBFED010895FB01DC0116
                  :1024E0000D900020E9F7119701900D920020E1F77F
                  :1024F0000895FB01DC010D900020E9F71197415090
                  :10250000504028F0019000200D92C9F708951C92C8
                  :102510000895FB01DC014150504048F001900D92BC
                  :102520000020C9F701C01D9241505040E0F70895C6
                  :10253000FB019F01E8944230C4F04532B4F44A30C4
                  :1025400029F497FB1EF4909581959F4F642F772770
                  :102550000E948D13805D8A330CF0895D8193CB01DD
                  :102560000097A1F716F45DE251931082C9010C9413
                  :102570004413FA01CF93FF93EF932230CCF025322E
                  :10258000BCF4C22F2C2F332744275527FF93EF93FA
                  :102590000E94FA11EF91FF91605D6A330CF0695D62
                  :1025A0006193B901CA01605070408040904051F77A
                  :1025B00010828F919F91CF910C9444137DD0A8F1FC
                  :1025C0009E57A8F1985160F039F1983070F5092EB6
                  :1025D0009927660F771F881F991F0A94D1F71CC08F
                  :1025E000BB27993F4CF4B111B1E0B62B672F782F80
                  :1025F0008827985FB1F708C0869577956795B79556
                  :1026000008F4B1609395C1F7BB0F30F411F460FF8B
                  :1026100003C06F5F7F4F8F4F3EF49095809570950C
                  :1026200061957F4F8F4F9F4F0895689460C05EC043
                  :10263000F999FECF92BD81BDF89A992780B508958A
                  :10264000A6E1B0E044E050E00C947F13262FF99906
                  :10265000FECF92BD81BDF89A019700B4021639F001
                  :102660001FBA20BD0FB6F894FA9AF99A0FBE0895D2
                  :102670000396272F0E9427130E942613252F0E94BE
                  :102680002713242F0C942713DC01FC01672F719171
                  :102690007723E1F7329704C07C916D937083629148
                  :1026A000AE17BF07C8F3089557FD9058440F551F44
                  :1026B00059F05F3F71F04795880F97FB991F61F0C4
                  :1026C0009F3F79F087950895121613061406551F3B
                  :1026D000F2CF4695F1DF08C0161617061806991FA7
                  :1026E000F1CF86957105610508940895E894BB279C
                  :1026F00066277727CB0197F90895DC01CB01FC0110
                  :10270000F999FECF06C0F2BDE1BDF89A319600B44A
                  :102710000D9241505040B8F70895AA1BBB1B51E1E0
                  :1027200007C0AA1FBB1FA617B70710F0A61BB70B41
                  :10273000881F991F5A95A9F780959095BC01CD01E6
                  :062740000895F894FFCF9C
                  :102746002C00534432313030204D6F6465005344C1
                  :1027560032303030204D6F6465003A0020005361FE
                  :10276600766564000A0000006400000050C30000A3
                  :1027760050C3000050C3000000171100D8221E00ED
                  :102786001D1119000901004C696D69742020200093
                  :1027960050696E204572726F72004672657175657A
                  :1027A6006E63790020204F464620200046726571F0
                  :1027B60075656E6379203C3E2000467265717565CD
                  :1027C6006E63793C3C3E3E004C6F616420536176FB
                  :1027D6006564000000004C6F61642041565220463B
                  :1027E60072657100536176652F5265706C61636521
                  :1027F6000000E70380000000000000000000010266
                  :102806000203030303040404040404040405050585
                  :10281600050505050505050505050505050606065F
                  :102826000606060606060606060606060606060642
                  :10283600060606060606060606060606060707072F
                  :102846000707070707070707070707070707070712
                  :102856000707070707070707070707070707070702
                  :1028660007070707070707070707070707070707F2
                  :1028760007070707070707070707070707080808DF
                  :1028860008080808080808080808080808080808C2
                  :1028960008080808080808080808080808080808B2
                  :1028A60008080808080808080808080808080808A2
                  :1028B6000808080808080808080808080808080892
                  :1028C6000808080808080808080808080808080882
                  :1028D6000808080808080808080808080808080872
                  :1028E6000808080808080808080808080808080862
                  :0E28F60008080808080808080808080808006C
                  :00000001FF
                  Last edited by mario; 08-21-2011, 11:22 PM. Reason: Project done

                  Comment


                  • #54
                    Hi all,

                    Well I have got Mario's module up and running on my SD2000M after sorting out a few bugs mainly self induced although is is running early software it is truly impressive I will now go and do the tests Mario requires so he can optimise the upgraded software for the 2000 I can not wait to try it in ernest here is a picture of the module mounted on my 2000.

                    Regards, Ian.
                    Attached Files

                    Comment


                    • #55
                      Hi Ian,

                      Nice work on the case, where did you get it done?

                      Also, I never did ask, but how did you interface with the detector? Did you end up removing the Crystal selection mod? Did it work with the 100pF cap? or did you install the other test caps?

                      I'm glad to see the mod up an running on the SD2000. That model just keeps getting stronger as the years pass.

                      Comment


                      • #56
                        Hi Mario,

                        The case is homemade out of the same 1mm ABS as I make coil housings from but fabricated not vacuum formed and yes it is fed through the 100 pf cap into the detector in lieu of the crystals I can either switch the crystals in or your unit in .

                        Regards, Ian.

                        Comment


                        • #57
                          Ian,
                          Do you make DD coils for the 2000? I talked to Stefan awhile ago. He gave me some pointers for wire. I read all the posts about his coils and shielding and have compiled them into a word document for reference.

                          I have all the parts for Mario's Freq mod, however mouser was out of the 15 caps there required. Still waiting on them. Had problems getting the 100mhz crystal too, finally got that with Mario's assistance. How did you run the connections out of the control box?

                          I still have not found adequate time to troubleshoot the SD2000. Something always comes up to take away any spare time. I'm at work at 6:15am and home about 6pm at night. Not much of a life. . . . . and. . . . in process of changing jobs to boot. . . .
                          /r
                          jonn

                          Comment


                          • #58
                            So, Jonn, with that busy schedule, how do you find time for anything? The only thing I would have time for would be sleeping.

                            Anyway, it wasn't until after I had completed the software that I realized the stock issues with those rare 100Mhz oscillators. I tried different suppliers and only mouser carries them.

                            However, the project should work with the more common VCOs, so it shouldn't be much of an issue.

                            If Mouser or Digikey doesn't carry a particular part number, simply look for a replacement by using their filter feature. Narrow down the options to a 1206 package. The 15 pF caps are very common. Were you able to get all the parts?

                            Also, it sounds like Ian has the board connected to his detector just like mine.

                            Comment


                            • #59
                              Hi Jonn,

                              Yes I have made a few DD's for my own use there are pictures somewhere here on Geotech of them going back a while but not of the latest ones of the last 12 months I know all about that sort of work schedule I was a 5.30 am to 6.30 pm man until I retired.

                              Mario I have fed the unit in at the crystal selection jumpers Jonn will understand where that is.

                              I still have not done the tests as the 2000 is on the bench waiting for Stefan to give me some information on something he sent me to add in while I had it open but should have that complete in a day or two and will be able to get down to business.

                              Regards, Ian.

                              Comment


                              • #60
                                Mario, thanks for the info. I believe I now have all the parts on order finally. Yes, you pretty much have my schedule down.

                                Ian, we plan to retire the end of next year. Already have a retirement home in North Carolina on the 4th tee of a golf course. Was there last weekend again. Have to talk to you offline about the DD coils.
                                /r
                                jonn

                                Comment

                                Working...
                                X