Fingerprint Sensor AS608 - A Beginner's Guide
One touch can replace keys. This project uses an optical fingerprint sensor to enroll users and then grant access with a quick scan.
read tutorial →The JSN-SR04T 2.0 Waterproof Ultrasonic Ranging Module is the upgrade makers and engineers choose when the standard HC-SR04 isn't enough. Its sealed, waterproof transducer probe can be mounted outdoors, near water, or even partially submerged — making it the right tool for water tank level monitoring, rain detection, outdoor obstacle avoidance, sump pump automation, fish pond control, and any project where moisture or weather would destroy a bare sensor.
Like the HC-SR04, it uses 40 kHz ultrasonic pulses and a simple TRIG/ECHO interface that works with Arduino, ESP32, Raspberry Pi, and virtually any microcontroller. The key difference is the separated, waterproof transducer head connected to the control board via a flexible cable — so only the probe goes into harsh environments while your electronics stay safely protected.
Both sensors use the same ultrasonic principle and TRIG/ECHO interface. Here is how they differ:
| Feature | JSN-SR04T 2.0 | HC-SR04 |
|---|---|---|
| Waterproof probe | ✅ Yes — sealed transducer | ❌ No — bare piezo elements |
| Operating voltage | 3.0V – 5.5V | 5V only |
| Max range | 600 cm (6 m) | 400 – 500 cm |
| Minimum range | 20 cm | 2 cm |
| Resolution | 1 mm | 1 cm |
| Beam angle | 75° | <30° |
| Working current | <8 mA | ~15 mA |
| Best for | Outdoor use, water tanks, rain, liquid level monitoring | Indoor robots, obstacle avoidance, classroom projects |
| Same code interface | ✅ Yes — TRIG / ECHO pins | ✅ Yes — TRIG / ECHO pins |
This sensor is ideal for water tank level monitors, underground cistern sensors, aquarium depth gauges, sump pump float replacements, rain gauge automation, outdoor parking sensors, garden irrigation triggers, flood alert systems, river or canal level loggers, weatherproof robot bumpers, and industrial bin-fill detectors. It is a popular choice for engineering thesis and capstone projects where outdoor or liquid-adjacent sensing is required.
Pair this sensor with an Arduino Uno, ESP32, or Raspberry Pi from Circuitrocks. Because it operates down to 3.0V, it works directly with 3.3V ESP32 boards without a voltage divider on the ECHO line.
| Model | JSN-SR04T 2.0 |
|---|---|
| Operating Voltage | DC 3.0V – 5.5V |
| Working Current | <8 mA |
| Idle Current | ~5 mA |
| Probe Frequency | 40 kHz |
| Maximum Range | 600 cm (6 m) |
| Minimum Range | 20 cm |
| Accuracy | ±1 cm |
| Resolution | 1 mm |
| Measuring Angle | 75° |
| Interface | TRIG (input) + ECHO (output) — digital GPIO, same as HC-SR04 |
| PCB Dimensions | 42 × 29 × 12 mm |
| PCB Color | Blue |
| Operating Temperature | -20°C to +70°C |
| Waterproof | Transducer probe only — PCB must be kept dry |
| Compatible Platforms | Arduino, ESP8266, ESP32, Raspberry Pi, STM32, PIC |
Connect VCC → 3.3V or 5V, GND → GND, TRIG → any digital output pin, and ECHO → any digital input pin. Send a 10 µs HIGH pulse on TRIG, then time the ECHO pulse. Use the same distance formula:
Distance (cm) = Echo pulse duration (µs) ÷ 58
Because the JSN-SR04T 2.0 accepts 3.0V–5.5V, it is safe to connect ECHO directly to an ESP32 GPIO pin without a voltage divider — unlike the standard 5V HC-SR04. Route the cable so only the sealed probe is exposed to moisture; keep the PCB in a dry enclosure.
1 × JSN-SR04T 2.0 Waterproof Ultrasonic Ranging Module (PCB + waterproof probe with cable)
Note: Jumper wires and microcontroller boards are sold separately.
Manila stock. Order before 16:00 PHT, ships today via J&T or LBC. Provincial: 1–3 working days.
Schools / class POs: we accept Purchase Orders for accredited schools and universities. contact us with your PO details.
Returns: 7-day inspection window for DOA units. Email proof of issue and we ship a replacement.
One touch can replace keys. This project uses an optical fingerprint sensor to enroll users and then grant access with a quick scan.
read tutorial →Wire a joystick to your Arduino, read X/Y, then print UP / DOWN / LEFT / RIGHT to the serial monitor.
read tutorial →Bench-test a 43 A motor driver before wiring the full project. Catches weak power, mis-pinning, and dead boards before they cost you time.
read tutorial →Coming from UNO and the Pico won't show a COM port? Here's the BOOTSEL trick, the driver fix, and the first sketch that actually works.
read tutorial →Share what you built. Photos, BOM, what worked, what didn't.
view thread →Symptom + what you tried + clear photo = answers within hours.
view thread →Brownout reset when adding a sensor? Notes on supply decoupling and GPIO checks.
view thread →Upload failing on your first Uno? Driver, COM port, board match — checklist inside.
view thread →