top of page

In order to program the qBot, you need to download and install the Arduino IDE, you can find that through the link to the right.​

Additionally, you need to download the qBot library. The link is also to the right on this page. 

Install the library by extracting the files into the Arduino/libraries folder. Normally that folder is located in "my documents" on your computer.

Arduino programming
Install the qBot library

In order to program the qBot, you need to download and install the Arduino IDE, you can find that through the link to the right.​

Additionally, you need to download the qBot library. The link is also to the right on this page. 

Install the library by extracting the files into the Arduino/libraries folder. Normally that folder is located in "my documents" on your computer.

Install the qBot library:

It is customary when you learn a new programming language ​that the first project you do is to make the program say hello to the world.

The steps needed are:

- import the qBot library

- set up an instance of qBot

- write "Hello world!" to the OLED screen

- Customize the message if you like

Write "Hello World!"
Write "Hello World!"
bottom of page