If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Ok, 4 years programming is good.
You waste your time by writing programs for the such PIs.
I suggest you to write programs for Goldscan4 or Sniffer-XR71.
This is my first detector. In 2 weeks time I changed completly firmware idea and it was completly rebuilt. Next stage will be sampling by means of ADC and discrimination. I plane still to base on ATtiny-1 environment because it works stable and one is sensitive. It will be a question of another AVR ,ADC and LCD (I find it will be possible to use AVR internal ADC and get delayed samples within a few pulse cycles). To get proper disctimination I see I will have to use some automatic gain control for receiver.
BTW. I publish it because it is easy to make for many people still having good parameters
Main changes: Switchable pulse width now is 50/100us. Delay1 range is 15-95us with 5us step. One is now quite sensitive for a gold. Code is optimized. Now it is possible to change quickly any width in the source code witch step 5us.Future version will take parameters from eeprom so anyone will be able to modify timing before uC programming.
The latest release taking width parameters from eeprom. You can change values directly in .hex file (containing eeprom data of course) or in the PonyProg editor window (eeprom starts at h400 adress space). Every value in the eeprom is hexadecimal, so youhave to recalculate them manually.
Meaning of bytes in eeprom and formulas to calculate widths: (data from eeprom content you see below)
byte0 - hex value 77 / dec value 119 - OSCCAL value,fine tuning for internal CLK=1,6MHz or for PULSE freq. = 500Hz
byte1 - hex value 09 / dec value 9 - PULSE width value1 = 5us+(byte1*5us) = 50us
byte2 - hex value 13 / dec value 19 - PULSE width value2 = 5us+(byte2*5us) = 100us
byte3 - hex value 04 / dec value 4 - PRE-DELAY1 value = 5us+(byte3*2.5us) = 15us
byte4 - hex value 0B / dec value 11 - DELAY2 value = 5us+(byte4*5us) = 60us
byte5 - hex value 01 / dec value 1 - SAMPLEs width value = 5us+(byte5*5us) = 10us
Important - avoid value of 00 (zero), some of values combination can be not allowed eg. total sum of delays will exceed 3200us (500Hz)
OSCCAL value can be read by means of PonyProg or you can try some values to get PULSE freque near 500Hz.
As a PRE-DELAY1 I mean the lowest width of main delay. So total main delay (delay1) is sum of PRE-DELAY1 and delay coming from variable resistor (+ up to 80us with 5us step)
I did not test it on live MD but it was simulated very well. Previous release was good and current changes were very small.
Hi,
it's very common problem with all PIs. Also very complex ones suffer from lot of iron detection, steel and minerals with magnetic crystals inside...hot rocks, fired bricks etc etc
I also noticed that the more the sensitivity to good targets (e.g. silver and gold) the more the sens to mag crystals that make you crazy in infested soils.
A really good solution for this problem doesn't exist (or I don't know about) and I've tested more than 30 different PIs... some bought units ... some built by my hands with lot of care on anything... circuit... components...tuning... coils... anything.
It's principle of operation that's too related to magnetic influence of iron stuff and other trash.
So I think they all (PIs) are good for beach or just in really few inland sites; in all other places they aren't any good, at least for me. I don't want find an unexploded 250Kg bomb at 3meters underground...
So don't blame Jabel... are all about the same with nails.
Comment