Skip to content

Install Arduino support on Windows

Gert Van Gool edited this page Oct 22, 2017 · 15 revisions

The Arduino system has been designed to be accessible to people at all skill levels, and Keyboardio is built on top of the Arduino platform because we share that goal. There are many ways to set up your system to work with the Keyboardio firmware, the most typical is to use the Arduino Integrated Development Environment (IDE); an application that gives some visual context to the code you want to send to your Arduino device. This is the easiest process for folks who are new to Arduino, or to programming generally. If you follow the instructions below step by step you should be fine. :-)

Step One: Set up the Arduino IDE

  1. Download the Arduino IDE install package from: https://www.arduino.cc/en/Main/Software

  2. Click on Windows Installer to download the correct version. or get it from the Windows store

Step Two: Install support for your keyboard into the IDE

  1. Open the Arduino IDE. It will open a default sketch; just ignore that (if you close the default sketch window the application will close.)

  2. Open the “File” menu and click on “Preferences”

  3. At the bottom of the "Settings" tab is the 'Additional Board Manager URLs' box. Paste this into it: https://raw.githubusercontent.com/keyboardio/boardsmanager/master/package_keyboardio_index.json then click ‘OK’ to close the dialog

  4. Go into the ‘Tools’ menu, click on ‘Board’ and then click on ‘Boards Manager’

  5. Enter ‘Keyboardio’ into the search box. You will see an entry that says "keyboardio by Keyboardio" click on it to select it, and then click ‘Install’. Once the install completes, click "Close".

  6. the ‘Tools’ menu again, click on ‘Board’ and then click on ‘Keyboardio Model 01’ – You may have to scroll through a long list of other boards to get there.

  7. the Tools menu again, and scroll down to "Port > ". Select your keyboard. (It may already be seleted.)

Step Three: Build the default firmware and load it on the Keyboardio

  1. In the “File” menu, click on the “Examples” submenu. Scroll down to ‘Model01-Firmware’

  2. While holding down the prog key, click on the right arrow in the sketch window menu bar to compile compile and install.

The Model 01's LED's will flash red across the board as the firmware is installed, and then the "LED" key will glow blue.

Congrats, you've just installed the latest firmware!!

Next step: Edit a Keymap

Clone this wiki locally