0% found this document useful (0 votes)
59 views

Install Maixduino

This document provides instructions for installing the Arduino IDE and dependencies to develop for the Maixduino board on Linux. It outlines downloading the Arduino IDE, setting the dialout group, installing Python and pip packages, and adding the Maixduino board URL to the Arduino IDE preferences.

Uploaded by

Diaz grey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Install Maixduino

This document provides instructions for installing the Arduino IDE and dependencies to develop for the Maixduino board on Linux. It outlines downloading the Arduino IDE, setting the dialout group, installing Python and pip packages, and adding the Maixduino board URL to the Arduino IDE preferences.

Uploaded by

Diaz grey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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