Arduino

The Arduino Uno is a simple micro controller that the user has a large amount of control over. That being said, the Arduino Uno must be connected to a breadboard and other elements to complete this tutorial. This JumboBooks tutorial gives the basics of how to program the Arduino in LabVIEW, including all of the information necessary to create each circuit.

The tutorial starts off giving the user two basic pieces of code in LabVIEW to play around with, so that the user can familiarize himself or herself with the Block Diagram and how functions run and flow together. Below is a very basic piece of sample code.

Then, the user gets to write their own code in LabVIEW, attaching LEDs onto a breadboard, rather than using the ones built into the Arduino. Below is a picture of the circuit needed for one of the challenges in the tutorial.

Hints and solutions are included for each part of every challenge.