Please download and review material included in "Lab 0" Folder to get started with your MaxIQ kits and the Arduino IDE
Included is:
- Lab0(2).doc
- Instructional walkthrough to be utilized alongside support video
- Blink.ino
- Example script
Please see https://www.arduino.cc/en/software to find the appropriate Arduino IDE download for you
Find additional resources below detailing libraries and methods of installation into the Arduino IDE
Once you are comfortable with the Arduino software and using the built-in functions, you may want to extend the ability of your Arduino with additional libraries.
Libraries are a collection of code that makes it easy for you to connect to a sensor, display, module, etc. For example, the built-in LiquidCrystal library makes it easy to talk to character LCD displays. There are hundreds of additional libraries available on the Internet for download. The built-in libraries and some of these additional libraries are listed in the reference. To use the additional libraries, you will need to install them.
https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries
https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library