EE3901/EE5901 Sensor Technologies
Assignment 2 — Designing a capacitive sensor to measure water level

Profile picture
College of Science and Engineering, James Cook University
Last updated: 21 February 2022

Introduction

A rough prototype of a water level sensor is shown in Figure 1. It is made from two pieces of aluminium foil that are sticky-taped to a glass beaker. Water has a high permittivity, so the presence or absence of water can be detected by changes in capacitance.

This device is easy and cheap to build and can be iterated on quickly. However, it suffers from several defects, as will be described below. Your task is to design an improved water level sensor. You will then build, test, and calibrate your design.

Figure 1: A prototype capacitive sensor made from readily available materials. Zoom:

Issues with this water level sensor

A good water level sensor would have the following properties:

  1. It should be independent of temperature. The permittivity of water has a strong temperature dependence, which interferes with the measurement.
  2. It should not suffer interference from nearby conductors or high permittivity objects.

Figure 2 shows the test results of using this sensor. It can be seen that the sensor does not meet these goals.

There is a temperature dependence, as shown by the difference between room temperature and chilled water cases. Note that cold water has a higher permittivity than warm water, so it makes sense that the capacitance would be higher.

The device is also subject to interference from nearby objects, such as a hand placed in the vicinity of the sensor.

Figure 2: Measured capacitance of the prototype sensor in Figure 1 under different conditions. Zoom:

Your task

Your task is to design, build, and test an improved water level sensor. Your sensor must be designed for a 200 mL lab beaker (like Figure 1). These are available in the workshop for you to use in development and testing.

You are free to use any sensor design, provided that the mechanism is capacitive and the sensor can be fabricated in the JCU engineering workshop. You may design your sensor to be placed on the outside of the container or be submerged in the liquid. If your sensor is submerged, then you must ensure that it is electrically isolated so that there is no conductive path through the liquid. (In practice, keeping the electrodes dry helps avoid corrosion.)

You will be measuring your capacitance using an LCR meter. You are not required to design the interface electronics to connect your capacitor(s) to any downstream circuity. This assignment is limited to the design of the sensing element itself.

It is suggested that you design your sensor to be made using aluminium tape on a plastic substrate. All the equipment of the workshop is available for your use. You can shape the plastic using the laser cutter, and then create conductive surfaces using aluminium tape. You can cut gaps between electrodes using a sharp knife along cuts you already made in the plastic. There are rigid and flexible plastics available for you to cut. A flexible plastic substrate can be shaped to the outside of the beaker.

You may also use 3D printing to make a plastic shape on which you affix conductive tape. You may also design your sensor as a printed circuit board and use the PCB milling machine.

Some design suggestions are as follows:

  • There is a lot of useful information in this reference design from Texas Instruments. There are also good design guidelines from Analog Devices and Cypress. In general, you are not the first person to face this task, so take advantage of what information you can find.
  • For external sensor designs, a ground plane behind the sensor will prevent interference from nearby objects. However, there will also be large mutual capacitances between the ground plane and each electrode, since they are essentially in a plane parallel geometry. This capacitance could be larger than the effect due to the water level. This is part of the design trade-off.
  • For internal sensor designs, consider how you will keep the electrodes dry. These designs might be expected to be less robust and less suitable for hazardous/corrosive liquids.

Use a computer model for optimising your design

You must first develop a computational model of your design, using the numerical methods discussed in lectures. Once you have a model, then you can vary certain aspects of the design and predict the resulting impact on the capacitance. In this way, you can quickly optimise your design.

After you have developed your design on the computer, you must then fabricate it and test it experimentally. You are free to iterate as many times as you wish to obtain your final design.

Develop a calibration model

Your sensor will most likely consist of multiple pairs of electrodes. You must develop some mathematical equation where the measured capacitance(s) are entered as inputs, and the calculation result is the water level in the beaker. As a starting point, consider using linear regression to find the relationship between the capacitance and the water level. Naturally, you are free to use something else, if it results in better performance.

Written report

You must write a report that describes your work. The following report structure is recommended:

  1. Introduction
    • Briefly describe the motivation and the problem that you are addressing.
  2. Literature Review [EE5901 students only]
    • Review some aspect of the capacitive sensing literature and describe how this relates to your task. (See hints below).
  3. Computational modelling
    • Describe the testing you did on a computer, and what you learned. For example, if you trialled different sensor widths, show the results in your report and describe how you settled on the final design.
  4. Fabrication
    • Describe how your device was built, and show some photograph(s) of it.
  5. Testing and calibration
    • Show the results from testing your sensor.
    • Describe how you developed a calibration model to convert these raw results into measurements of water level.
    • Assess the accuracy of your overall system.
  6. Conclusion
    • Summarise the report and give recommendations for future work (i.e. how could the system be improved, what else could be investigated, etc).

Literature review for EE5901 students

If you are enrolled in the Masters level version of this class, then you are required to engage more critically with the research in this field. In discussion with your lecturer, you should identify some aspect of capacitive sensing that interests you to investigate for a brief literature review.

Some possible topics:

  • Methods of fabrication of capacitive sensors.
  • Applications of capacitive sensing to wearables, healthcare, etc.
  • Applications of capacitive sensing to robotics.

Your literature review should be relatively brief and focus on giving a survey of the field without going into all the technical details. Aim for 1-2 pages of text. The IEEE reference style is encouraged (but any format is acceptable so long as you use it consistently).

Your lecturer will be able to help you in formulating your review and critically analysing the research papers.

Submission and assessment criteria

Prepare the following items for submission:

  • Your written report in PDF format.
  • Your software source code (e.g. as a Zip file containing all source code).

Submit your work via LearnJCU before the due date.

Assessment will be based on the rubric in the subject outline.