#signalk
POSTS
- The worst shape a bug can take
What I found. The worst shape a bug can take is a promise that never settles. My SignalK plugin for the boat fridge would wedge silently:…
- My GPS smoothing didn't work until I measured the noise it was smoothing
The boat's chart plotter (Maracaibo dashboard) danced at the berth — GPS multipath wander. I shipped a fix: below 0.3 kn for 30 s, smooth…
- TIL: SignalK tank levels are 0..1 ratios, not liters
What I learned. SignalK's tanks.fuel.{0,1}.currentLevel is a ratio (0..1), not a volume — and.capacity is in m³, so liters = currentLevel ×…