🤖
DIY robot concept

Build a safe DIY mosquito air-defense trap

A laser-free vision tunnel that detects small flying insects, pulls them into a removable fine-mesh cup and logs each interception without exposed blades, high voltage or open optical hazards.

Photon Matrix is a real pre-order product, not a cheap AliExpress laser turret. Its maker describes LiDAR, millimeter-wave radar, AI vision, galvanometer aiming and either a 450 nm or 976 nm strike beam. The official store currently lists the infrared model at $988 and declares an internal IEC 60825-1 Class 4 diode. Independent reporting says mandatory laser-safety certifications were still in progress in June 2026. Those facts make the laser subsystem the wrong thing to copy at home.

This build keeps the useful experience—detect, intercept and count—but changes the interceptor to enclosed airflow. A mosquito-sized insect enters a matte-black tunnel 20-40 cm long. An 850 nm board shines through a diffuser across one narrow detection plane while an IR-sensitive camera watches for a moving silhouette. A downstream fan pulls air through a removable fine-mesh cup, so the insect reaches the mesh before the guarded blades rather than passing through a propeller.

Build the air path before the software. Print or cut a square tunnel, seal light leaks, put a tapered inlet at one end, then mount the capture cup, a light anti-backflow flap, fan and exhaust guard at the other. With the electronics disconnected, use incense smoke outside the inlet to confirm smooth inward flow and no recirculation. The cup must be removable only when power is off, and both sides of the fan need finger guards.

For the first firmware milestone, run the fan continuously at low speed and use the ESP32-S3 camera only as a counter. Downsample frames, maintain a slowly updated background, reject blobs outside a calibrated pixel-area range and require motion in three consecutive frames before recording an event. The inexpensive OV2640 uses a rolling shutter and can blur or miss fast crossings, so treat its count as a tuning signal rather than ground truth. Do not call this species identification: dust, moths and other small insects can trigger it. Save only a short event counter or low-resolution diagnostic frame, not continuous room video.

Only after capture works mechanically should you add the air-defence effect: drive a four-pin fan's PWM control through an open-collector transistor, hold the fan at a quiet baseline and ramp it for several seconds when a candidate crosses the detection plane. Wire 12 V directly to the fused fan and illuminator branch; feed the ESP32 from the buck converter's adjusted 5 V output. Connect the fan PWM lead to the transistor collector, emitter to ground and the ESP32 GPIO to the base through a 1 kΩ resistor. Join grounds at one point, verify the buck output with a meter before connecting the camera and never feed the fan's 12 V line into an ESP32 pin. A commercial mosquito lure can improve attraction, but the device should make no public-health or bite-reduction promise without a controlled field test.

Core parts

ESP32-S3 CAM N16R8 development board

$8

Low-cost controller with 16 MB flash and 8 MB PSRAM; confirm the board includes the matching camera connector

OV2640 850nm no-IR-cut camera module

$5

IR-sensitive short-range camera for silhouette detection; choose the correct 24-pin ribbon length and lens angle for the tunnel

120mm 12V 4-pin PWM high static-pressure fan

$9

Approximately 45 CFM class; mount downstream of the capture mesh with guards on both faces

850nm 12V CCTV IR illuminator board

$6

Backlights one enclosed detection plane; add a diffuser and opaque baffles so nobody can stare into the LEDs

12V 3A regulated power adapter

$6

Single low-voltage supply for fan and illuminator; select the exact 12 V / 3 A / 36 W option, correct mains plug and barrel polarity

Inline DC fuse holder and 2A fuse

$3

Replaceable 2 A fuse on the 12 V positive lead, installed close to the adapter output; do not substitute a 20-40 A automotive fuse

Live AliExpress prices for the BOM

Pulling current matching products on AliExpress…

Sources and validation

Product claims, safety boundaries and the capture architecture are linked to their original sources. Marketplace prices remain live and may change.

Design variants

Simple always-on trap

Skip PWM and run the guarded fan continuously. Use the camera only for counts and tuning. This is the fastest way to validate airflow and capture rate.

High-speed vision bench

Replace the ESP32 camera with an OV9281 120 fps global-shutter USB module and a Pi-class computer. This improves motion data but raises the parts budget by roughly $60-100 and still does not guarantee species identification.

Patio enclosure

Use a rain-sheltered PETG enclosure, conformal-coated low-voltage boards and a drip loop. Keep the optical tunnel horizontal, never aim illumination into open space and bring the unit indoors during severe weather.

Practical safety note

Treat the generated output as a prototype plan, not a certified product. Body-adjacent, high-voltage, optical-energy and mobility builds need qualified review before real-world use.

FAQ

Why not copy Photon Matrix with a blue or infrared laser?

The official product declares an internal Class 4 laser diode and relies on multiple proprietary safety layers. A hobby galvo, camera or LiDAR check is not a certified safety system. This guide intentionally contains no strike laser, galvo or open beam path.

Will the ESP32 identify mosquitoes by species?

No. The baseline detects small moving silhouettes inside a controlled tunnel. Species classification needs a labeled dataset, better optics and validation against real mosquitoes; until then label events as small-flying-insect candidates.

Does it replace bed nets, repellents or professional control?

No. CDC and WHO guidance treats traps as one surveillance or control tool whose performance depends on species, lure, placement and testing. Keep proven bite-prevention and source-reduction measures in place.

Where should I put the lure?

At the inlet, outside the optical gate, so the scent plume leads toward the airflow. Use a commercial refill with instructions. Do not put liquids or powders near the fan, camera or power boards.

How do I test it without making inflated claims?

First measure airflow and escape rate with harmless paper specks, then run timed indoor or screened-patio trials. Log trap-hours, candidate events and physically confirmed mosquitoes. Compare equal nights with and without the fan or lure before claiming an improvement.

Robot build paths

How to make a robot

Related robot guides

Turn this concept into a sourced build

Start with this prompt prefilled, then let RoboHub generate the live parts list, wiring plan, CAD and firmware.

One concept like this every week

If this was useful, the weekly digest sends one new concept page + the latest addon every Monday. No spam, one click to unsubscribe.