You are on page 1of 1

26/12/2020 Install · Maixduino DOC

        

Install Arduino Environment

1. Linux

1.1. Download Arduino IDE

The Arduino IDE can be found on the official download page

1.2. Install dependencies

For Ubuntu, enter the following commands in a terminal:

sudo usermod -a -G dialout $(whoami)


sudo apt install python3 python3-pip
sudo pip3 install pyserial

Note that after setting the dialout group you need to logout or reboot , else the new
settings won't take effect!

1.3. Add board in Arduino IDE

Add URLs

Open Arduino IDE, select File -> Preferences ,

Add one of the folowing URLs in Additional Boards Manager URLs , if there already are
board manager URLs do not forget to separate them with a comma.

http://dl.sipeed.com/MAIX/Maixduino/package_Maixduino_k210_index.json

or try this URL if the download speed is too slow:

https://maixduino.sipeed.com/en/get_started/install.html 1/1

You might also like