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
# Install git
sudo pacman -S git
# Clone
git clone https://gitlab.com/KenwoodFox/ID-4001-WiFi.git
cd ID-4001-WiFi
# Checkout submodules
git submodule update --init --recursive
# Install git
pkg install git
# Or just type "git" and the auto prompt should prompt for install
# Clone
git clone https://gitlab.com/KenwoodFox/ID-4001-WiFi.git
cd ID-4001-WiFi
# Checkout submodules
git submodule update --init --recursive
Download Git for Windows here:
or use winget:
winget install --id Git.Git -e --source winget
Then clone and checkout git submodules
# 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
# Install KiCad
sudo pacman -Syu kicad
# Libraries and other bits, recommended for this and other projects.
sudo pacman -Syu --asdeps kicad-library kicad-library-3d
# Launch the project;
kicad hardware/ID-4001-WIFI/ID-4001-WIFI.kicad_pro
See the instructions here
https://www.kicad.org/download/macos/
Finally, launch the project;
kicad hardware/ID-4001-WIFI/ID-4001-WIFI.kicad_pro
See the instructions here
https://www.kicad.org/download/windows/
Enter the hardware/ID-4001-WIFI directory and launch the .kicad_pro file within.