Skip to content

Arduino IDE setup

Mini Lab power scheme

Arduino IDE stands out with its simple design, allowing to write a code, compile a project and upload it to the TotemDuino. This is one of the reasons why it's so popular among beginners. Aside from basic functionality, it has thousands of third-party libraries and code examples to create a project even faster.

Windows 11 driver

TotemDuino were manufactured with PL2303TA chip that is no more supported in Windows 11 OS.
Follow Driver install tutorial to solve this issue.

Step 1. Download Arduino IDE

Go to Arduino website to download application for your operating system.
Install guide (1.8): Windows | macOS | Linux
Install guide (2.2): Windows / MacOS / Linux

Download Arduino

Step 2. Select Board

TotemDuino is represented as "Arduino UNO".

  1. Select ToolsBoardArduino AVR BoardsArduino UNO.

Step 3. Compile and upload code

Arduino IDE

Load example code and upload it to TotemDuino.

  1. Select FileExamples01.BasicsBlink.
  2. Connect TotemDuino to PC over USB cable.
  3. Select ToolsPort and click on the port displayed there.
    If there are multiple ports, disconnect USB cable and check which one is gone. Reconnect and select it.
  4. Select SketchUpload and wait till it completes.
  5. LED will start to blink in 1 second interval.

TotemDuino LED blinking

Step 4. Using Arduino IDE

For more information about getting started with Arduino, read following topics:

User interface:

Monitor:

Code documentation:

Code examples:

Question

Visit ℹ Support page to find more information or help from our community.