5\" eTape Liquid Level Sensor + extras

Price:
Sale price A$90.41   Inc. GST
SKU:
ADA3827
Out Of Stock

We will notify you when this product becomes available.

The 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. 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. We haven't seen anything else that is affordable and accurate for measuring liquid level. This sensor seems like it would be a handy addition to a hydroponics, aquarium, fountain, or pool controller, or perhaps measuring a rain tube. This particular sensor is the 5" version, and it includes a 4-pin connector and 560Ω 5% resistor. The connector is so you don't have to solder directly to the delicate pins. Instead, just solder to the connector and plug it onto the sensor.

Since the sensor is resistive, it is easy to read it using a microcontroller ADC pin. Check the tutorials tab for a quick-start pointer!

Please Note: This product only comes with the 5" bare Tape Liquid Level Sensor.  In our demo, we set up a 12" enclosed version with an Adafruit Metro, a TB6612 Stepper Motor Driver Breakout Board, and an Automotive Gauge Stepper Motor to demonstrate functionality.



Technical Details

  • Sensor Length: 4.8" / 124mm
  • Width: 1.1" (28.2mm)
  • Thickness: 0.015" / 0.381mm)
  • Resistance Gradient: 150Ω/inch (60 ohms/cm)
  • Substrate: Polyethylene Terephthalate (PET)
  • Actuation Depth: Nominal 1" (25.4mm)
  • Resolution: < 0.01" (0.25 mm)
  • Temperature Range: 15°F - 150°F (-9°C - 65°C)

 

For more information, check out: eTape Liquid Level Sensor Datasheet

We don't have a detailed tutorial for this sensor but it acts very much like a thermistor so we 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);}

Product Dimensions: 165.0mm x 25.0mm x 0.8mm / 6.5" x 1.0" x 0.0"

Product Weight: 31.7g / 1.1oz

RoHS 2 2011 65 EU Compliant
RoHS 2 2015 863 EU Compliant


Customer Reviews

Based on 0 reviews
5 Star
0% 
0
4 Star
0% 
0
3 Star
0% 
0
2 Star
0% 
0
1 Star
0% 
0
Write a Review Ask a Question
  • Reviews (0)
  • Questions (0)

Thank you for submitting a review!

Your input is very much appreciated. Share it with your friends so they can enjoy it too!

Shipping rates Australia wide and New Zealand

Please add the items in cart and proceed to checkout to calculate shipping cost. We have range of shipping options once goods are ready to dispatch. 
1. Regular shipping: Goods will be shipped using Australia post regular shipping service. 
2. Express shipping: Goods will be shipped using Australia post EXPRESS shipping service. 
3. Express split shipping: Local stock from Melbourne will be shipped ASAP (1 business day) using EXPRESS shipment while remaining items from overseas stock when arrived in Melbourne shipped using second EXPRESS shipment. 
4. Pick up from Thomastown, Melbourne is available on appointment between 9 am to 3 pm during business days. 

  

FAQ:

  • How do I estimate shipping for my order?
    • Add products in the shopping cart and head to the checkout page to estimate the shipping.

Dispatch time

Unless expressly agreed otherwise with you, we will not commence delivery of an order until we have received cleared payment of the purchase price in full.

All orders placed before 11 am AEST (Monday to Friday) will ordinarily be processed on the same day.

We will endeavour to ship the Products by the applicable time indicated on the website, but all times are indicative only.  All shipping times are dispatch times only, and actual delivery dates will depend on the shipping method chosen, delivery address and delivery service provider. 

Note- Please make a note during purchase if you require any item urgently. However we cannot guarantee that we will be able to comply with any request

*Go to Australia post delivery time calculation to get various Australia post service in your area please use our shipping postcode Thomastown, 3074 as the "from" address - https://auspost.com.au/parcels-mail/delivery-times.html?ilink=tools-open-deliv-times.

Shipping Destinations

We ship all products throughout mainland Australia, Tasmania and New Zealand - Including Darwin, Melbourne, Sydney, Tasmania, Adelaide, Brisbane, Perth, all metro and regional areas but do not deliver to areas in Australia where the Australia Post delivery network is not available. 

Check Express shipping delivery coverage area at - http://auspost.com.au/parcels-mail/delivery-areas.html

Receipt of deliveries

Deliveries to post office boxes are not permitted where delivery is by courier. If delivery is by courier and nobody is available at the delivery address to accept delivery when delivery is attempted then the courier may either:

  • leave the relevant parcel at the unattended address (the courier will do so if specified in your delivery requirements); or
  • re-attempt delivery at a later time or date, in which case we may charge you an additional re-delivery fee. 

Note that if a delivery is left unattended at the shipping address and is subsequently stolen then the theft is your responsibility, not ours.

Payment & Security

Apple Pay Google Pay Mastercard PayPal Visa

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

You may also like