Board & Library Setup in Arduino IDE

General Requirements

  • PC with Arduino IDE (1.6.4 or newer) (Windows, Linux, MAC)
  • Internet connection

NEXTuino Library

  • Start Arduino IDE, navigate to Sketch > Include Library > Manage Libraries
  • In the Library Manager type NEXTuino into the filter text box and search for NEXTuino library
  • When found, select the latest version and install it. The installation process should be fully automated
  • When finished – check in Sketch > Include Library menu that you can see the NEXTuino library there
  • You can also check if you can see the set of NEXTuino examples in File > Examples > NEXTuino

NEXTuino Boards Hardware Definition

  • Copy-paste the following link to the Additional Boards Manager URLs:
    • For MINI, MAXI & MEGA boards: https://raw.githubusercontent.com/NEXTuino-PLC/NEXTuino_Library/master/Boards/package_NEXTuinoHardware_index.json
    • For MICRO boards: https://github.com/NEXTuino-PLC/controllino_rp2/releases/download/global/package_controllino_rp2_index.json
  • Press OK button
  • Then navigate to Tools > Board > Boards Manager
  • In the Boards Manager type NEXTuino into the filter text box and search for NEXTuino boards (or for NEXTuino RP2040 boards in case of MICRO)
  • When found, select the latest version and install it. The installation process should be fully automated
  • When finished – check in Tools > Board menu that you can see the NEXTuino boards there