The Hat Project ๐Ÿงข

Prototype 1 โ€” the โ‚ฌ87 proof of concept

Status: parts ordered ยท July 2026 ยท next update when the box arrives

Prototype 1 exists to answer one question: is quiet, distance-coded vibration on your head actually useful and comfortable? Not "can electronics measure distance" โ€” they can โ€” but whether the interaction works for a human on a walk. Everything about this build is optimised for answering that fast and cheap.

Concept mockup: black baseball cap on a mannequin head with a small ultrasonic distance sensor mounted on the brim, a thin cable routed along the cap seam.
AI-generated concept mockup of the cap-mounted sensor โ€” not a photo of the real prototype. Real build photos will replace these as the project progresses.

What's in it

PartRoleCost
Arduino UNO R4 MinimaThe brainโ‚ฌ19.99
Grove Base Shield V2Plug-in wiring โ€” no soldering anywhereโ‚ฌ4.11
Grove VL53L0X laser distance sensorIndoor test sensor (~2 m)โ‚ฌ8.83
Grove vibration motorThe tap on the headโ‚ฌ2.46
DFRobot A02YYUW waterproof ultrasonicOutdoor primary sensorโ‚ฌ20.90
JSN-SR04T waterproof ultrasonicOutdoor baseline / spareโ‚ฌ19.51
Power bank, cables, jumpersPower and plumbing~โ‚ฌ35
Baseball cap, Velcro, foam tapeThe hat part of The Hat Project~โ‚ฌ10

Why two outdoor sensors? Bright sunlight blinds cheap laser (ToF) sensors โ€” one of the clearest findings in the research โ€” so outdoors the plan is ultrasonic, which doesn't care about light at all. The two ultrasonic probes get A/B tested against each other.

How the warning works

ZoneDistanceWhat you feel
Clearbeyond 1.8 mNothing. Silence is the default.
Far1.2โ€“1.8 mA soft pulse every second or so
Medium0.7โ€“1.2 mPulses twice a second
Near0.35โ€“0.7 mQuick, insistent pulses
Dangerunder 0.35 mRapid buzzing โ€” look up now

The firmware is deliberately paranoid about false alarms: readings are median-filtered and an obstacle must be confirmed by three consecutive readings before the motor is allowed to speak. False alerts killed every comparable product on the market โ€” this project treats them as the primary enemy from day one.

The seven questions Prototype 1 must answer

  1. Can I distinguish several proximity levels through vibration alone?
  2. Is the vibration noticeable but not annoying over 20+ minutes of walking?
  3. Is the response fast enough at slow walking speed?
  4. Does it work in woodland shade โ€” and how badly does direct sun degrade it?
  5. Can it detect thin branches, or only broad obstacles?
  6. Does head movement cause missed detections or false alarms?
  7. What warning distances feel natural?

The test plan

Desk first, cap second, trail last: bench tests against cardboard and wooden dowels (nobody has ever published data on whether these sensors can see a 2 cm twig โ€” those tests will be original data), then a headband comfort trial, then an indoor obstacle course of towels and pool noodles, then a safe outdoor area with a sighted friend. Every session ends with a logged result. The full protocol, firmware code included, lives in the project's open documentation.

What it will look like

These are AI-generated concept mockups based on the actual parts list โ€” useful for imagining the build, but honesty first: none of these are photos of a real device yet. When the parts arrive and the prototype exists, real photos replace these renders, warts and all.

Real build photos and test logs will appear here as they happen. The blog carries the running story.