12 Standard eTape Liquid Level Sensor with Plastic Casing

Rating:
100% of 100
SKU: ADA2656 Brand: Adafruit
This eTape Liquid Level Sensor is a solid-state sensor with a resistive output that varies with the level of the fluid. It does away with clunky mechanical floats...
$149.95 AUD, inc GST
$136.32 AUD, exc GST

Available with a lead time
Expect dispatch between Apr 05 and Apr 08

Quantity Discounts:

  • 5-10 $130.86 (exc GST)
  • 10+ $126.77 (exc GST)
- +

0 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

This eTape Liquid Level Sensor is a solid-state sensor with a resistive output that varies with the level of the fluid. It does away with clunky mechanical floats, and easily interfaces with electronic control systems. What separates this from Adafruit's other eTape Liquid Sensor is the hard plastic jacket that makes it less susceptible to damage. The eTape sensor's envelope is compressed by the hydrostatic pressure of the fluid in which it is immersed. This results in a change in resistance that corresponds to the distance from the top of the sensor to the surface of the fluid. The sensor's resistive output is inversely proportional to the height of the liquid: the lower the liquid level, the higher the output resistance; the higher the liquid level, the lower the output resistance. This is a very unique sensor, Adafruit haven't seen anything else that is affordable and accurate for measuring liquid level. This particular sensor is the 12" model. It comes with a 3-pin JST connector. Since the sensor is resistive, it is easy to read it using a microcontroller/Arduino ADC pin. Check the tutorials tab for a quick-start pointer. Note: This product only comes with the plastic enclosed eTape Liquid Level Sensor.  In Adafruit's demo, Adafruit set it up with an Adafruit Metro, a TB6612 Stepper Motor Driver Breakout Board, and an Automotive Gauge Stepper Motor.

Technical Details

Dimensions:

  • 305mm x 29mm x 13mm / 12" x 1.14" x 0.51"
  • Weight: 56g
  • Sensor Output: 400-2000& ±20%
  • Ref. Resistance: 2000& ±20%
  • Actuation Depth: Nominal 25.4mm / 1"
  • Resistance Gradient: 60&/cm / 150& /inch
  • Power Rating: 0.5 Watts
  • Temperature Range: 15°F - 150°F / -9°C - 65°C
  • Standard eTape Datasheet

Adafruit don't have a detailed tutorial for this sensor but it acts very much like a thermistor so they suggest checking out that tutorial for background, and then following these instructions: Connect pin #2 of the sensor to ground, then pin #3 to a 560 ohm resistor. The other side of the 560 ohm resistor to VCC (3.3V or 5V for example) to create a resistor divider. The ADC pin connects to the point between the resistor and sensor.

 // the value of the 'other' resistor #define SERIESRESISTOR 560 // What pin to connect the sensor to #define SENSORPIN A0 void setup(void) { Serial.begin(9600); } void loop(void) { float reading; reading = analogRead(SENSORPIN); Serial.print("Analog reading "); Serial.println(reading); // convert the value to resistance reading = (1023 / reading) - 1; reading = SERIESRESISTOR / reading; Serial.print("Sensor resistance "); Serial.println(reading); delay(1000); }  

Then look in the App Note for the conversion between resistance and liquid level.

This product is listed in:

Sensors>Liquid & Flow

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Videos

View All

Guides

Micro:bit Soil Moisture Sensor

The Micro:bit is great for small portable projects like a soil moisture sensor. In this tutorial, we...
The Micro:bit is great for small portable projects like a soil moisture sensor. In this tutorial, we...

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Getting Hands-on with Sensors

What good is a robot if it can’t interact with the environment around it? Sensors are the back...
What good is a robot if it can’t interact with the environment around it? Sensors are the back...

Projects

WhyzaGC - Feather ESP32 addon to the MightyOhm Gieger Counter

This project is about adding a wireless Adafruit Feather HUZZAH ESP8266 or ESP32 v2 with Adafruit F...
This project is about adding a wireless Adafruit Feather HUZZAH ESP8266 or ESP32 v2 with Adafruit F...

Water Tank Level Sensor

Update: Community member Chris has had a go at remaking this project after the original project co...
Update: Community member Chris has had a go at remaking this project after the original project co...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.