Hot
New
-16%
In stock

HiLetgo 2pcs JSN-SR04T Integrated Ultrasonic Module Distance Measuring Transducer Sensor Waterproof for Arduino...

7 REVIEWS

SKU: L1406768

VENDOR: HiLetgo

$28.86$24.49

You Save: $4.37 (16%)

Hurry! Only 10 Left in Stock!

HiLetgo 2pcs JSN-SR04T Integrated Ultrasonic Module Distance Measuring Transducer Sensor Waterproof for Arduino
With a waterproof sealed emitter. This sensor is suitable for outdoor applications such as car reversing sensors, security alarms, industrial inspection, etc.
Integrated with wire enclosed waterproof probe, suitable for wet, harsh measurement occasions. Please note that the device is waterproof, but it couldn't work underwater.
Working voltage:DC 5V, Static current:5mA, Total current work: 30mA. Working range: 25cm-4M, Working frequency: 40KHZ, Detecting angle: 70 degree.
The module has a variety of modes that can be modified manually, suitable for testing and teaching experiments in different occasions.
Application: Horizontal distance messurement,Obstacle avoidance, automatic control, Traffic control, Security, industrial control.




  • FREE standard shipping within the United States(3-6 Days)on all orders!
  • 100% money back guarantee for items not delivered or damaged during shipping.
  • Safe and secure checkout with our high quality encryption
  • Shipping services: UPS, FedEx, USPS.
  • Only ship to the lower 48 states, no APO/FPO addresses or PO Boxes allowed.
  • Local pickups and combined shipping options are not provided at this time.


  • You can return a product for up to 30 days from the date you purchased it.
  • Any product you return must be in the same condition you received it and in the original packaging. Please keep the receipt.
  • A full refund if you don’t receive your order
  • A full refund if your order does not arrive within the guaranteed time (6-7 business days not including 1 processing day.)

We accept payment by any of the following methods:
Credit Cards, PayPal, Shop Pay, Apple Pay, Google Pay, Amazon Pay, Meta Pay

Customer satisfaction is very important to us.
If you have any problem with your order, please contact us and we will do our best to make you satisfied.



If you have any queries, please contact us via 

Support@ZeeBooth.com

We usually respond within 24 hours on weekdays.


Customer Reviews

Based on 7 reviews
57%
(4)
14%
(1)
14%
(1)
0%
(0)
14%
(1)
E
ElectronicsNut
Second purchase work fine

The original purchase of a year ago are still working fine.

M
Matthew Rampersad
Excellent for water tank monitoring

Have these installed in four of my water tanks at home. I can monitor the levels on my phone from anywhere

W
W. Pinero
No funciona como los hc-sr04 / It doesn't work like hc-sr04

Tengo en mi casa un medidor de nivel de tanque con un ESP32 y un sensor ultrasonido HC-SR04, que aunque me funciona muy bien, cada cierto tiempo tengo que cambiarlo porque se me daa producto de humedad y agua que le salpica cuando se llena el tanque. Vi este este sensor y pens que podra ser la solucin a mi problema pues es resistente al agua. La cuestin es que me lleg y lo prob de diferentes e incluso ajustando el cdigo con pequeos cambios como sugieren en las otras reseas e internet, pero que va no funciona como deseaba. Las mediciones no son buenas ni es constantes, adems de mostras muchas mediciones en 0 (que no es gran problema porque se puede solucionar por programacin). En fin no me siento satisfecho con este sensor as que seguir con mi sensor tradicional hasta que consiga una mejor opcin. I have in my house a tank level meter with an ESP32 and an HC-SR04 ultrasound sensor, which although it works very well for me, every so often I have to change the sensor because it gets damaged due to the humidity in the tank and the water that splashes on it when it is filling up. I saw this this sensor and I thought it could be the solution to my problem because it is waterproof. The point is that it came to me and I tried it in different ways and even adjusting the code with small changes as suggested in the other reviews here and on the internet, but it does not work as I wanted. The measurements are not good nor are they constant, in addition to indicating many measurements at 0 (which is not a big problem because it can be solved by programming). Anyway, I am not satisfied with this sensor so I will continue with my traditional sensor until I get a better option.

J
Jim
A little tricky to get stabile readings. Try this!

I am going to use this to measure water level in an in ground tank. When I first hooked it up and tried my code I was getting unstable and incorrect values. I found a U-tube video with sample code that changed the ranging delay from 10us to 20us. Magic! Accurate, stable readings. This code does not need a ranging library. void loop(void) { // Set the trigger pin to low for 2uS digitalWrite(TRIGPIN, LOW); delayMicroseconds(2); // Send a 20uS high to trigger ranging Try 20 here instead of 10 digitalWrite(TRIGPIN, HIGH); delayMicroseconds(20); // Send pin low again digitalWrite(TRIGPIN, LOW);

A
Amazon Customer
Beware these are V 2.0

The description should be updated to indicate that these sensors are V 2.0. As such most V1 libraries out there DO NOT WORK. However this can be overcome with some simple code...example below: #define ECHOPIN 2// Pin to receive echo pulse #define TRIGPIN 3// Pin to send trigger pulse void setup(){ Serial.begin(9600); pinMode(ECHOPIN, INPUT); pinMode(TRIGPIN, OUTPUT); digitalWrite(ECHOPIN, HIGH); } void loop(){ digitalWrite(TRIGPIN, LOW); // Set the trigger pin to low for 2uS delayMicroseconds(2); digitalWrite(TRIGPIN, HIGH); // Send a 10uS high to trigger ranging delayMicroseconds(10); digitalWrite(TRIGPIN, LOW); // Send pin low again int distance = pulseIn(ECHOPIN, HIGH,26000); // Read in times pulse distance= distance/58; Serial.print(distance); Serial.println(" cm"); delay(50);// Wait 50mS before next ranging }

This is a standard cookie notice which you can easily adapt or disable as you like in the admin. We use cookies to ensure that we give you the best experience on our website.

HiLetgo 2pcs JSN-SR04T Integrated Ultrasonic Module Distance Measuring Transducer Sensor Waterproof for Arduino...

HiLetgo 2pcs JSN-SR04T Integrated Ultrasonic Module Distance Measuring Transducer Sensor Waterproof for Arduino...

$28.86$24.49
7 REVIEWS