# Downloading and installing relevant files

The below is optional. All software that is needed to be installed should be included within the project folder.

### Windows

| Software suite      | Download link                                                                                      |
| ------------------- | -------------------------------------------------------------------------------------------------- |
| KEVYILBOARD APT C2  | [https://github.com/RedBulletTooling/APT-KEYVIL ](https://github.com/RedBulletTooling/APT-KEYVIL)  |
| Arduino             | <https://downloads.arduino.cc/arduino-1.8.12-windows.exe>                                          |
| nRF Connect         | <https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-desktop>          |
| nRF CLI             | <https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download>  |
| FTDI drivers        | <https://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip>                                          |
| SEGGER Driver 6.88b | <https://www.segger.com/downloads/jlink/JLink_Windows_V688b.exe>                                   |
| Python              | <https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe>                                   |
| West                | pip3 install -U west                                                                               |
| Cmake               | <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-x86_64.msi>       |
| Putty               | <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi>                   |
| Git                 | <https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-64-bit.exe> |

{% hint style="info" %}
Download the latest version, unless otherwise specified.
{% endhint %}

#### nRF Connect

After installing the nRF Connect suite, the following apps need to be installed via the suite;

* LTE Link Monitor(Optional)
* Programmer(Optional)
* Toolchain Manager

Inside the Toolchain Manager, you need to download the **nRF Connect SDK 1.5.0**. Do **NOT** install any other version, this will cause issues.

{% hint style="danger" %}
Reboot your system after installation of all the software. Ignoring this warning, will cause you a lot of wasted time.
{% endhint %}
