Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 447 Bytes

Vibes

Experimental turn by turn navigation using haptic feedback for walking and cycling.

Vibration < > Turn mapping.

It's described in the vibrator module. But the mapping right now is pretty simple.

If we represent _ as a long vibration and . as a short one. And as a pause.

  • Right turn: _ .

  • Straight ahead: _ . .

  • Left turn: _ . . .

  • Arrive: __

  • Depart: __

  • Deviation: _ _ _ _ _