KiCad

The ID-4001-WiFi hardware is all open source and created using KiCad, a free and open source EDA software.

To get started, clone the ID-4001-WiFi repo down, and initialize all submodules witch contain the project’s library files.

# Install git
sudo apt install git

# Clone
git clone https://gitlab.com/KenwoodFox/ID-4001-WiFi.git
cd ID-4001-WiFi

# Checkout submodules
git submodule update --init --recursive

Next install and launch kicad

Ubuntu repos are behind at time of writing, follow these instructions for an up to date PPA.

https://www.kicad.org/download/ubuntu/

Finally, launch the project;

kicad hardware/ID-4001-WIFI/ID-4001-WIFI.kicad_pro