CQRobot Contact Water/Liquid Level Sensor Compatible with Raspberry Pi/Arduino. for Automatic Irrigation Systems, Aquariums, Plants, in the Garden, in Agriculture etc.
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7Thumbnail 8Thumbnail 9Thumbnail 10

CQRobot Contact Water/Liquid Level Sensor Compatible with Raspberry Pi/Arduino. for Automatic Irrigation Systems, Aquariums, Plants, in the Garden, in Agriculture etc.

4.5/5
产品编号: 171885566
安全交易

细节

  • Colour
    Contact
  • Brand
    CQRobot
  • Power source
    Corded
  • Compatible devices
    Arduino Pi
  • Voltage
    5 Volts
Ultra low power consumption
💧Photoelectric precision sensing
🛠️Multi-orientation mounting

描述

💧 Stay ahead of the curve with smart liquid level sensing—never miss a drop!

  • ROBUST DURABILITY - Corrosion, high temperature, and pressure resistant for long-lasting outdoor use.
  • PLUG PLAY COMPATIBILITY - Works effortlessly with Raspberry Pi and Arduino for smart automation projects.
  • ENERGY EFFICIENT OPERATION - Consumes minimal power, perfect for always-on irrigation or aquarium monitoring.
  • VERSATILE MOUNTING FLEXIBILITY - Install it up, down, sideways, or diagonally to fit any setup seamlessly.
  • PRECISION PHOTOELECTRIC SENSING - Detects liquid levels with optical accuracy—no mechanical parts to fail.

The CQRobot Contact Water/Liquid Level Sensor uses advanced photoelectric technology to provide precise, reliable liquid level detection without mechanical parts. Its compact, multi-orientation design supports flexible installation in irrigation systems, aquariums, and agricultural setups. With low power consumption, corrosion resistance, and compatibility with Raspberry Pi and Arduino, it’s engineered for durable, smart automation in demanding environments.

Large manufacture image 1Large manufacture image 2Large manufacture image 3Large manufacture image 4Large manufacture image 5Large manufacture image 6

规格

Mounting typeWall Mount
Sensor technologyPhotoelectric Sensor
ManufacturerCQRobot
Part numberCQRSENYW002
Item Weight50 g
Product Dimensions21 x 3.6 x 7.11 cm; 50 g
Item model numberCQRSENYW002
SizeLiquid Level Sensor
StyleSingle Point Contact Type
Item Package Quantity1
Batteries included?No
Batteries Required?No

有问题吗?看看别人问了什么

can this be mounted to the lid of a bucket and read the water levels inside as they go down? or is this basically a contact switch that detects liquid
Can I purchase just the board with the 3-wire connector somewhere?
Is there a Fritzing (or other schematic app) component that I can download for this product?
What is vin vs in for the breakout board? which pin varies when in contact with water? i assuming one connects to the 5v and other varies voltage?

评论

4.5

全部来自已验证的购买

S**S

Works very well

Bought for an Arduino project. Monitors a barrel and triggers a pump when level rises and of when drops.Was very pleasantly surprised by the operation of the sensor. Worked straight from the box.

N**K

Good level sensor. Easy to use and integrate. 3V to 5V supply.

The media could not be loaded. This is an effective level sensor that I tested with tap water. I hooked up to a scope (see review video), and verified that the behaviour was as described. Detecting the level in code is simply a case of pulse timing. For example, waiting for a rising edge and noting the micros() time, then waiting for a falling edge and binning the duration by dividing by a suitable value, e.g. 1250 (50% of the pulse width of a 400Hz signal). Create a class to model a sensor instance that has the current state (waiting for a rising edge or timing), the micros() time and the last observed level. Handle transition checking in an update() method that's called from the main application loop or via a timer, and update the last observed level when pulse timing is complete. Reporting if the level has changed since the last time the level was read would be a useful addition that could simplify application code, which might be implemented either with a 'hasChanged' bool by reference parameter to the method that returns the level, or a separate method of a similar name.The unit seems well sealed, and the threads on the unit would allow for mounting to a flat surface of several mm thickness. For some reason the board had the word Ocean on the silk screen masked out in black, and I notice a number of CQRobot products have Ocean in the title. It gets minimally warm when powered. It didn't give false positives when being manipulated outside of water or when in water and the outside environment changed. As this is fully sealed, it should last indefinitely if used in suitable liquids.This is a neat solution that's easy to use, and while more advanced than necessary for detecting if a single level has been reached, could be a good choice for multiple levels.

R**E

Works great but lacks and supplied documentation

The media could not be loaded. CQRobot Contact Multi-point Photoelectric Liquid Level Sensor Compatible with Arduino and Raspberry Pi. ....This is a liquid level sensor that measures 4 different levels of liquid plus a 5th level if you include 'no' liquid. It comes in a neat little plastic container and anti-static packet, unfortunately there are no instructions, not even wiring or connection diagram so you will have to go digging on the internet to get the information.The package has the sensor with cable and a small circuit board. The sensor is a clear plastic triangular tube with a nut and seal on the top and just under 50cm of cable to the circuit board. The circuit board has 3 wires out from one of its two connectors. The only markings on the rear of the board are for the output wires which are marked as GND, VCC, OUT, the connectors are the same so if you disconnect them, note that this connector is the output to your device when reconnecting.As mentioned, there is no information provided with this kit, however there is information on the listing, most crucial is the number SKU: CQRSENYW003 which if you visit CQRobot Wiki page and enter this in the search you will get the information provided on the listing and more, but most importantly there are sample codes for the Arduino and Raspberry Pi.Using an Arduino and the few lines of code on the Wiki I was able wire it up, upload the code and test it within a few minutes, very easy. The provided code is very simple and just outputs the frequency received from the sensor; it is a simple matter to add a little more code to display more meaningful information.The sensor works great, it is accurate too, it only gives indication of the 5 fixed levels and not in between but that is adequate for my usage. As the sensor is waterproof, it can be placed at the bottom of a tank, that way I can get a warning when the level gets low. Included a short video of testing it in a jar of water.Works great, accurate but drops a star for lack of provided documentation.

H**S

Very Accurate

This device works well and it's very accurate, it's easy to integrate with Arduino or Raspberry Pi with very little setup needed, good build quality and easy to understand, comes well packaged.

S**N

ok

ok

R**R

A useful liquid sensor that is easy to interface with an Arduino or Pi or Pico Still available?

CQRobot Contact Multi-point Photoelectric Liquid Level Sensor Compatible with Arduino and Raspberry Pi. for Automatic Irrigation Systems, Aquariums, PModel: CQRSENYW003There is no information provided with this sensor. However, there is full information on the CQRobot wiki site, including diagram and test Pi/ Arduino test codes (see the sensor pcb for details). It could probably be interfaced with a Pi Pico with a suitable code"The multi-point liquid level sensor can detect 4 liquid levels with a detection accuracy of up to ±1 mm, high reliability and ultra-low standby power consumption " (CQRobot).This sensor is useful if you want to measure the liquid level at several points, rather than just a single point.All of the sensor parts look robust. The sensor is sealed and the three single wires that connect to the Pi etc. appear to be silicone covered. The sensor itself is in a 7cm long tube, with a separate small pcb and connecting cables.This sensor is meant to be immersed in liquid to be able to take the measurements. The sensor can be hung downwards into the liquid, permanently secured in place but optional use of the nut and thread at the top of the sensor (the sensor is fitted through a hole cut in the container).There appear to be different versions of the sensor available.This multipoint version, ordered via the Amazon Vine programme, isn't shown on Amazon. The original link now goes to the listing showing the Single Contact type and the Non-Contact type, which are not the same thing.I don't know if this sensor is actually available to buy anywhere. It's not listed on Amazon or CQRobot's site, so perhaps it is either a new or discontinued device.

常见问题

TrustPilot

TrustScore 4.5 | 7,300多个评论

Neha S.

整个订购过程中沟通顺畅。产品完美。

2 周前

Anjali K.

产品质量出色。正是我的工作所需要的。

1 个月前

全球购物,通过 Desertcart 享受优惠
物有所值
各种产品的价格具有竞争力
全球购物
为 100 多个国家的数百万购物者提供服务
增强保护
深受全球购物者喜爱的值得信赖的支付方式
客户保证
深受全球购物者喜爱的值得信赖的支付方式。
沙漠车应用程序
随时随地随时随地购物。
HK$264

关税和税费包括

Hong Kong店铺
1
免运费

with PRO Membership

免费退货

30天对于 PRO 会员用户

15天无会员资格

安全交易

TrustPilot

TrustScore 4.5 | 7,300多个评论

Meera L.

交易顺利,产品完好无损地到达。

3 周前

拉维·S。

我很喜欢这里提供的多种产品。一定会再次光顾。

2 个月前

Cqrobot Contact Water Liquid Level Sensor Compatible With Raspberry Pi | Desertcart Hong Kong