Open-source electronics for your boat
Thanks for your interest in KBox! As of May 2020, I am not manufacturing or
selling KBox anymore. All the source code and design files remain available for
your inspiration and if you have any question, feel free to reach out by twitter
message, email or via a github issue.
You might also be interested in my new project, inspired by KBox: a better sailing analytics
platform.
So if you are looking for a way to improve your
tacks,
perfect your downind
sailing
or just measure sailing angles and
speeds,
head over to
ChartedSails.com.
KBox is an open-source platform to develop “smart boat” applications.
This repository contains all the hardware files for this project. For firmware,
please visit the kbox-firmware
repository.
KBox hardware includes:
Find more news about KBox on
hackaday.io.
KBox is an open-source hardware project. You can review the schematics and build
it yourself. We also intend to get a few batches manufactured by a professional
board assembly house. If you are interested, put your name in our form!
I am interested in an early manufacturing batch.
Download the PDF version of KBox
schematics
or use Kicad to open this project.
Recommended waterproof enclosure.
The board was designed to fit in this enclosure and you can easily include
multiple cable glands. The reference of this enclosure is DS-AT-0811-S. It is
available from Adafruit.
The hardware files for KBox are distributed under the Creative Commons -
Attribution ShareAlike 4.0
license.
You can share and adapt this project and redistribute it as long as you give
credit to the original authors, clearly indicate if changes were made, and you
re-distribute under a similar license.
To contribute to this project, please make a pull-request via GitHub and add
your name to the list of Contributors in that pull-request. Thanks!
A copy is automatically saved by KiCad in the kbox-cache.lbr
file so you
should not need to have those installed in your computer.
Just in case, here is the list of 3rd party libraries used:
For the schematic:
For the PCB:
This project use of git subtrees to reference footprints from various libraries
on the web. It works great and should make everyone’s life easier but when you
need to pull changes from the original repo or push back some updates, it can be
slightly non trivial …
So here is the best reference I have found:
https://hpc.uni.lu/blog/2014/understanding-git-subtree/