LabVIEW Interface for Arduino Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino Example: Tone

Before opening this example, make sure to install the LabVIEW Interface for Arduino.

Description:

This example shows how to generate a tone on the Arduino using the LabVIEW Interface for Arduino.

Tutorial:

  1. Make sure you have installed the LabVIEW Interface for Arduino.
  2. Open the Tone Example VI (search for "Arduino" in the example finder once the toolkit is installed)
  1. On the front panel, select the Arduino digital pin connected to the positive lead of the buzzer.
  2. On the front panel, configure the frequency and duration controls.
  3. Build the circuit schematic shown on the block diagram.
  4. Connect your Arduino to your PC with a USB cable. Optionally you can specify the COM port associated with your Arduino to the VISA resource terminal of the Init.vi to decrease the time require for LabVIEW to connect to the Arduino.
  5. Click Run.

SS-2011-05-14_10.57.12.png

SS-2011-05-14_10.57.25.png


Comments
Leopac
Member
Member
on

what is the max frequency of tone function?

Gutoo000
Member
Member
on

40kHz

Contributors