element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum Archaeology Resistivity Meter
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 332 replies
  • Subscribers 321 subscribers
  • Views 44635 views
  • Users 0 members are here
  • armp
  • archaeology resistivity meter
Related

Archaeology Resistivity Meter

kltm
kltm over 5 years ago

Hi I'm looking for ideas on an update to a resistivity meter for archaeology. The only published designs for diy were in 2 magazines. One was published in 1997 and the other in 2003. I have copies of both articles available. The reason behind this is the current high cost of available equipment, usually well beyond the reach of most archaeological groups. I've attached a basic block diagram. In the first magazine article the meter is very basic. It relied on the operators to write down the reading given as the survey was taken. Given that a normal survey grid is 20m x 20m and 1 reading is taken on every sq mtr there would be 400 readings to write down and then input into a program used to interpret the results. The later article is really an update to the first where a PIC has been added to record the readings. This again is prone to error, because eadings are taken manually by pressing a button.

I'm sure given the advances in electronics there must be better ways. 

 

 

 

image

  • Sign in to reply
  • Cancel

Top Replies

  • kltm
    kltm over 5 years ago in reply to michaelkellett +8
    Hi Michael This all sounds very interesting and encouraging. I see you have found the original article, the update is also on slideshare somewhere. I haven’t really thought much about cost, but as you…
  • michaelkellett
    michaelkellett over 5 years ago in reply to shabaz +7
    I can't live with that - I have to have symmetry The problem is that the Howland current pump doesn't constrain the voltage on the load at all when perfectly balanced - and my LTSpice model is unrealistically…
  • michaelkellett
    michaelkellett over 5 years ago in reply to michaelkellett +7
    AS promised - now for the phase sensitive detector. I couldn't easily model this in LTSpice, which is no great surprise because it needs multiplication and square roots. I used Simulink in MATLAB - which…
  • shabaz
    shabaz over 5 years ago in reply to davemartin

    Hi Dave,

     

    I can help here, since these are mainly software-related questions:

    how the control processor would know when current was actually being delivered

    On the 'source' side, there is hardware circuitry to alert if the demanded current cannot be delivered, because the voltage will raise to a limit if that condition ever occurs (barring damaged circuitry - everything has a failure rate, and there can be a test procedure or perhaps even a self-test to identify that - it's quite easy to do that in software, perhaps prompted on the display, prior to using the instrument). The software will receive the alert.

     

    and had reached some kind of stable state, so that it could initiate a measurement cycle.

    Again, super-easy for the software. All measurement instruments based on source/sense will wait for the reading to be stable by taking multiple measurements rapidly. The precise algorithm is implemented in software.

     

    The control process is in a simplified state machine

    1)Try to inject commanded current

    Understood.

     

    2) When current is being satisfactorily delivered, initiate a measurement cycle and beep when completed.

    Understood. That means sound capability needs to be added in hardware.

     

    If contact with the earth is believed to have taken place but current can't be injected satisfactorily, raise distinctive* audible alarm to user as one of the probes on the frame might have landed on a stone or piece of pottery etc., so the operator will re-plunge to re-attempt the reading.

    From your description there doesn't seem to be any relevant (to this requirement) sensing inputs missing compared to existing systems, so there's no risk of a downgrade, only an upgrade (since the behaviour can be better implemented in software). The logic could sense instability or no current flowing in the measurement for a defined period of time, and if either of these occur to raise the distinctive audible alarm. If this doesn't meet your requirement, more input is definitely needed here.

     

    3) Monitor current and after period of no current, start again at (1)

    Understood.

     

    It needs to be a distinctive alarm

    Understood. The hardware needs to implement sound capability with some flexibility.

     

    not to produce an instrument which uses marvellous and with high, indeed exciting, potential, to emulate an instrument that has limited resolution and would be a downgrade for almost all, if not all, users.

    Please can you specifically point to the downgrades so they can be addressed?

     

    If this can be brought to fruition it could not only address the issues Ken original posed (usability and cost) but once basic facilities in place to match exiting commercial kit, then there should be scope to open up so many more avenues.

    That makes sense, agreed.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • kltm
    kltm over 5 years ago in reply to shabaz

    Hi in using our current kit we have on the display as soon as the probes are lifted 'PLACE PROBES AT ...' The unit is sensing that there is no contact with the soil on the current probe.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 5 years ago in reply to kltm

    Hi Ken,

     

    That makes sense, that's a fairly straightforward condition to detect.

    However, I'm wondering if a sensor should be added to assist, It's a cheap (in terms of hardware) thing to attach, to get better sensing of the physical state of the equipment (e.g. if it is physically moving or raised). Hi michaelkellett it sounds like a MPU-9050 (or similar, since I think that's obsolete) might be useful : ( or at least easy-to-access pins on the I2C bus. A bit of feature creep though.

     

    EDIT: just to throw another idea out there, maybe it is better to just have a generic socket, e.g. PMOD or (perhaps even better since there's a huge range) Mikro-E Click, rather than a MPU.. sensor. Then people can experiment with add-ons such as additional sensors to adapt the design further.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • davemartin
    davemartin over 5 years ago in reply to michaelkellett

    Re headroom in the current injection:

     

    Instruments typically offer range of constant-currents to inject - such as 0.1mA, 1mA, 10mA.

     

    When you are about to start actual measuring, best practice is to take a couple of test readings at the most distant points of the (typically three) grids that you intend to measure from one C1P1 fixed probe location, and effectively check that you're maybe not using more than, say half your range to achieve that. Hopefully then you won't hit a range problem mid-grid.

     

    Just to answer Michael's question about changing the injection current during a survey.

     

    It is absolutely a fact of life that if you survey a non-trivial area, conditions will change. What you strive to do is to ensure that any changes are between grids, rather than mid-grid. The normal/expected discontinuity occurs when you relocate C1P1 after three grids or whatever. (Good) processing software will look for step-discontinuities between grids and will adjust them out. The not-uncommon error is that the operators forget to advance C1P1 in time so they run out of cable part-way through a grid. If you just relocate them, the readings are inevitably different due to distances and also possibly different soil conditions. You can then see operators doing the hokey-cokey with the probes - one watching the res on the screen whilst their oppo moves the probes in and out; or sometimes the operator will try (if the machine allows) try fiddling the calibration. The problem is that a mid-grid change in measured resistivity is usually associated with an underground change, so you can't risk auto-adjusting it; whereas a similar change between all twenty or forty points on each side of a grid boundary are usually associated with a change in the reference conditions.  That is usually C1P1 relocation, but could also be a change in injected current.

     

    I have seen a change mid-grid due to the operator running out of range, and it was repeatable; the effect wasn't enormous, and if the data points also all log the conditions such as the constant-current used then the discontinuity could be a documented/visible event - but it would be better if it didn't occur; and if it did occur, it shouldn't be a silent auto-ranging, the UI should prompt the operator along the lines of 'Max range exceeded - change current now mid-grid? or change current and re-start the grid?'

     

    Dave

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • davemartin
    davemartin over 5 years ago in reply to shabaz

    shabaz  wrote:

     

    Hi Ken,

     

    That makes sense, that's a fairly straightforward condition to detect.

    However, I'm wondering if a sensor should be added to assist, It's a cheap (in terms of hardware) thing to attach, to get better sensing of the physical state of the equipment (e.g. if it is physically moving or raised). Hi michaelkellett  it sounds like a MPU-9050 (or similar, since I think that's obsolete) might be useful : ( or at least easy-to-access pins on the I2C bus. A bit of feature creep though.

    Shabaz/Ken,

     

    Its not an instrument dynamics device or sensor, its whether or not current is passing C1 to C2 ...

     

    Dave

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 5 years ago in reply to davemartin

    Hi Dave,

     

    That's understood. This isn't to replace detection using the probes. It's about the potential to make the software more intelligent about precisely when it sounds an alert, for instance if the user decides to take a few seconds longer before setting the instrument down.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • kltm
    kltm over 5 years ago in reply to davemartin

    Yes agreed, but as Shabaz says a fairly easy condition to detect.

     

    Ken

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 5 years ago in reply to davemartin

    I have other instruments which make sensitive measurements, and (since I'm working on a desk and not in a field) I end up having to use rigid wire so that even the cabling doesn't move more than required to get the tests done. A movement or change in the bend of the wire causes a detectable difference for those types of measurements, partially because reactance changes.

    In the field, perhaps some of this can also be reduced, by (say) having an alert at the beginning to advise the user to verify the location of C1P1 is adequate and to use the specified wire technique (for instance not to loop the spare cable in your hand for part of the grid and not the rest of the grid), and so on, i.e. assist in training the user based on whatever best practices you have. Anyway, some of this can come later when the software or user procedures are documented by someone.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 5 years ago in reply to shabaz

    Re. Sound,

     

    I did think about this a little while ago but forgot about it.

    The processor has an on chip DAC with good DMA control  - so we need to add a simple filter and power amplifier

    ( and a louspeaker) and we can make any sounds you can imagine.

    Perhaps Ken can add these to the block diagram.

     

    Re. Quality of connections to the ground and estimating such,

     

    The other point to bear in mind is that the processor is using it's 12 bit ADC to monitor the output voltage from the current source,

    so it can make a cycle by cycle (or even faster) assessment of how the current source is coping. To facilitate this there will need to be

    a digital signal from the FPGA to trigger the processors ADC. I always try to have a few uncommited signals available between

    FPGA and processor for when this sort of thing crops up.

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 5 years ago in reply to michaelkellett

    Hi kltm

     

    It will end up looking something like this on the block diagram:

    image

    Many thanks!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube