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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
Test & Tools
  • Technologies
  • More
Test & Tools
Blog Getting Started with the LDC1000 - Small Metal Detection!
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: shabaz
  • Date Created: 30 Sep 2015 4:42 PM Date Created
  • Views 3059 views
  • Likes 7 likes
  • Comments 7 comments
  • inductance
  • ldc1000evm
  • proximity
  • matlab
  • ldc1000
  • texas_instruments
  • inductance-to-digitalconverter
  • ti
Related
Recommended

Getting Started with the LDC1000 - Small Metal Detection!

shabaz
shabaz
30 Sep 2015

The LDC1000LDC1000 is a relatively recent device introduced by Texas Instruments about a year or two ago – it is designed to measure inductance to a high resolution (24-bit!) in an extremely convenient single-integrated-circuit solution.

 

Metal objects close to a coil can affect the coil’s inductance sufficiently for it to be measured with the LDC1000.

image

 

Here is TI’s LDC1000 evaluation boardLDC1000 evaluation board:

image

 

The board is a convenient USB stick with snap-able sections to separate it into the USB interface, the LDC1000 itself, and a PCB coil (approximately 19.5uH inductance).

24-bit resolution is quite granular! I was curious exactly what could be detected with a subtle change in inductance.

 

As a first experiment (Not the first experiment to use a clock ) I taped it onto a clock face:

image

 

Could it detect the thin second-hand as it came around every minute? The clock's second-hand was about 1.5mm in width, and stamped out of some thin sheet metal.

 

The aim was to see if it could cause a change in inductance significant enough to be detected despite the second-hand being several millimetres distant on the other side of the clock’s plastic face cover of course.

 

I ran the excellent TI-supplied software which logs into a CSV file (which can be opened using Excel), and logged for about three minutes. (The screenshot below is not from the clock experiment).

image

 

Excel isn’t fantastic with large sensor data files (in fact it is terrible – it is not designed for it), so I brought the CSV file into MATLAB. The x-axis shows the sample number (the microcontroller on the USB stick was set to sample at approximately 1000 times a second), and the y-axis shows the measured inductance. You can see that the granularity is at the limit, but nevertheless we clearly see when the second hand sweeps past every minute!

image

 

Some two lines of signal processing could be used to filter the very low noise.

coeff=ones(1, 100)/100;
ind_filtered=filter(coeff, 1, ind);

 

Now we have a very clear signal that indicates when the second-hand is sweeping past! The red line shows an example threshold that could be used.

image

 

The LDC1000 is extremely sensitive to inductance changes, and appears to have an extremely low noise output. Interestingly the noise does not seem to be characterised in the data sheet (presumably due to the extreme difficulty) but the automotive qualified part does have an example histogram. But the initial practical experiment shows that the noise is miniscule – truly incredible. The applications for this part are immense.

 

In summary, this was just a short blog post highlighting the sensitivity and low noise output from the device. Further blog posts will investigate the LDC1000 further.

 

Also, as an excellent resource, check out the experiments by jw0752 in his LDC1000 discussion here.

  • Sign in to reply

Top Comments

  • mcb1
    mcb1 over 9 years ago +2
    Nice idea using the second hand. Are all your watch's analogue?? Mark
  • jw0752
    jw0752 over 9 years ago +1
    This is a really cool circuit. I loved your experiment with the clock second hand. I have to get one of these to play with. John
  • DAB
    DAB over 9 years ago +1
    I played around with the earlier version and found them very interesting. TI has done a very good job tuning the design and getting the kits into people's hands to experiment with. DAB
  • shabaz
    shabaz over 9 years ago

    (Adding a link to jw0752 topic here for further reference)

    http://www.element14.com/community/message/162552/l/ti-ldc1000evm-a-question-on-inductance#162552

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to mcb1

    Lol. Not all! ; )

    Besides, the digital revolution takes time!! ; )

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 9 years ago

    Nice idea using the second hand.

    Are all your watch's analogue??

     

    Mark

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to DAB

    Hi DAB!

    I agree, it is a fantastic product - this thing is addictive ; )

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to jw0752

    You'll have a lot of fun with it!

    Seismometer, surface smoothness detector, super-granular water float level detector, etc.. could all be cool experiments : )

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • 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