Waterproof Ultrasonic Distance Sensors β JSN-SR04T & A02YYUW 

Today we will take a look at the JSN-SR04T and A02YYUW Waterproof Ultrasonic Distance Sensors. We will see how they work outside, and weβll even test to see if they work underwater (spoiler alert β they wonβt!).
Article with code: https://dronebotworkshop.com/waterproof-ultrasonic
More articles and tutorials: https://dronebotworkshop.com
Join the conversation on the forum: https://forum.dronebotworkshop.com
Subscribe to the newsletter and stay in touch: https://dronebotworkshop.com/subscribe/
When we think of ultrasonic distance sensors, chances are we are thinking of the popular HC-SR04. After all, itβs simple to use, it works pretty well, and it is very inexpensive.
But while the HC-SR04 is a great sensor for indoor use, it isnβt really suitable for use outdoors. It is susceptible to dirt, itβs relatively fragile and, most importantly, it isnβt waterproof.
So today Iβll be examining a couple of ultrasonic distance sensors that are fully waterproof. They also are more advanced than the HC-SR04, as they are both capable of calculating the distance measurement by themselves, without the aid of a microcontroller or microcomputer.
The JSN-SR04T is an interesting sensor for a number of reasons. First, it uses a single transducer, instead of a separate transmit and receive transducer. Second, the transducer is attached to the main circuit board with a 2-meter cable, allowing you to mount the waterproof sensor remote from the non-waterproof board. And third, it actually has six modes of operation.
The A02YYUW looks a bit like a large, rubberized HC-SR-04 in that it has a separate receive and transmit transducer. But thatβs where the resemblance ends. This is a smart sensor that outputs serial data, and it can run on 3.3 or 5 volts.
Weβll hook up both sensors to an Arduino Uno and write some simple code to use them. And, as the JSN-SR04 and A02YYUW both use the same format of serial data, we can even reuse the same sketch for both sensors!
Here is the table of contents for todayβs video:
00:00 β Introduction
01:33 β How Ultrasonic Distance Sensors Work
04:37 β Look at the two sensors
05:50 β Using the JSN-SR04T Version 3.0
13:12 β JSN-SR04T Mode 0 Sketch & Demo (HC-SR04 Emulator)
18:01 β JSN-SR04T Mode 1 Sketch & Demo (Serial Data)
21:13 β Using the A02YYUW
26:06 β Outdoor Tests
28:18 β Underwater Tests
30:00 β Conclusion
As always youβll find an article accompanying this video where you can grab all the code I used, as well as pick up some more information.
Hope you enjoy the video!
Bill
source