Board & Library Setup in Arduino IDE

Categories:

General requirements

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

CONTROLLINO library

  • Start Arduino IDE, navigate to Sketch–>Include Library–>Manage Libraries
  • In the Library Manager type CONTROLLINO into the filter text box and search for CONTROLLINO 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 CONTROLLINO library there
  • You can also check if you can see the set of CONTROLLINO examples in File->Examples->CONTROLLINO

CONTROLLINO boards hardware definition

Share This Post

More Tutorials to explore

HTTP Web Client

Introduction Welcome to the “HTTP Web Client” tutorial using the CONTROLLINO MICRO. In this tutorial, we will learn how to create a web client that

Scan for I2C Devices

Introduction The I2C (Inter-Integrated Circuit) protocol is a popular means of communication between various sensors and devices. In this tutorial, we will learn how to