If you can see the pole, you can name the camera. Spot it, build a $10 passive detector, map it, and understand exactly what the network does — verified, and current.
Know the system before you go hunting the hardware — and know that the ground is shifting fast right now.
Flock Safety runs one of the largest private ALPR networks in the US — 20 billion+ vehicle scans a month across 49 states and 5,000+ communities. Each capture is a vehicle fingerprint: plate, make, model, color, and distinctive marks, stamped with time and location, uploaded to a system police (and often HOAs and businesses) can search — frequently across agencies, so a camera in one town is queryable from far away.
The product line matters for identification: Falcon is the common fixed plate camera; Sparrow photographs vehicle rears for traffic; Condor is a pan-tilt-zoom camera that can zoom on faces; Raven is an audio/gunshot sensor, not a plate camera; and Nova is a data platform that fuses ALPR data with other datasets.
2026 in brief: under pressure, Flock cut default data retention from 30 days to 7, added case-code requirements and audit tooling, and gave agencies the option to block immigration-related searches — changes the ACLU and Institute for Justice call insufficient. It also canceled a plan to have Raven microphones flag human "distress"/voices after backlash. Class actions are live, and investigative reporting (404 Media and others) keeps surfacing misuse.
A fixed Flock plate reader (Falcon-style) is far more likely when several of these show up together. Strongest when you can corroborate on a map.
Strongest everyday pattern: black oval camera + rear-plate aim + roadside pole + solar/battery + a known label or mapped point.
Treat visual + map + (optional) RF as a combined signal — never any single method as absolute. Similar-looking non-Flock cameras exist, labels get removed, and maps lag reality.
A ~$10 ESP32 that hears cameras phone home — without ever transmitting. Pure listening: no deauth, no spoof, no jam.
Falcon-family cameras run their Wi-Fi in station mode and constantly send probe requests hunting for their uplink — even with their own hotspot off. Those are public radio frames any receiver can hear.
Wildcard (null-SSID) probes sprayed constantly to phone home. Always-on, no hotspot needed.
An ESP32 hops channels 1 / 6 / 11 a few times a second, reading every probe that passes.
Flag probes whose transmitter MAC matches a known Flock OUI and whose 802.11 IEs fingerprint Flock radios.
What's dead: detecting units by their Flock-XXXXXX SSID name is mostly useless now — units keep hotspots off. Bluetooth detection largely stopped working in spring 2025. The probe + OUI + IE path is what holds up. (Research lineage: Jon Gaines / GainSec and the DeFlock community.)
flock / flck) or a transmitter MAC on the community OUI list. Worth a look.RSSI tells you proximity (−70 dBm is closer than −85). OUI lists differ between projects — treat the one bundled with your firmware as current, and always confirm with your eyes.
| Board | Cost | Screen | Best for |
|---|---|---|---|
| Seeed XIAO ESP32-S3canonical flock-you default | $7–15 | None (buzzer + LED) | Smallest headless build; phone GPS; flash log + KML export. |
| ESP32-2432S028R "CYD"Cheap Yellow Display | $10–13 | 2.8" TFT | At-a-glance "FLOCK FOUND" screen, SD logging, web-flasher. |
| ESP32-DevKitC / WROVER-E8MB PSRAM | $8–12 | None | Most-documented method; auto-flashes over USB. |
| LilyGO T-Dongle S3ST7735 screen | $12–18 | Small TFT | USB-stick form factor with a display. |
# XIAO ESP32-S3 (headless) pio run -e xiao_esp32s3 -t upload pio device monitor # Cheap Yellow Display (CYD) pio run -e cyd -t upload
Reliability, honestly: range is short (tens of meters), probes are intermittent, and detection is worse at speed. Field tests miss units. An RF hit is a lead — never treat a silent detector as proof an area is clear.
You don't have to build anything to get situational awareness today.
Open-source, crowdsourced map of 300K+ reported ALPRs on OpenStreetMap. Filter by type/operator; add cameras you find. Free web map + mobile app.
Situational awareness, not a cloak — no map is complete.
Open the mapDon't Get Flocked's routing app: shows ALPRs on your trip and generates alternatives that minimize exposure. iOS + Android, GPX export, same open data.
Plan a routeSearch your plate against public Flock audit logs from records requests — searches of your plate, with the stated reason.
Not real-time; incomplete, delayed, often redacted. Not whether a camera physically saw you.
Check a plateRead public radio frames and open records. No deauth, jam, spoof, association, or tampering. The boundary is a feature.
Passive Wi-Fi reception is generally lawful in the US, and photographing public infrastructure from public property is broadly protected — but statutes vary and change.
Don't attack cameras or networks, and never publish individuals' plates or personal data. Map public devices; protect people.
This is information, not legal advice. It's a general overview for a community audience, not guidance for your situation. If you're unsure whether something is lawful where you live, check local statutes or ask a lawyer before you operate.
Verified current as of August 2026. Confirm the OUI/IE datasets in whatever firmware you flash — they move faster than any guide.